Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kfish/fastphoto

A high performance JPEG rescaler: C library, tool and CGI
https://github.com/kfish/fastphoto

Last synced: 26 days ago
JSON representation

A high performance JPEG rescaler: C library, tool and CGI

Awesome Lists containing this project

README

        

FastPhoto
=========

FastPhoto is a high-performance rescaling tool for photographic images. It
can be installed on a web server as a handler for files of type image/jpeg,
providing fast server-side resizing with (optional) transparent caching. It
can also be used as a commandline application.

FastPhoto is based on Epeg, high-performance JPEG resizing code which
decodes only the DCT coefficients needed to reconstruct an image of the
desired size, and avoids colorspace conversions where possible.

FastPhoto preserves the aspect of the original file unless both width and
height options are specified.

Usage
-----

For details of commandline options, see the fastphoto.1 man page included in
this source distribution.

For web server configuration details, see the FastPhoto homepage:

http://www.kfish.org/software/fastphoto/

Development
-----------

FastPhoto is maintained in git at http://github.com/kfish/fastphoto:
git clone git://github.com/kfish/fastphoto.git

License
-------

Copyright (C) 2006 Conrad Parker

Permission to use, copy, modify, distribute, and sell this software and
its documentation for any purpose is hereby granted without fee, provided
that the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation. No representations are made about the suitability of this
software for any purpose. It is provided "as is" without express or
implied warranty.

Contact
-------

Please direct any queries, bug reports etc. about FastPhoto to the author,
Conrad Parker .