jarun / imgp

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

-q N, more explanations. #53

Closed blogdemoi closed 1 year ago

blogdemoi commented 2 years ago

Hello,

Thank you for this tool. Could you explain how to use the -q N option? What is N?

-q N, --quality N quality factor (N=1-95, JPEG only) [default: 75]

jarun commented 1 year ago

N is the quality percentage. Internally passed to Pillow library's Image.save() call.