fmw42,
> Generally, IM will force a grayscale format if the data is grayscale and if the image type supports that.
Oh, I understood. It's a very important point that I miffed.
Thanks again.
Search found 3 matches
- 2015-11-07T17:18:07-07:00
- Forum: Users
- Topic: How to make 'label:' in RGB .png
- Replies: 4
- Views: 2110
- 2015-11-07T04:01:26-07:00
- Forum: Users
- Topic: How to make 'label:' in RGB .png
- Replies: 4
- Views: 2110
Re: How to make 'label:' in RGB .png
Thanks for your very fast reply, fmw42.
I got exactly what I need following your direction.
Still I'm not sure what I was wrong, but anyway I gonna read more docs as you indicated.
Thank you.
BTW, my platform is WindowsXp/8.1, and the IM '-version' says:
Version: ImageMagick 6.9.2-4 Q16 x86 2015-10 ...
I got exactly what I need following your direction.
Still I'm not sure what I was wrong, but anyway I gonna read more docs as you indicated.
Thank you.
BTW, my platform is WindowsXp/8.1, and the IM '-version' says:
Version: ImageMagick 6.9.2-4 Q16 x86 2015-10 ...
- 2015-11-06T21:37:53-07:00
- Forum: Users
- Topic: How to make 'label:' in RGB .png
- Replies: 4
- Views: 2110
How to make 'label:' in RGB .png
I would like to make simple text label in RGB (or RGBA) .png file.
What I did is:
convert -font Tahoma -pointsize 240 -undercolor black -fill whilte \
label:ABC -colorspace RGB -depth 8 out.png
It works just fine, but got the result in grayscale format.
I tried moving '-colorspace' position ...
What I did is:
convert -font Tahoma -pointsize 240 -undercolor black -fill whilte \
label:ABC -colorspace RGB -depth 8 out.png
It works just fine, but got the result in grayscale format.
I tried moving '-colorspace' position ...