aseprite/third_party
2009-11-19 00:34:07 +00:00
..
freetype Added background color to sprite. 2007-12-05 01:30:50 +00:00
jpeg Project converted to C++. 2008-09-30 21:01:54 +00:00
libart_lgpl + Added Editor::space_pressed to move the scroll with the space key. 2008-03-22 18:43:56 +00:00
libpng Added double-buffering for GUI, and PNG support 2007-09-20 00:32:35 +00:00
loadpng Added support to load png files through Allegro library (now you can save/load palettes in PNG files) 2009-11-19 00:34:07 +00:00
zlib Added double-buffering for GUI, and PNG support 2007-09-20 00:32:35 +00:00
README.txt Added libjpeg in the repository. 2007-11-28 14:19:36 +00:00

Here are third-party libraries from other people with necessary
componentes for ASE only, I removed some unnecessary files.

gfli/

  Routines to load/save FLI/FLC files.  This is a shortened and
  modified version of gfli 1.3 (I fix some bugs with color chunks),
  you can get the entire package from:

    http://www.gimp.org/	(search in the plug-ins)

jpeg/

  Routines to load/save JPEG files.  This is a shortened version of
  jpeg 6b, you can get the entire package from:

    http://www.ijg.org/

libart_lgpl/

  Routines to handle paths.  This is a shortened version of libart
  2.3.3, you can get the entire package from:

    http://www.levien.com/libart/

libgd/

  Routines to manage images.  This is a shortened version of libgd
  2.0.35, you can get the entire package from:

    http://www.libgd.org/

libpng/

  Routines to load/save PNG files.  This is a shortened version of
  libpng 1.2.20, you can get the entire package from:

    http://www.libpng.org/

lua/

  Routines to do scripting. This is a shortened and modified version
  of lua 5.0, you can get the entire package from:

    http://www.lua.org/

  Also, this version has a patch to make the operator != works like ~=

zlib/

  Used by libpng. This is a shortened version of zlib 1.2.3.

    http://www.zlib.net/

----------------------------------------------------------------------
			                              David A. Capello