Search found 1 match

by KypKool
2015-11-30T06:34:25-07:00
Forum: Users
Topic: Combining HSB back to RGB
Replies: 3
Views: 10879

Re: Combining HSB back to RGB

Hi Old post but I found the solution at the same time.
I have an HSV/HSB image coded on 0 255.
What you need to do is
convert image_hsv.png -colorspace RGB -separate myimage_channels_%d.png
convert myimage_channels_*.png -set colorspace HSB -combine -colorspace sRGB out.png