Author: fredkiefer
Date: Sat Oct 29 14:29:26 2016
New Revision: 40185

URL: http://svn.gna.org/viewcvs/gnustep?rev=40185&view=rev
Log:
2016-10-29 Fred Kiefer <fredkie...@gmx.de>

        * Source/NSBitmapImageRep.m: Set the TIFF subfield type to 0
        instead of 255.

Modified:
    libs/gui/trunk/ChangeLog
    libs/gui/trunk/Source/NSBitmapImageRep.m

Modified: libs/gui/trunk/ChangeLog
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/ChangeLog?rev=40185&r1=40184&r2=40185&view=diff
==============================================================================
--- libs/gui/trunk/ChangeLog    (original)
+++ libs/gui/trunk/ChangeLog    Sat Oct 29 14:29:26 2016
@@ -1,3 +1,8 @@
+2016-10-29 Fred Kiefer <fredkie...@gmx.de>
+
+       * Source/NSBitmapImageRep.m: Set the TIFF subfield type to 0
+       instead of 255.
+
 2016-10-24 Fred Kiefer <fredkie...@gmx.de>
 
        * Source/NSBitmapImageRep+JPEG.m: Try to handle images with alpha
@@ -24,7 +29,6 @@
        * Source/NSLayoutManager.m: Use the pre-computed advancement
        instead of calculating it every time.
 
->>>>>>> .r40169
 2016-10-22 Fred Kiefer <fredkie...@gmx.de>
 
        * Source/GSLayoutManager.m: Don't try to get the advancement for

Modified: libs/gui/trunk/Source/NSBitmapImageRep.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/Source/NSBitmapImageRep.m?rev=40185&r1=40184&r2=40185&view=diff
==============================================================================
--- libs/gui/trunk/Source/NSBitmapImageRep.m    (original)
+++ libs/gui/trunk/Source/NSBitmapImageRep.m    Sat Oct 29 14:29:26 2016
@@ -2009,7 +2009,7 @@
 {
   info->numImages = 1;
   info->imageNumber = 0;
-  info->subfileType = 255;
+  info->subfileType = 0;
   info->width = _pixelsWide;
   info->height = _pixelsHigh;
   info->bitsPerSample = _bitsPerSample;


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to