Quote:
Originally Posted by Turtle91
"Convert" the image to what? If it's already a .jpg what would you convert it to?
|
"Convert" to JPEG nonetheless (adjusting compression, if desired). Doing so, all the info added (e.g., by Photoshop) will be removed. In particular, in the past I saw that (eink) devices might run into troubles with JPEGs containing color space profiles.
Example:
Code:
$ identify original.jpg
original.jpg JPEG 900x1200 900x1200+0+0 8-bit DirectClass 439KB 0.010u 0:00.019
$ convert original.jpg clean.jpg
$ identify clean.jpg
clean.jpg JPEG 900x1200 900x1200+0+0 8-bit DirectClass 411KB 0.010u 0:00.000