Re: How To Create Very Huge Images (2 GB and above)
Re: How To Create Very Huge Images (2 GB and above)
- Subject: Re: How To Create Very Huge Images (2 GB and above)
- From: Robert Clair <email@hidden>
- Date: Wed, 15 Nov 2006 07:55:17 -0500
One solution is to band the image. Create it one band at a time, and
then write the band out to a tiff using libtiff. This will keep the
memory size of your app reasonable (provided that you pick a
reasonable band size).
I know there is libtiff around, but I would like to avoid this, since
distribution in my App wouldnt be easy!
Just link to libtiff statically, then you don't have to distribute it.
Out of curiosity, what are you going to do with such huge images
after you have them ?
...Bob Clair
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden