Skip to content

easy to use image resize, scale and cropping for Codeigniter php framework

Notifications You must be signed in to change notification settings

craigcosmo/php-image-resize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

####METHOD EXPLAINATION

##scale_to_bigger

Provided a wished width and wished height. If the wished height is bigger than wished width. It will scale the picture to the wished height. If the wished width is bigger than wished height. It will scale the picture to the wished width

##scale_to_smaller

Which is an opposite the scale_to_bigger method

##crop

This will crop the picture to the smallest possible wished width or wished height

##delete

This will delete the file

About

easy to use image resize, scale and cropping for Codeigniter php framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages