Animated sprite editor & pixel art tool (Windows, macOS, Linux)
Go to file
2009-11-19 02:59:20 +00:00
data Added change_color command to change FG color-index with keyboard (Ilija Melentijevic idea). 2009-11-18 14:51:05 +00:00
docs Fixed bug #2511762 (thanks to Clayton Enga for the patch). 2009-01-24 00:41:01 +00:00
misc Internal refactoring of commands to support record/play macros in the near future. 2009-10-09 01:34:06 +00:00
obj Project converted to C++. 2008-09-30 21:01:54 +00:00
src Now jtheme is a class with member functions; and jwidget has a virtual msg_proc. 2009-11-19 02:59:20 +00:00
third_party 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
AUTHORS.txt Added authors. 2009-10-09 02:26:28 +00:00
ChangeLog Refactored Layer class to include all layer_* functions as member functions. 2009-11-17 13:12:26 +00:00
config.h Internal refactoring of commands to support record/play macros in the near future. 2009-10-09 01:34:06 +00:00
COPYING Moved everything to trunk 2007-09-18 23:57:02 +00:00
fix.bat Moved everything to trunk 2007-09-18 23:57:02 +00:00
fix.sh Fixed a little problem with = operator (it is not ==). 2009-08-05 01:59:56 +00:00
HACKING.txt Internal refactoring of commands to support record/play macros in the near future. 2009-10-09 01:34:06 +00:00
INSTALL.txt Version 0.6b2 released. 2008-05-06 15:22:57 +00:00
LEGAL.txt Added: 2008-02-29 19:29:49 +00:00
makefile.cfg + Modified makefile.vc to handle a completelly static compilation with VC++9.0 Express Edition 2009-08-05 01:53:02 +00:00
makefile.gcc 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
makefile.lnx Fixed bug #2511762 (thanks to Clayton Enga for the patch). 2009-01-24 00:41:01 +00:00
makefile.lst 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
makefile.mgw - Added Job class. 2009-05-31 20:15:38 +00:00
makefile.vc 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
NEWS.txt Internal refactoring of commands to support record/play macros in the near future. 2009-10-09 01:34:06 +00:00
README.txt Fixed comments about configuration files. 2009-08-17 22:46:04 +00:00
TODO.txt Fixed some typos in TODO entries 2009-06-11 00:25:24 +00:00
WARNING.txt Completelly removed the scripting support and lua files. 2008-09-27 23:24:27 +00:00

 ASE - Allegro Sprite Editor
 Copyright (C) 2001-2009 by David Capello
 --------------------------------------------------------------------
 See the "AUTHORS.txt" file for a complete list of contributors

===================================
INTRODUCTION
===================================

  ASE (Allegro Sprite Editor) is an open source program to create
  animated sprites. Sprites are little images that can be used in your
  website or in a video game. You can draw characters with movement,
  intros, textures, patterns, backgrounds, logos, color palettes,
  isometric levels, etc.

  What makes ASE different? It focuses on pixel editing, to do
  pixel-art. Indeed, it isn't a photo retouching tool or a vector
  graphics editor. Mainly it is a tool to create tiny animations
  pixel-by-pixel.

===================================
LICENSE
===================================

  This program is free software; you can redistribute it and/or modify it
  under the terms of the GNU General Public License as published by the Free
  Software Foundation; either version 2 of the License, or (at your option)
  any later version.

  This program is distributed in the hope that it will be useful, but
  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  for more details.

  You should have received a copy of the GNU General Public License along
  with this program; if not, write to the Free Software Foundation, Inc., 59
  Temple Place, Suite 330, Boston, MA  02111-1307  USA

===================================
FEATURES
===================================

  With ASE you'll be able to:
  * Edit sprites with layers and frames.
  * Edit RGB (with Alpha), Grayscale and Indexed images (256 color palettes).
  * Load/save sprites in these formats: .GIF, .FLC, .FLI, .PNG,
    .BMP, .PCX, .TGA, .JPG, and .ASE (ASE's special format).
  * Load/save animations in sequence of bitmaps (frm00.pcx, frm01.pcx, ...).
  * Tiled drawing mode to draw patterns and textures.
  * Undo/Redo support for every operation.
  * Special tools like Blur, Jumble, Convolution Matrices.
  * Multiple editor support.
  * Onion skinning support.

===================================
CONFIGURATION FILES
===================================

  In Windows 98/2K/XP/Vista:

    aseprite.cfg	- Program configuration
    data/convmatr.def	- Convolutions matrices
    data/gui-en.xml	- Menu definition and keyboard shortcuts
    data/fonts/*.pcx	- Fonts to be used in the GUI
    data/jids/*.jid	- XML files with dialogs

  In GNU/Linux, the configuration file is ~/.asepriterc, and
  the data/ files are searched in these locations (in priority
  order):

    $HOME/.ase/
    /usr/local/share/ase/
    data/

===================================
CONTACT INFO
===================================

  To request help you can use the SourceForge forums:
    http://sourceforge.net/forum/?group_id=20848

  We recommend you to use the SourceForge tracker to do specific
  reporting of some issues like:
  * Bugs:
    http://sourceforge.net/tracker/?group_id=20848&atid=120848&func=add
  * Request features:
    http://sourceforge.net/tracker/?group_id=20848&atid=370848&func=add
  * Patches:
    http://sourceforge.net/tracker/?group_id=20848&atid=320848&func=add
  * Support request:
    http://sourceforge.net/tracker/?group_id=20848&atid=220848&func=add

  For more information, visit the official page of the project:
    http://www.aseprite.org/

 ----------------------------------------------------------------------------
 Copyright (C) 2001-2009 by David Capello