Search found 2 matches

by mikesl
2013-02-05T09:56:48-07:00
Forum: Users
Topic: complex color conversion problem
Replies: 24
Views: 72337

Re: complex color conversion problem

Wow, didn't think of that at all. Thanks.

How would I change the command to additionally look at lightness? I tried following the example but can't seem to run it on windows. Getting error with clone image not found. Seems like a syntax error.

convert ... -coorspace HSL -channel Hue,Lightness ...
by mikesl
2013-02-05T01:40:04-07:00
Forum: Users
Topic: complex color conversion problem
Replies: 24
Views: 72337

Re: complex color conversion problem

Hello,

I'm trying to use this same technique to remove the green background in this image but have not been able to figure it out.

http://i.imgur.com/ZkC6by8l.jpg

Here's what I have so far:

convert s4.jpg -colorspace HSL -channel Hue -separate -background none -fuzz 16% +transparent "gray(48 ...