Re: TIFFRepresentation makes big file!

2008-12-11 Thread Jean-Daniel Dupas
Le 11 déc. 08 à 14:05, Caroline a écrit : Hello all, I have some Questions. 1. I try to write NSImage to file. NSImage *image = [NSImage imageNamed:@"test.png"]; NSBitmapImageRep *imageRep; imageRep = [[NSBitmapImageRep alloc] initWithData:[image TIFFRepresentation]]; NSData *imageData; i

TIFFRepresentation makes big file!

2008-12-11 Thread Caroline
Hello all, I have some Questions. 1. I try to write NSImage to file. NSImage *image = [NSImage imageNamed:@"test.png"]; NSBitmapImageRep *imageRep; imageRep = [[NSBitmapImageRep alloc] initWithData:[image TIFFRepresentation]]; NSData *imageData; imageData = [imageRep representationUsingType:NS