Skip to content

rudiedirkx/Image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image resizer

Simple!

$img = new Image('../some_image.jpg');

$img->resize(0, 150); // height => 150
$img->save('some_image.png', IMAGETYPE_PNG, 0, 0777); // save as PNG
// and / or
$img->output(IMAGETYPE_JPEG); // show as JPG

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages