Search found 2 matches

by SIMJEDI
2019-06-30T17:55:25-07:00
Forum: Bugs
Topic: Output different when running scripts
Replies: 3
Views: 10433

Re: Output different when running scripts

That worked!
I'm such a noob... :oops: :-D
by SIMJEDI
2019-06-30T17:36:21-07:00
Forum: Bugs
Topic: Output different when running scripts
Replies: 3
Views: 10433

Output different when running scripts

There is a bug when using -clahe through a .bat file versus the command prompt. With the batch file it produces blotchy results.

command used:
magick mogrify -clahe 20x20%+128+1.5 *.png

Original
https://i.imgur.com/2qQm2DE.png

Command Line
https://i.imgur.com/UGgEERC.png

Batch File ...