I have 64-bit OS Windows 7. You state that QImage is "Fully supported on all Windows versions from Windows XP through Windows 7 x64". Do you have x64 version of QImage?
Yes, it is supported on all OS's including x64 and no, I have no plans for a 64 bit specific version because in 99.999% of cases (including yours, see below), a 64 bit version would make no difference.
Fred, my images are computer generated. High resolution is my requirement plus I want to print 19''x16'' output. It gives me
more than 2GB.
19x16 is pretty small as Qimage prints go. There is no way you need a 2 GB image to print 19x16! Even at 1000 PPI, a 19x16 would be less than 1 GB. Plus, where are you getting this 2 GB image? If you don't have 2 GB of
original image data, then you are not using the proper workflow. I must point this out because a lot of times I find that people take a single photo like a 10 or 20 MP image from a camera and upsample it in some other software first, when the correct method is to simply hand Qimage the original 10-20 MP image and let it do the interpolation. By pre-interpolating, you are not only creating unnecessary work but you'll degrade the quality of the final image because Qimage can interpolate better than other software. So unless you have a stitched panorama of literally dozens of frames from a high end dSLR or you are creating a collage of dozens of high res frames, there's no need to ever pass Qimage a 2 GB file.
Regards,
Mike