Hi,
If you make a 7016x4961 (A2) image and save it to a png file, then everything is fine.
FW_SaveImage(hBmp, "myfile.png")->.T.
However, if you make an image 9933x4961 (A1), the file is not saved
FW_SaveImage(hBmp, "myfile.png")->.F.
That is, if the picture is too big, then it does not have enough memory to save to a file. How can I get around this obstacle ?
FW 24.02