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?".
#4 Failed Conversion Argument: -alpha remove -background white -quality 85
This last one, #4, is about what we're looking for minus the black background (sometimes dark grey background). Grateful for any suggestions on how we might make the #4 argument produce a white background. Or even better, an adjustment to the original argument #1, that works.
fmw42 wrote: ↑2017-02-09T12:55:09-07:00
Your syntax is wrong. Put the input image right after convert. Also you did not say what platform you are on.
JPG output does not support transparency. Try saving to PNG. Or flatten against a white background.
Platform Windows Server 2012
We have a GUI in front of the convert.exe that places the file names in the correct spots, but otherwise doesn't impact/alter the arguments. What I typed above was my best guess at how it's structuring the full commands as the GUI only provides us options to supply the arguments.
But I feel like this is all beside the point... the conversions process, it's the arguments were supplying and the above image results that are the issue.
Try my commands above. And note that JPG does not support transparency, so you need to choose a color or it will default to black. If my commands do not produce the correct results for you, please let me know what is incorrect.
You may need to change your GUI, if it is not reading the input image in the correct location in your command line.
Boom, these both work! Genuinely surprised we were able to get help with this. Very grateful, thank you. If you want some headphones/earbuds from one of our companies skullcandy/astrogaming, PM me and I'll make it happen.
The other issue is that your TIFF is CMYKA. That is probably why your images look reversed. You would be better off convert them to RGB for your output using profiles to get the best results.