Skip to content

nestedminds/resizing-library-risto987

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

resizing-library-risto987

How to use this library###

Resize image with exact width and height:

  • $img = new ResizeImg('path/to/image.jpg');
  • $img->exactResize(integer,integer);
  • $img->saveImage('path/to/store/image.jpg');

Auto resize image:

  • $img = new ResizeImg('path/to/image.jpg');
  • $img->autoResize(integer,integer);
  • $img->saveImage('path/to/store/image.jpg');

About

resizing-library-risto987 created by Classroom for GitHub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages