Open telugu-boy opened 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.
Can we have colourspace conversion utilities?
Yes.
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.