Thanks for your help! I added a full path to the magick.exe and it works now.
Thanks again.
Search found 2 matches
- 2018-03-06T21:27:08-07:00
- Forum: Users
- Topic: Error while Converting JPG to PNG with fuzz parameter
- Replies: 2
- Views: 4148
- 2018-03-06T15:46:44-07:00
- Forum: Users
- Topic: Error while Converting JPG to PNG with fuzz parameter
- Replies: 2
- Views: 4148
Error while Converting JPG to PNG with fuzz parameter
Hi, I'm new to ImageMagic and have a very basic question but can't figure out the issue myself. I have a bunch of JPG images sitting in a folder and I need to apply a transparent background and make them PNG. Below is a command that I have in a BAT file: for %%i in (*.jpg) do ( convert "%%i" -fuzz 5 ...