Recommend this page to a friend! |
Classes of Kjell-Inge Gustafsson | PHP Image Handling API | README.md | Download |
|
DownloadIMAGEHANDLERimageHandler is a PHP (gd) back end class package managing
ImageHandler offers also availability 'on-the-fly'
Anonymous (source and/or output) filenames (without extension) and remote image resources are supported. The imageHandler interface is simple :
If the crop and size arguments are set simultaneously, cropping is done before (re-)sizing. The imageHandler output mode is * download, will open a 'save file'-box in browser * stream, (default) usable in a 'src' statement in a HTML page, (showing a 'thumbnail') * save, saves (cropped/resized/adapted) image on disk Output image type for the managed image is (default) png. Non-resizable images types are returned 'as is'. The class package includes
The imageHandler class and index page supports PEAR log class or equivalents. imageHandler is free for personal, evaluating and testing use, for commercial licences, visit kigkonsult.se! |