Hi,
We're using ImgX and are looking to upgrade to DotImage. We use the following commands in code:
oImgX.Effects.Autocrop Tolerance, 16777215
oImgX.Effects.Resize Width, Height, ImgX_ResizeMethods.ixrmLanczos3Filter
oImgX.Effects.ResizeCanvas Width, Height, RGB(255, 255, 255), SmallerWidth, SmallerHeight
oImgX.JPGQuality = NewValue
oImgX.JPGProgressive = NewValue
Can DotImage do all this? What would the equivalent commands be in DotImage?