Search found 4 matches

by Jordan616
2019-09-26T11:35:47-07:00
Forum: Bugs
Topic: JPG file failed to convert with new version of Image Magick
Replies: 29
Views: 135071

Re: JPG file failed to convert with new version of Image Magick

I added "-quiet", and it didn't change anytging. I still see this warning: @echo off setlocal enabledelayedexpansion for /f "tokens=1,2 delims=:" %%x in ('magick 0.jpg 1.jpg -shave 2x2 -fuzz 2%% -trim +repage -set option:dim "%%[fx:max(u.w,v.w)]" -filter Catrom -resize ...
by Jordan616
2019-09-26T06:06:27-07:00
Forum: Bugs
Topic: JPG file failed to convert with new version of Image Magick
Replies: 29
Views: 135071

Re: JPG file failed to convert with new version of Image Magick

Yes, the image was created. If I add "-quiet" how do I know when an error occured?
by Jordan616
2019-09-26T04:50:50-07:00
Forum: Bugs
Topic: JPG file failed to convert with new version of Image Magick
Replies: 29
Views: 135071

Re: JPG file failed to convert with new version of Image Magick

I also see this error: magick: CorruptImageProfile `xmp' @ warning/profile.c/SetImageProfileInternal/1771. when I'm trying to combine two images with this comand: @echo off setlocal enabledelayedexpansion for /f "tokens=1,2 delims=:" %%x in ('magick 0.jpg 1.jpg -shave 2x2 -fuzz 2%% -trim +...