hi,
when I try to rotate an image by LayersFixRotation, the result is of poor quality, almost no case be considered for the property LayersRotationFilter. I use IEVolution.NET 4.1.2.
Here is the code I use:
IEImage imgFoto = new IEImage();
imgFoto.AutoUndo = false;
imgFoto.IOParams.PNG_Compression = 0;
imgFoto.LegacyBitmap = false;
imgFoto.ImageLocation = IEImage.Location.File;
imgFoto.LoadImage(fileImage);
imgFoto.LayersRotationFilter = AntialiasMode.Bilinear;
imgFoto.CurrentLayer.Rotate = livelloFoto.Rotation;
imgFoto.LayersFixRotations();
Could you help me?
Gregorio Carabino
software developer
http://www.gcsoft.it