How do i choose target filesize to be compressed to(if any)
Posted: Mon Nov 04, 2019 9:06 am
I want to use Nconvert to resize some of my .JPG files , when i use the code :
nconvert -out jpeg -ratio -rflag orient -resize 50% 50% *.jpg, it works fine but if i do this, the file size might still not be at my desired filesize , is there an input parameter that allows me to choose desired file size?
nconvert -out jpeg -ratio -rflag orient -resize 50% 50% *.jpg, it works fine but if i do this, the file size might still not be at my desired filesize , is there an input parameter that allows me to choose desired file size?