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

UserGhost411/php-simple-thumb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

A simple thumbnail generation script written in PHP.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages