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?".
Hi to all,
I need help from you to create command line to apply below color adjustment from lightroom, because I have to apply them to over 30000 files.
This is color adjustment (translated from italian version of lightroom):
Hi @snibgo, unfortunelly I have to use imagemagick because (for complete information) the application which I use to generate my photoscenery (yes, I'm a sim-player of X-Plane), named ortho4xp, uses imagemagick to convert and adjust jpeg images during conversion process.
So I have no choice...
Unfortunately, Lightroom is proprietary code. We do not know exactly what they do. It would take quit a bit of time for anyone to try to guess at what they do and make tests with different Imagemagick functions varying the arguments to to see if it can be matched.
Apart from the sharpness issue, you may be able to match Lightroom color, brightness, contrast, etc processing using a HALD image and -hald-clut. Basically you create a large enough HALD image in Imagemagick as PNG or TIFF. Take it to Lightroom and apply all your settings and save it to PNG or TIFF (not any lossy compression like JPG). Then bring it back to Imagemagick and use -hald-clut to apply it to any image.