return [[NSBitmapImageRep imageRepWithData: [self TIFFRepresentation]] CGImage];
Technorati ProfileCopyright © Scott Stevenson 2004-2006
by Jarl Robert Kristiansen — Dec 04, 07
return [[NSBitmapImageRep imageRepWithData: [self TIFFRepresentation]] CGImage];Won't that be better as it will use the whole tiff?