Skip to content
This repository was archived by the owner on Jan 22, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 636 Bytes

File metadata and controls

18 lines (14 loc) · 636 Bytes

php-simple-thumb

A simple thumbnail generation script written in PHP.

Example Usage

<img src="img.php?image=photo.jpg&size=300x150&quality=40">

Parameters

Parameters Example value Description
image photo.jpg Absolute path or local URL to the source image
size 300x150 Width And height Your thumbnails Image , if param size is blank : original size / 2
quality 50 compress quality from your thumbnails , if param quality is blank : quality=10%

License

php-simple-thumb is licensed under the MIT license, see LICENSE.md for details.