RGB Combine odd behaviour -
Posted: 2011-07-04T06:28:51-07:00
According to the docs If I tried separating an image channels and then combined them I should get the "original" image ...
So I tried something like :
convert image1-jpg -monitor -colorspace RGB
( -clone 0 -channel R -separate )
( -clone 0 -channel G -separate )
( -clone 0 -channel B -separate )
-delete 0 -combine image1_a.jpg
instead of the "original" image I get a strange result image ( similar to the original but wrong colors ) ( yellowish image)
tried with the "rose: example" with the same results ( strong yellow image) ...
using Windows 6.7.0-10 "Manual compiled" convert.exe Q32 and HDRI
What am I doing wrong ?
So I tried something like :
convert image1-jpg -monitor -colorspace RGB
( -clone 0 -channel R -separate )
( -clone 0 -channel G -separate )
( -clone 0 -channel B -separate )
-delete 0 -combine image1_a.jpg
instead of the "original" image I get a strange result image ( similar to the original but wrong colors ) ( yellowish image)
tried with the "rose: example" with the same results ( strong yellow image) ...
using Windows 6.7.0-10 "Manual compiled" convert.exe Q32 and HDRI
What am I doing wrong ?