Hi,
I create an image in A2 format.
Then I save it to file Everything is fine.
I create an image in A1 format. When saving it to a file, the program terminates without an error. I understand that there is not enough memory. What can be predicted ?
I create an image in A2 format.
hBmp :=FW_MakeYour Bitmap(7016, 4961, {|hDc|FW_DrawImage(),..})FW_SaveImage(bmp, "myfile")I create an image in A1 format.
hBmp:=FW_MakeYour Bitmap(9933, 7016, {|hDc|FW_DrawImage(),..})