Search found 6 matches
- 2019-10-18T09:45:53-07:00
- Forum: Users
- Topic: convert jpg to RGB components
- Replies: 1
- Views: 92936
convert jpg to RGB components
I have jpg files and want to create single red, green and blue gray shade images. Is this possible?
- 2019-09-19T14:55:45-07:00
- Forum: Users
- Topic: Trying to add shadowed text to an existing image
- Replies: 5
- Views: 10390
Re: Trying to add shadowed text to an existing image
I'm not worried about the font issue (that appears to be an easy fix). Problem is I could not get the command to work at all. See error message at the top of the thread. After a google search, I did find that updating policy.xml for label helped. I'm now able to make an image with just the ...
- 2019-09-19T11:42:43-07:00
- Forum: Users
- Topic: Trying to add shadowed text to an existing image
- Replies: 5
- Views: 10390
Re: Trying to add shadowed text to an existing image
convert -version Version: ImageMagick 6.7.8-9 2019-02-01 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC Features: OpenMP convert logo: logo.png Worked fine. Last command failed. Note - I removed -font completely as to use the default font. Not sure if this ...
- 2019-09-19T09:22:20-07:00
- Forum: Users
- Topic: Trying to add shadowed text to an existing image
- Replies: 5
- Views: 10390
Trying to add shadowed text to an existing image
I pulled this exact command out of the ImageMagick doc and having no luck: convert -background none -stroke black -fill white \ -font Candice -pointsize 48 label:'Sept ' \ \( +clone -background navy -shadow 80x3+3+3 \) \ -background none -compose DstOver -flatten base-t0.png convert: not authorized ...
- 2017-08-14T14:19:07-07:00
- Forum: Users
- Topic: png to red/green/blue to tiff
- Replies: 1
- Views: 3858
png to red/green/blue to tiff
I need to convert a png file to 3 separate uncompressed tiff files that contain the red,green or blue values. The tiff files have to be 8 bit. Suggestions?
- 2012-09-24T11:22:32-07:00
- Forum: Users
- Topic: How do you create a multi transparent PNG
- Replies: 1
- Views: 4881
How do you create a multi transparent PNG
I have 2 pngs. The first is a gray shade infrared satellite image. The second is a gray shade image representing the transparency of each individual pixel. Basically I want to make the colder clouds less transparent than the warmer clouds. 1) What should the gray shade values be set to in the ...