spandit
Second Officer
Flight distance : 65463 ft
United Kingdom
Offline
|
This forum has a 1000kb limit for picture uploads and finding a solution to reduce files to this size wasn't as easy as I'd have expected so I wrote a little BASH script that iterates through various sizes and keeps the largest one closest to 1000kb. It requires ImageMagick (convert) and needs to be run as follows:
./resize.sh myfile.jpg
It will output myfile_sm.jpg which should be as close to 1000kb as possible
|
|