Lightroom export and ImageMagick thumbnail

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
simonso
Posts: 3
Joined: 2012-10-11T15:27:33-07:00
Authentication code: 67789

Lightroom export and ImageMagick thumbnail

Post by simonso »

Hi,

I am just wondering if it is possible to create a "flatten" thumbnail of a Lightroom modified image (JPEG/TIFF) via ImageMagick.

i.e.
I have an image where all the Lightroom develop settings are imbedded as metadata (when I drop that image into Lightroom, you can see the changes). Now I want this file to remind as it is but I need to create a flatten thumbnail from this image with all the develop settings "applied" to it for display purposes.

Is there any ways for me to do this?


Thanks
Simon
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Lightroom export and ImageMagick thumbnail

Post by fmw42 »

Not sure I understand! Do you want IM to apply all the lightroom settings to the image to modify it and then create a thumbnail? If so, as far as I know, IM knows nothing about the lightroom settings and values. You would have to extract them from the meta data and figure out what IM commands do the same things and what changes in settings there are between how lightroom processed the data and how IM would process the data. There is no automatic reading and processing of lightroom values. Perhaps I misunderstand. Perhaps it would be a good idea to post a link to the image so that we can see your meta data. And explain in a bit more detail exactly what you are trying to do.
simonso
Posts: 3
Joined: 2012-10-11T15:27:33-07:00
Authentication code: 67789

Re: Lightroom export and ImageMagick thumbnail

Post by simonso »

Thanks for the prompt reply.

Yeah... I am afraid that is exactly what I meant. Thanks for the answer.

Might have to do another approach.

Thanks
Simon
simonso
Posts: 3
Joined: 2012-10-11T15:27:33-07:00
Authentication code: 67789

Re: Lightroom export and ImageMagick thumbnail

Post by simonso »

Would you happen to know if somebody has tried this?

Wonder how much of a job would it be to manually convert settings with IM.

Thanks
Simon
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Lightroom export and ImageMagick thumbnail

Post by fmw42 »

It would help to have an example image with your meta data included. You can post to some free image hosting service and then link here
Post Reply