Skip to content

I needed an image resizer that could take in >100MB images which imagemagik and convert cannot do...

License

Notifications You must be signed in to change notification settings

alphastrata/resizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

resizer

So basically I got tired of convert and imagemagik's inablity to resize large 100MB+ images.

Usage

Single file

resizer input.jpg --resize "50%"

Multiple files

resizer *.jpg --resize "800x600" -o output/

Directory processing

resizer ./assets --resize "20%"

Force overwrite

resizer *.png --resize "300x300" -f

About

I needed an image resizer that could take in >100MB images which imagemagik and convert cannot do...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages