Search found 2 matches
- 2018-12-26T00:15:24-07:00
- Forum: Users
- Topic: mogrify unrecognized option
- Replies: 3
- Views: 3765
Re: mogrify unrecognized option
oh sorry Version: ImageMagick 7.0.8-14 Q16 x64 2018-10-24 - Windows 10 64bit lastest update 1809 when i'm remove first string "+" in filename it work again, but i dont know why it recognized "+" in filename as option \+the-wolf-and-moon=None&corona-australis_piynx5OnEC1r68v93o1_180620723089.jpg ...
- 2018-12-25T07:57:18-07:00
- Forum: Users
- Topic: mogrify unrecognized option
- Replies: 3
- Views: 3765
mogrify unrecognized option
I have command
when i'm trying to run it with files have string "+,=,&,.." in filename, it always error. So how i can make it run without error ?
Thank
Code: Select all
mogrify -path OutputDir -format jpg -flatten -quality 86 png:compression-level=9 *.*
Thank