Is it not possible to just use the flag `--eraseexif`?
Hund opened this issue · 1 comments
Hund commented
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
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.