rharder / imagesnap

Capture Images from the Command Line
https://github.com/rharder/imagesnap
458 stars 50 forks source link

Adding option to define the with and hight of the image #9

Closed gitviola closed 10 years ago

gitviola commented 10 years ago

I would like to have a smaller image in order to upload it to the remote server with low internet speed

danyshaanan commented 10 years ago

@schurig Combine this with imagemagick. Something like imagesnap x.jpg && mogrify -resize 50% x.jpg.

gitviola commented 10 years ago

Thank you! Works well :)