ImageSave - Size Check failed

I have created a large image (8960 x 8960) image and would like to save it. When using ImageSave it returns an error "Size Check Failed". What is the upper limit for ImageSave?

Andy
Andy,

You have to provide more details. Specifically, what is the syntax of the command that you are using?

The error code suggests you were trying to save an image using QuickTime. If that is the case I recommend using a PNG file format.

AG
Hi,

This fails with "Size Check Failed"
ImageSave/D=16/T="JPEG"/P=home/Q=1.00 Master as "Master.jpg"

This works per your suggestion - Thank you.

ImageSave/D=16/T="PNG"/P=home Master as "Master.png"

Andy