Green screen chroma-key using ImageMagick
问题 I had been searching for good algorithm for green screen chroma key using ImageMagick, but no satisfactory answer so far. I would like to explore a simple method of using range selection along the HSV/HSB color space (similar to -fuzz) to select the green color I want and make them transparent. The -fuzz seems to apply only in RGB space, which is not desired. Can anyone teach me how to select color with seperate range for H, S, V component, for example, 115-125 degree Hue, 40%-60% Saturation