jarun / imgp

:camera_flash: Fast batch image resizer and rotator
GNU General Public License v3.0
1.03k stars 50 forks source link

Is it not possible to just use the flag `--eraseexif`? #27

Closed Hund closed 6 years ago

Hund commented 6 years ago

Is it not possible to just use the flag --eraseexif?

imgp -e sadster.jpg
missing image transformation

If not, would it be possible to add that feature?

jarun commented 6 years ago

The PIL library is lossy. So you can try:

imgp -e -x 100

and th resolution will remain the same but the image quality would be changed.