-- README for resize_image - an image resizer
-- Copyright (c) 1999 - 2002 by Daniel Lacroix
--
--  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., 675 Mass Ave, Cambridge, MA 02139, USA.
--
-- (see COPYING file for license)
--

This is the README for resize_image.

What is it?
-----------

resize_image is a shell program used to resize images
with several algorithmes.

Tested platforms:
-----------------

i686-Linux 2.4.18

Quick start:
------------

# make
# ./resize_image --dct /usr/share/icons/my_image.jpg -w 1024 -h 768 -o res.jpg

Thanks to :
-----------

Hojin Choi <pynoos@infobank.net> for bug correction.
Alessandro Ambrosini <ambrosa@ambrosa.it> for -w and -h options suggestion.
Marc Patoureaux <mpatoureaux@amadeus.net> for down_rought funtion.
Marc Patoureaux <marc.patoureaux@polytechnique.org> for bug correction.
