Search found 3 matches

by coryvirok
2013-03-28T12:06:15-07:00
Forum: Users
Topic: convert Apple Color Emoji
Replies: 30
Views: 37028

Re: convert Apple Color Emoji

I just downloaded and compiled/linked the latest source: Version: ImageMagick 6.8.4-2 2013-03-28 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC Features: DPC OpenMP Delegates: bzlib freetype jng jpeg png x xml zlib I'm still seeing just blank images, (or ...
by coryvirok
2013-03-28T11:15:58-07:00
Forum: Users
Topic: convert Apple Color Emoji
Replies: 30
Views: 37028

Re: convert Apple Color Emoji

bash-3.2$ convert --version
Version: ImageMagick 6.7.7-6 2013-03-27 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenCL

Also, I'd like the resulting image to have the same colors as the glyph.
by coryvirok
2013-03-28T01:34:47-07:00
Forum: Users
Topic: convert Apple Color Emoji
Replies: 30
Views: 37028

convert Apple Color Emoji

I'm trying to convert a glyph from the Mac OS X "Apple Color Emoji.ttf" font to a PNG.

convert -font ./Apple\ Color\ Emoji.ttf -background none -pointsize 96 label:$x $x.png

$x refers to the label. The above generates a blank image. Any thoughts on what I might be doing wrong?