Page 1 of 1

GFLAx + DrawImage

Posted: Mon Mar 05, 2018 9:36 am
by Naghual
Hello
I'm trying to merge two images through DrawImage (because Merge not funtioning).

Code: Select all

GflAx.LoadBitmap("C:\img.jpg");
GflAx.DrawImage("C:\img_PNG.png", 0, 0);
GflAx.SaveFormatName = "jpeg";
GflAx.SaveJPEGQuality = 80;
GflAx.SaveJPEGProgressive = -1;
GflAx.SaveBitmap("C:\img_OUT.jpg");
But the result in "C:\img_OUT.jpg" is almost equal (SaveJPEGQuality = 80) to source "C:\img.jpg".

Why? How to correct it?
Thanks in advance.

P.S. GflAX.dll version 3.0.0.4152