Re: Saving TIFF Files
Re: Saving TIFF Files
- Subject: Re: Saving TIFF Files
- From: "John C. Randolph" <email@hidden>
- Date: Thu, 13 Dec 2001 18:32:34 -0800
On Thursday, December 13, 2001, at 04:50 PM, JP Stringham wrote:
>
Hi all,
>
>
I've poked through the documentation extensively, and I've
>
found a number of ways of saving TIFF data - the only problem I
>
have is deciding which one to use. My question is this: How can
>
I save a TIFF image in an NSBitmapImageRep in a normal TIFF
>
format (ie. non-proprietary apple NSData format..) so that it
>
can be opened in other image applications?
NSBitmapImageRep *myRep;
[[myRep TIFFRepresentation]
writeToFile:@"/path/to/the/file.tiff" atomically:YES];
-jcr
"Only in a police state is the job of a policeman easy." - Orson Welles