mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 18:31:20 +00:00
Restored loading of png (and generally non-tiff) images
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10172 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2aeff3e0f0
commit
409c03f71b
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
Wed Jun 13 02:36:44 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/NSBitmapImageRep.m ([+imageRepsWithData:]): Replaced
|
||||
[self class] with self. ([+imageUnfilteredFileTypes]): add
|
||||
extensions directly rather than using a temporary array.
|
||||
([+imageRepsWithFile:]): As a temporary bug fix, evaluate
|
||||
extension manually: if it is `tiff' or `tif', use libtiff;
|
||||
otherwise, try backend code.
|
||||
|
||||
2001-06-11 Mirko Viviani <mirko.viviani@rccr.cremona.it>
|
||||
|
||||
* Source/NSSavePanel.m ([NSSavePanel -_initWithoutGModel]): do not set
|
||||
|
|
Loading…
Reference in a new issue