*Windows cmd* - Batch Process B&W thumbnails
Posted: 2015-06-22T04:05:54-07:00
Hey!
I have something like 9000 small (64pxx64px) thumbnails that I need to convert into Black and White.
I tried Irfanview, but it lost some of the information during batch process.
The problem occurs with images that has transparent backgrounds, counter colors Green Lines and Cyan text.
Then I started browsing and found out that ImageMagick could do the job more efficiently and without losing the details.
Anyhow. I don't seem to find a proper command to do the job.
What I've done so far is:
- Open cmd
- Enter the folder where the images are
- type: Mogrify -type Grayscale *.png
- This seems to save all the colors, but the problem is that I'm losing the background transparency AND the images are in grayscale, not straight B&W.
So, could someone with better knowledge, tell me what should I write in the cmd to do the trick:
- All images in B&W
- Transparent Backgrounds as it is before the conversion
Thank you in advance!
-Masa-
I have something like 9000 small (64pxx64px) thumbnails that I need to convert into Black and White.
I tried Irfanview, but it lost some of the information during batch process.
The problem occurs with images that has transparent backgrounds, counter colors Green Lines and Cyan text.
Then I started browsing and found out that ImageMagick could do the job more efficiently and without losing the details.
Anyhow. I don't seem to find a proper command to do the job.
What I've done so far is:
- Open cmd
- Enter the folder where the images are
- type: Mogrify -type Grayscale *.png
- This seems to save all the colors, but the problem is that I'm losing the background transparency AND the images are in grayscale, not straight B&W.
So, could someone with better knowledge, tell me what should I write in the cmd to do the trick:
- All images in B&W
- Transparent Backgrounds as it is before the conversion
Thank you in advance!
-Masa-