How to identify a grayscale image (with threshold)?
Re: How to identify a grayscale image (with threshold)?
is it possible to do the same thing using border of the picture say 10% of the image would be border and use that to check for % of color.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: How to identify a grayscale image (with threshold)?
crop 10% from each border and check that cropped image with the saturation test described earlier. See http://www.imagemagick.org/Usage/crop/#crop_gravity
Re: How to identify a grayscale image (with threshold)?
will keep in mind. sorry i am new to posting.