Is there something I can do/use in FME to convert from RGB to HSV ?
Can I do this in python? Read in a feature and output a HSV image?
Is there something I can do/use in FME to convert from RGB to HSV ?
Can I do this in python? Read in a feature and output a HSV image?
Best answer by helmoet
hi @pat8037, may be you get some inspiration from this website: http://www.rapidtables.com/convert/color/rgb-to-hsv.htm. I also attached a workbench implementation. Just a bunch of AttributeCreators, basically.