Grimbly
Grimbly
Posts: 68
|
How can I render an image that's 14,400 x 21,600 pixels? I keep running into errors thanks to System.Drawing.Bitmap, basically Int32 errors due to it being out of range and throwing overflow exceptions. This is yet another reason why I was so adamant about FF needing to be 64bit but I'll overlook that for now.
My goal here is to render an image that can be printed at 4ft x 6ft at 300dpi. I do not wish to upscale it after the fact and would like to instead render it with all the detail it deserves.
So, the question here is how do I do that? or is this simply beyond FF's capabilities because of the lack of 64bit support?
I guess another thing that's bothering me with this is that the pro version, which I have, claims to be capable of rendering 65k x 65k. Is this only an option in the standalone version and not the Command Line Renderer? Is this some limitation of Aba's Batch Tool which I always use for the CmdRenderer?
|