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?".
Hi, I'm totally new here. I use ImageMagick-7.0.8-Q16 on Windows 10.
I wish to use the -magnify command (scale2x filter) to .png files toward an another folder in .png format.
I've got simply two questions:
- Can someone tell me what is the correct command line to do this?
- Can you explain what -minify command exactly does on an image?
Thank you for your help!
Last edited by kimono on 2019-04-09T04:06:05-07:00, edited 1 time in total.
@fmw42: Thanks for your answer. I've got a folder with around 100 png images and I wish to magnify all of them in one time to another directory.
How can I do that?
Is -resize (= nearest neighbor? )the best way to shrink an image without having a blurred pixelart?
You can request that it be added on the Discourse server. In the meantime you will have to write a loop over all the images you want to process or the images in a folder and use convert or magick to process them depending upon what your IM version is - 6 or 7.
Sorry, I do not use Windows. I can show you in Unix, but then you would need to use Windows 10 Unix. Perhaps one of the Windows users here can help you further or do a Google search for .bat scripting.
I retested with an updated version (ImageMagick-7.0.8-38-Q16-x64-dll) and I've got the following message:
"Le client ne dispose pas d'un privilège nécessaire"
"Client does not have a necessary privilege"
I reboot windows 10 and authorized to have a total control with all the files of the Imagemagick folder and the input folder but it doesn't seem to work.
Do you have any clue on how to solve it?
You are in the ImageMagick installation directory, and running the command from there. This is a bad idea. I suggest you create a different directory for your image processing, and change to that directory.
Ensure that "C:\ImageMagick-7.0.8-Q16" is on your system path.
You are writing to the output directory "Karatedo". If that directory does not exist, the command will fail.
@snibgo: I think I had got a problem of read only with some files in win10. I run a window command as administrator and I've got the following message: