Search found 5 matches
- 2018-01-06T12:08:34-07:00
- Forum: Users
- Topic: Help With Text Coloring
- Replies: 10
- Views: 9512
Re: Help With Text Coloring
You SIR are a GOD! Thanks SOOO MUCH!
- 2018-01-06T11:45:16-07:00
- Forum: Users
- Topic: Help With Text Coloring
- Replies: 10
- Views: 9512
Re: Help With Text Coloring
Any ideas?? I need tiff
- 2018-01-06T11:16:59-07:00
- Forum: Users
- Topic: Help With Text Coloring
- Replies: 10
- Views: 9512
Re: Help With Text Coloring
Installed it with Homebrew. Dropbox does not support tiff. Freetype is installed. I set up an ftp for upload use Firefox as Safari loses its mind. ftp://img:img@75.149.200.204/
- 2018-01-06T10:48:00-07:00
- Forum: Users
- Topic: Help With Text Coloring
- Replies: 10
- Views: 9512
Re: Help With Text Coloring
magick does the same thing. Version: ImageMagick 7.0.7-19 Q16 x86_64 2018-01-06 http://www.imagemagick.org on a Mac with Sierra. IM 6 is 6.9.5-9_2. When I try to use the #80808080 in the fill command, the convert gives me 50% of the page (left half). When I use #8080 I get the watermark but only the ...
- 2018-01-06T10:08:05-07:00
- Forum: Users
- Topic: Help With Text Coloring
- Replies: 10
- Views: 9512
Help With Text Coloring
This used to work in IM 6.9 convert $f -font Arial -pointsize 80 -quiet -draw "gravity center rotate 45 fill #80808080 text 0,12 'Licensed to Property Insight by Cook County Recorder of Deeds'" $CUSTOMER_DIR/$THE_DATE/$(basename $f); In IM 7 it splits the image in 2 I tried this in IM 7 convert $f ...