How to install Imagemagick in windows 7 [ 32 bits ]?

Asked

Viewed 333 times

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

    Hello @Alexandrelopes, never installed on Windows. I will do it now and give you a feedback as soon as you finish.

  • Thank you!!!

  • 1

    I added the answer. It worked perfectly. No extra configuration needed. Install and run.

1 answer

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

Retorno do 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.

Crie uma pasta e coloque os arquivos a serem redimensionados dentro dela

Step 2: Create a folder inside the current folder. This folder will receive the resized files. I named it small, as shown below.

Criando pasta que receberá os arquivos

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.

Executando o comando mogrify

Step 4: Confirmation of the result. Log in to the small folder, run a say and see how the file size has changed.

Conferindo o resultado

  • 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.