Use ImageMagick (this way keep EXIF data)
convert DSCN0001.JPG -resize 800x600 small.jpg
Use netpbm (this way lose EXIF data)
jpegtopnm DSCN0001.JPG | pnmscale -width=800 -height=600 | pnmtojpeg > small.jpg
ref. EXIF
Use ImageMagick (this way keep EXIF data)
convert DSCN0001.JPG -resize 800x600 small.jpg
Use netpbm (this way lose EXIF data)
jpegtopnm DSCN0001.JPG | pnmscale -width=800 -height=600 | pnmtojpeg > small.jpg
ref. EXIF
This page contains a single entry by Pank published on November 1, 2004 9:48 PM.
Apache 1.3.33 Released was the previous entry in this blog.
EXIF is the next entry in this blog.
Find recent content on the main index or look in the archives to find all content.
Leave a comment