telugu-boy / seedimg

GNU Lesser General Public License v3.0
14 stars 0 forks source link

Make all filters assert the colourspace they work on #38

Open telugu-boy opened 4 years ago

telugu-boy commented 4 years ago

img::colourspace() has been added to retrieve the colourspace of an image (rgb, hsv, ycbcr). All filters must check if the image they are operating on is the correct colourspace for that specific filter, and throw an exception if not.

tripulse commented 4 years ago

Can we have colourspace conversion utilities?

telugu-boy commented 4 years ago

Yes.