1
How do I install and configure ImageMagick
in the windows 7 [ 32 bits ], and how do I put the commands on it?
In my case, I need to put the remote:
$ mkdir -p resultado
$ mogrify -path resultado -resize 50% *.jpg
1
How do I install and configure ImageMagick
in the windows 7 [ 32 bits ], and how do I put the commands on it?
In my case, I need to put the remote:
$ mkdir -p resultado
$ mogrify -path resultado -resize 50% *.jpg
2
For Windows 7, 32 Bits, use the following installation:
Imagemagick for Windows 32 Bits
Install normally, with the default options.
After installing, go to Windows console (cmd).
Type the following command and see if you have the same return as the image below.
convert -version
If the above command works, then follow the following steps:
Step 1: Create a folder and place the files to be resized inside it. Note that in my case are several BMP files.
Step 2: Create a folder inside the current folder. This folder will receive the resized files. I named it small, as shown below.
Step 3: Turn the command mogrify -path small -resize 50% *.bmp
Note in the image below the size of the files before conversion. Also repair the above command line.
Step 4: Confirmation of the result. Log in to the small folder, run a say and see how the file size has changed.
Muuuuuuuuuitoooo Obrigadooooooo!!!!!!
Any trouble we’re in.
Okay, in case I have any questions I return here! D
Browser other questions tagged
You are not signed in. Login or sign up in order to post.
Hello @Alexandrelopes, never installed on Windows. I will do it now and give you a feedback as soon as you finish.
– cantoni
Thank you!!!
– Alexandre Lopes
I added the answer. It worked perfectly. No extra configuration needed. Install and run.
– cantoni