Animated sprite editor & pixel art tool (Windows, macOS, Linux)
Go to file
2007-09-29 00:16:41 +00:00
data Removed session stuff. 2007-09-29 00:12:08 +00:00
docs Added ultra-basic XML support in Jinete 2007-09-27 18:07:21 +00:00
jinete Added "save_file_as" and "options" commands. 2007-09-27 20:13:06 +00:00
misc Added "save_file_as" and "options" commands. 2007-09-27 20:13:06 +00:00
obj Moved everything to trunk 2007-09-18 23:57:02 +00:00
src Removed session stuff. 2007-09-29 00:16:41 +00:00
third_party Added double-buffering for GUI, and PNG support 2007-09-20 00:32:35 +00:00
all.h Added double-buffering for GUI, and PNG support 2007-09-20 00:32:35 +00:00
AUTHORS.txt Added command_execute_open_file. 2007-09-26 19:34:06 +00:00
ChangeLog Added "save_file_as" and "options" commands. 2007-09-27 20:13:06 +00:00
config.h Added "save_file_as" and "options" commands. 2007-09-27 20:13:06 +00:00
COPYING Moved everything to trunk 2007-09-18 23:57:02 +00:00
FAQ.txt 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 Added double-buffering for GUI, and PNG support 2007-09-20 00:32:35 +00:00
HACKING.txt Moved everything to trunk 2007-09-18 23:57:02 +00:00
INSTALL.txt Moved everything to trunk 2007-09-18 23:57:02 +00:00
LEGAL.txt Added all the "Command" stuff. 2007-09-23 20:13:58 +00:00
makefile.cfg Moved everything to trunk 2007-09-18 23:57:02 +00:00
makefile.dj Moved everything to trunk 2007-09-18 23:57:02 +00:00
makefile.gcc Added all the "Command" stuff. 2007-09-23 20:13:58 +00:00
makefile.lnx Moved everything to trunk 2007-09-18 23:57:02 +00:00
makefile.lst Added cmd_drawing_tools.c. 2007-09-27 18:02:23 +00:00
makefile.mgw Added command_execute_open_file. 2007-09-26 19:34:06 +00:00
NEWS-es.txt Moved everything to trunk 2007-09-18 23:57:02 +00:00
NEWS.txt Added "save_file_as" and "options" commands. 2007-09-27 20:13:06 +00:00
README-es.txt Moved everything to trunk 2007-09-18 23:57:02 +00:00
README.txt Moved everything to trunk 2007-09-18 23:57:02 +00:00
TODO.txt Added "save_file_as" and "options" commands. 2007-09-27 20:13:06 +00:00
WARNING.txt Moved everything to trunk 2007-09-18 23:57:02 +00:00

 ase -- allegro-sprite-editor: the ultimate sprites factory
 Copyright (C) 2001-2005, 2007 by David A. Capello
 --------------------------------------------------------------
 See the "AUTHORS.txt" file for a complete list of contributors


===================================
COPYRIGHT
===================================

  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


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

  ASE is a program specially designed with facilities to create
  animated sprites that can be used in some video game.  This program
  let you create from static images, to characters with movement,
  textures, patterns, backgrounds, logos, color palettes, and any
  other thing that you think.


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

  ASE gives to you the possibility to:

  - Edit sprites with layers and animation frames.

  - Edit RGB (with Alpha), Grayscale (with Alpha also) and Indexed
    images.

  - Control 256 color palettes completely.

  - Apply filters for different color effects (convolution matrix,
    color curve, etc.).

  - Load and save sprites in these formats: .BMP, .PCX, .TGA, .JPG,
    .GIF, .FLC, .FLI, and .ASE (ASE's special format).

  - Use bitmap's sequences (ani00.pcx, ani01.pcx, etc.) to save
    animations.

  - Drawing tools (dots, pencil, real-brush, floodfill, line, rectangle,
    ellipse), drawing modes (opaque, glass), and brushes types (circle,
    square, line).

  - Mask (selections) support.

  - Undo/Redo support for every operation.

  - Multiple editor support.

  - Draw with a customizable grid.

  - Unique tiled drawing mode to draw patterns and textures in seconds.

  - Save and load entire work's sessions (in `.ses' files).

  - Scripting capabilities with Lua language (http://www.lua.org).


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

  In Windows and DOS platforms:

    ase.cfg			- Configuration
    data/matrices		- Convolutions matrices
    data/menus			- Menus
    data/scripts/*		- Scripts

  In Unix platforms, the configuration file is ~/.aserc, and the data/
  files are searched in these locations (in order of preference):

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

  See "src/core/dirs.c" for more information.


===================================
VERBOSE MODE
===================================

  When run "ase" with "-v" parameter, in Windows and DOS platforms the
  errors will be written in STDERR and a "logXXXX.txt" file in "ase/"
  directory is created with the same content.

  In others platforms (like Unix), that log file isn't created,
  because the use of STDERR is more common.

  See "src/core/core.c" for more information.


===================================
UPDATES
===================================

  The last packages of binaries and source code, you can found them
  from:

    http://sourceforge.net/project/showfiles.php?group_id=20848

  Also, if you want to get the last development version of ASE from
  the CVS repository, which is the version more prone to have errors,
  but is the more updated in the tools area, you can browse it file by
  file in this address:

    http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ase

  Or you can download it completelly to your disk with a program which
  control CVS, as follow-up:

    1) We must input to the repository in anonymous form (when you be
       asked for the password, just press <enter>):

         cvs -d :pserver:anonymous@cvs.ase.sourceforge.net:/cvsroot/ase login

    2) We make the first checkout, which means that we fetch a "fresh"
       copy of ASE:

         cvs -z3 -d :pserver:anonymous@cvs.ase.sourceforge.net:/cvsroot/ase checkout gnuase

    3) Then, whenever you want update your copy with the repository
       one, you will must execute in the gnuase/ directory:

         cvs update -Pd

  WARNING: When you obtain the CVS version, don't remove the CVS
  directories, they are for exclusive use of the cvs program.


===================================
CREDITS
===================================

  See the "AUTHORS.txt" file.


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

  To request help, report bugs, send patches, etc., you can use the
  ase-help mailing list:

    ase-help@lists.sourceforge.net
    http://lists.sourceforge.net/lists/listinfo/ase-help/

  For more information, visit the official page of the project:

    http://ase.sourceforge.net


 ----------------------------------------------------------------------------
 Copyright (C) 2001-2005 by David A. Capello