trunk: Implemented file loading of JPEG, TGA, TIFF and a few others, by using SDL_Image builtin loader. Added visible 'hourglass' cursor during 24bit color reduction.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1085 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-10-21 22:12:56 +00:00
parent 9ef0e6b74c
commit db130fc60d
12 changed files with 278 additions and 108 deletions

View File

@@ -1,11 +1,19 @@
The following file:
The following file
SDL_image.dll
is the runtime environment for the library SDL_image 1.2.70 by Sam Lantiga and Mattias Engdegård.
is the runtime environment for the library SDL_image 1.2.8 by Sam Lantiga and Mattias Engdegård.
This library is distributed under the terms of the GNU LGPL license:
http://www.gnu.org/copyleft/lesser.html
The source is available from the libraries page at the SDL website:
http://www.libsdl.org/
=========================
Compiled by yrizoud on 21/10/2009 with static builds of :
libjpeg (JPEG library http://www.ijg.org/ release 6b of 27-Mar-1998 : jpegsr6.zip)
libtiff (TIFF library ftp://ftp.sgi.com/graphics/tiff/ : tiff-v3.4-tar.gz)
And dynamic version of :
libpng (http://www.libpng.org/pub/png/libpng.html) --> libpng13.dll requirement