Search found 265 matches

by dognose
2006-03-20T10:36:34-07:00
Forum: Users
Topic: Fonts, Aliasing, Transparency 6.2.5 vs 6.2.6
Replies: 9
Views: 33195

ok, thanks, I was able to get similar results now using: -channel A -threshold 50%
by dognose
2006-03-17T11:25:39-07:00
Forum: Users
Topic: Fonts, Aliasing, Transparency 6.2.5 vs 6.2.6
Replies: 9
Views: 33195

Sorry, this was causing me a problem for all the fonts (some looked much worse than others) I don't have standard fonts installed to test with.

http://www.1001freefonts.com/winfonts/a ... tioner.zip

This one also looked real bad:
http://www.1001freefonts.com/winfonts/ayummyapology.zip
by dognose
2006-03-17T09:31:39-07:00
Forum: Users
Topic: Fonts, Aliasing, Transparency 6.2.5 vs 6.2.6
Replies: 9
Views: 33195

Code: Select all

convert -fuzz 50% -size 150x60 xc:transparent -font "fonts/AirConditioner.ttf" -pointsize 48 -draw "text 0,50 'Test'" test.gif
Image

Convert was installed from ImageMagick-6.2.6-3.x86_64.rpm
by dognose
2006-03-16T22:49:34-07:00
Forum: Users
Topic: Fonts, Aliasing, Transparency 6.2.5 vs 6.2.6
Replies: 9
Views: 33195

Well, I'd love use PNG, but IE doesn't seem to support transparency in PNG files, so, I have to use GIF. in 6.2.5, the -fuzz 50% works great, and it looks much better! however, in 6.2.6, the fuzz option does nothing.. am I stuck having to use 6.2.5? here's an update with fuzz in 6.2.5: http://72.36....
by dognose
2006-03-16T17:06:09-07:00
Forum: Users
Topic: Fonts, Aliasing, Transparency 6.2.5 vs 6.2.6
Replies: 9
Views: 33195

Fonts, Aliasing, Transparency 6.2.5 vs 6.2.6

I updated IM to 6.2.6 and noticed a weird problem when drawing text on a transparent background. Example in 6.2.5: http://72.36.128.218/test5.gif Example in 6.2.6: http://72.36.128.218/test2.gif On both of these, I start with a transparent gif, then draw the font on it w/ black as the fill color. Th...
by dognose
2006-03-12T15:30:37-07:00
Forum: Users
Topic: Calling 'convert' from php script
Replies: 1
Views: 15381

Well, if it works from the command line, it should be good.

look in the http error log for error messages.
by dognose
2006-03-12T14:55:06-07:00
Forum: Bugs
Topic: make error..
Replies: 0
Views: 14761

make error..

from ImageMagick-6.2.6 source then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi /bin/sh ./libtool --silent --tag=CC --mode=link gcc -g -O2 -Wall -pthread -L/usr/lib -o utilities/animate -L/usr/lib utilities/animate.o magick/libMagick.la wand...
by dognose
2006-03-11T10:31:57-07:00
Forum: Users
Topic: Calling 'convert' from php script
Replies: 1
Views: 15381

There are a couple of configurations in PHP that stop exec from running. Permissions to write in the directly is very common. make a directly called ouput chmod it to 777 and see if you can get your script to output into that. Try other commands, like 'touch test.gif' to make sure you can write file...
by dognose
2006-03-10T13:19:21-07:00
Forum: Users
Topic: More effects.. Cutout filter and newprint.. how to?
Replies: 11
Views: 34686

Oh, wow, I missed the one example that was perfect for what I'm doing. Color Lookup Tables with small LUT worked real well for cutout. For the newsprint effect, the posterize doesn't make the droplets. here's an example of what I'm looking for: http://www.europe.redhat.com/documentation/rhl9/rhl-gsg...
by dognose
2006-03-09T16:43:08-07:00
Forum: Users
Topic: More effects.. Cutout filter and newprint.. how to?
Replies: 11
Views: 34686

More effects.. Cutout filter and newprint.. how to?

I'm using the command line tools, and I'm trying to do some more cool effects. I looked all over anthony's examples and couldn't find them. 1. Cutout filter (not crop, but the color reduction and image simplification filter) It makes the images look more cartoony, stylized. 2. Newsprint. like comic ...