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?".
Access Denied.
I dowloaded both ImageMagick-7.0.8-39-Q16-x64-dll.exe static and dynamic version and have the same result.
I'll try to change some win10 authorizations...thanks for your help.
@snibgo: I tried the 32-bit version in win10 static and dynamic and it doesn't seem to work better (I will try to install win10 in another drive later).
I installed the version you suggested me on a PC with windows seven and I've got some progress.
Here's my command line:
mogrify: unable to open image *.png: invalid argument
With * space .png, I've got this:
P.S: You can see/try my game here: https://gamejolt.com/games/kimono/389531
The sprites are doubled sized with nearest neighbor and I want to try magnify (and rework on them) if the result is slightly better.
Are you running in Unix mode? If not, then your path is using unix syntax / and should be windows syntax \. Also you have a space between * and .png which should not be there.
@fmw42: Thank you I managed to convert all the image from one folder to an another one. The topic is solved thank to you @fmw42 and snibgo, I owe you one .
One last question: which command have the best result to shrink a pixelart image without having blurred pixels? Ex: I wish to resize an image at 70% of its original size and keep its colour palette.
Imagemagick will help me to gain tons of time with its batch function, thank you for this great software
kimono wrote:which command have the best result to shrink a pixelart image without having blurred pixels? Ex: I wish to resize an image at 70% of its original size and keep its colour palette.