mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 13:50:57 +00:00
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:
parent
25010783ce
commit
670fccda89
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue