Page 3 of 3

Re: Implement This Filter

Posted: 2013-11-03T20:24:06-07:00
by snibgo
Your e.jpg and e3.jpg are different. Look at the edges. You can get a bigger difference by tweaking the "-modulate" numbers.

And what was the input file for my first command, the one that goes:

Code: Select all

%IM%convert effect.jpg ^
  -channel R -level -73.91%%,81.91%% ^
  -channel G -level -4%%,96%% ^
  -channel B -level -78.58%%,213.08%% ^
  +channel ^
  e.jpg

Re: Implement This Filter

Posted: 2013-11-03T21:04:14-07:00
by johnthomas1433
snibgo wrote:Your e.jpg and e3.jpg are different. Look at the edges. You can get a bigger difference by tweaking the "-modulate" numbers.

And what was the input file for my first command, the one that goes:

Code: Select all

%IM%convert effect.jpg ^
  -channel R -level -73.91%%,81.91%% ^
  -channel G -level -4%%,96%% ^
  -channel B -level -78.58%%,213.08%% ^
  +channel ^
  e.jpg
e.jpg
Image

e3.jpg
Image