-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible for imagemagick to draw font like .ttc/woff? #43
Comments
@aeghn I am not sure. I dont know much about imagemagick, sorry |
@aeghn |
@myselfhimself Thanks for the reply, but I think fontpreview as a font previewer which should get the image without transforming the font format, so I'm here to ask can we view various fonts by using convert or to find another tool to draw the images. |
hello
ImageMagick links to Freetype, a C library that can render WOFF 2 fonts
since may 2020 and WOFF 1 since 2013: https://www.freetype.org/ (see
version FreeType 2.10.2)
tried converting a woff font ubuntu 19.04:
convert Originals\ is\ Out.woff a.png
convert-im6.q16: no decode delegate for this image format `WOFF' @
error/constitute.c/ReadImage/560.
convert-im6.q16: no images defined `a.png' @
error/convert.c/ConvertImageCommand/3258.
Here is my image magick version:
Version: ImageMagick 6.9.10-23 Q16 x86_64 20190101 https://imagemagick.org
Copyright: © 1999-2019 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC Modules OpenMP
Delegates (built-in): bzlib djvu fftw fontconfig freetype jbig jng jpeg
lcms lqr ltdl lzma openexr pangocairo png tiff webp wmf x xml zlib
st 24. 6. 2020 v 17:53 odesílatel wangz <[email protected]> napsal:
… @myselfhimself <https://github.com/myselfhimself> Thanks for the reply,
but I think fontpreview as a font previewer which should get the image
without transforming the font format, so I'm here to ask can we view
various fonts by using convert or to find another tool to draw the images.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#43 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJU5QUTOWB5FNQX7ADH6MDRYIOODANCNFSM4OGSMGMQ>
.
|
Image magick master branch seems to have eg. OTF support but no WOFF support
https://github.com/ImageMagick/ImageMagick/search?q=otf&unscoped_q=otf
https://github.com/ImageMagick/ImageMagick/search?q=woff&unscoped_q=woff
so even if Freetype would support rendering, ImageMagick has nothing to
allow it obviously
st 24. 6. 2020 v 22:03 odesílatel Jonathan-David SCHRODER <
[email protected]> napsal:
… hello
ImageMagick links to Freetype, a C library that can render WOFF 2 fonts
since may 2020 and WOFF 1 since 2013: https://www.freetype.org/ (see
version FreeType 2.10.2)
tried converting a woff font ubuntu 19.04:
convert Originals\ is\ Out.woff a.png
convert-im6.q16: no decode delegate for this image format `WOFF' @
error/constitute.c/ReadImage/560.
convert-im6.q16: no images defined `a.png' @
error/convert.c/ConvertImageCommand/3258.
Here is my image magick version:
Version: ImageMagick 6.9.10-23 Q16 x86_64 20190101 https://imagemagick.org
Copyright: © 1999-2019 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC Modules OpenMP
Delegates (built-in): bzlib djvu fftw fontconfig freetype jbig jng jpeg
lcms lqr ltdl lzma openexr pangocairo png tiff webp wmf x xml zlib
st 24. 6. 2020 v 17:53 odesílatel wangz ***@***.***> napsal:
> @myselfhimself <https://github.com/myselfhimself> Thanks for the reply,
> but I think fontpreview as a font previewer which should get the image
> without transforming the font format, so I'm here to ask can we view
> various fonts by using convert or to find another tool to draw the images.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#43 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAJU5QUTOWB5FNQX7ADH6MDRYIOODANCNFSM4OGSMGMQ>
> .
>
|
No description provided.
The text was updated successfully, but these errors were encountered: