Corrected [TIFFRepresentation], was calling the wrong

NSBitmapImageRep method.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12376 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2002-02-02 00:27:32 +00:00
parent 25010783ce
commit 670fccda89

View file

@ -970,7 +970,7 @@ repd_for_rep(NSArray *_reps, NSImageRep *rep)
// Producing TIFF Data for the Image // Producing TIFF Data for the Image
- (NSData *) TIFFRepresentation - (NSData *) TIFFRepresentation
{ {
return [bitmapClass TIFFRepresentation]; return [bitmapClass TIFFRepresentationOfImageRepsInArray: [self representations]];
} }
- (NSData *) TIFFRepresentationUsingCompression: (NSTIFFCompression)comp - (NSData *) TIFFRepresentationUsingCompression: (NSTIFFCompression)comp