Jump to content

open and save images


myspacee
 Share

Recommended Posts

hello to all,

see that is possible to work with image using GDI.

For job i need to remove all IPTC info from jpg header, this operation is actually manual.

User open jpg with paint :) save and move to production queue.

My question : is possible to 'open' jpg via script copy only image and 'paste' on a new one ?

(maybe via command line)

Thank you for any idea/info,

m.

Edited by myspacee
Link to comment
Share on other sites

Not as far as I know... another possibility with ImageMagick would be just to create a copy of the original file, I'm not sure but that might strip the IPTC infos too.

"convert.exe file_soure.jpg -quality 100 -quiet file_target.jpg" should do the trick

IM is Open-Source and basic functions are easy to learn.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...