Is there a proper way to image a PDF file into an jpeg (or png,tiff,..) file ( jpeg,..) without going through the memory ?
--
Reality is what, when you stop believing in it, doesn't go away.
Failure is not an option. It is a privilege reserved for those who try.
David Duncan
> We are under OSX... our app generates pdf file of technical drawings on very large page sizes. Customers wants to image these drafts for communication purpose, with good quality
> which means 300 to 600 dpi...
> So a 2 meters x meters pdf pages @ 300 dpi is 2.23 GB. the allocation fails at drawing context creation... .... @600 dpi we explode the memory ...
Are you a 32-bit application then? Does this happen if you make your app 64-bit?
--
Reality is what, when you stop believing in it, doesn't go away.
Failure is not an option. It is a privilege reserved for those who try.
David Duncan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Quartz-dev mailing list (Quart...@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quartz-dev/quartz-dev-garchive-50095%40googlegroups.com
This email sent to quartz-dev-g...@googlegroups.com
What if the machine have only 4 GB of RAM ? . Will the Virtual memory mechanism allow for allocations of those very big buffers which might be far larger than the availble memory ?