Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 234 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 234 Bytes

ImageResizer

php script to reszie images for thumbnails. Just run the script from terminal:

Accepts two arguments:

  1. -s (source): required
  2. -d (destination): optional

The output dimensions of the images will be 100x100 pixels.