convert command and rgb values?
convert command and rgb values?
I am using -draw to annotate some images and the -fill is how I am setting my text color but the database that I have to work from is full of rgb values for the colors. Is there a way to pass rgb values to -fill within the convert command or any other way to read rgb values in and get their hex value?
Re: convert command and rgb values?
ImageMagick accepts RGB triples, for example, -fill 'rgb(19,101,219)'.