I've already tested that before posting. The proposed codes do not work for me, syntax seems to be incorrect. I'm running under Windows, with the lastest version.
Maybe i do not know how to use it. I'm a IM noob user, but if i copy your codes to a batch file, it just does not work.
For example :
Code: Select all
convert -size 30x600 xc:'#0F0' -colorspace HSB \
gradient: -compose CopyRed -composite \
-colorspace RGB -rotate 90 gradient_rainbow.jpg
To run that, I've to modify it to :
Code: Select all
convert -size 30x600 xc:#0F0 -colorspace HSB gradient: -compose CopyRed -composite -colorspace RGB -rotate 90 gradient_rainbow.jpg
This is the only manipulation i've successfully done ! I tried to modify others, but it failed.
Thanks in advance.