M
M
Michael Compass2020-06-22 20:17:14
JPEG
Michael Compass, 2020-06-22 20:17:14

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))



All directories are correct, everything is in its place! All the name of png-nis in Latin.

ImageMagick that's what it gives out and so it runs endlessly.

5ef0e4a39e10a482797575.png

Spoiler what this command code for ImageMagick is for
код для склеивания всех png файлов из 2-х папок, чтоб каждая png склеилась с каждой другой поочередно, там получилось бы много картинок. Но суть не в коде команды, так как он вроде написан правильно, а в том что ImageMagick как- то неправильно работает на компе.


Maybe some additional libraries need to be installed?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question