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?".
dehein2 wrote:no one an idea? i just dont see why it works "stand-alone" but not with Lightroom...
THANKS
I don't believe that IM supports Lightroom mogrify. The Lightroom people may have cut out part of IM a while ago for the mogrify, but then it was up to them to keep it current. So perhaps they have not kept the Lightroom version of mogrify up to speed with the changes in IM mogrify.
i dont think it has anything to do with LR features. All LR does is
1. Export Pictures - JPG
2. Start the Batch and tells the filename.. all convertion is done bei IM
If you look back at your first post, for the command that works, you will see that IM convert is called with %1 twice (once for the input, and once for the output). Are you doing the same?
Your second example is bad IM syntax, so that won't work. The first one looks okay.
I don't know Lightroom, but it seems that you need a batch file that uses each parameter (%1 etc) as input and output filemame. So the batch file should also work when you call it from the command line. This gives you a method of testing it outside Lightroom. What happens when you do this?