Answer the question
In order to leave comments, you need to log in
Why can't ImageMagick on windows process png?
I installed ImageMagick on windows. I didn't install it on Linux.
I launched cmd as admin and entered the code:
The code itself that I run through the command line for my task using ImageMagick:
FOR %I IN (F:\L\*.png) DO (FOR %J IN (F:\R\*.png) DO (magick %I %J -background white -alpha remove +append -quality 75 F:\L+R\%~nI+%~nJ.jpg))
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question