Hi,
I'm removing the xmp information from some JPG files with the command:
"convert current.jpg +profile xmp new.jpg"
Is this a lossless action and will the new JPG file have the same quality???
Thanks and Regards,
JO
---
http://archive.motivio.eu
convert current.jpg +profile xmp new.jpg --> lossless ?
Re: convert current.jpg +profile xmp new.jpg --> lossless ?
No it is not lossless; you can add a -quality 100 to try and keep the best quality.
Re: convert current.jpg +profile xmp new.jpg --> lossless ?
I think my question could be also asked like:
Do I lose quality in an existing JPG file I add or change a profile in the file?
JO
Do I lose quality in an existing JPG file I add or change a profile in the file?
JO
Re: convert current.jpg +profile xmp new.jpg --> lossless ?
Is there any other way to remove the XMP profile and not losing quality in the JPG file?Bonzo wrote:No it is not lossless; you can add a -quality 100 to try and keep the best quality.
JO
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: convert current.jpg +profile xmp new.jpg --> lossless ?
Not in ImageMagcik. Image Magick is a raster image processor, NOT a profile processor.
Try looking at programs like jhead and such which are designed to modify profiles without decoding/encoding the image raster data.
Try looking at programs like jhead and such which are designed to modify profiles without decoding/encoding the image raster data.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/