[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ft-devel] performance on FreeType actions
From: |
rperez |
Subject: |
[ft-devel] performance on FreeType actions |
Date: |
Mon, 3 Apr 2006 08:27:09 -0700 (PDT) |
Hi there,
I am using ImageMagick library to render text on an image. ImageMagick uses
FreeType to perform this action. I have a question about three actions in
terms of performance (are they "heavy actions"?).
1) FT_Attach_File - does it read from disk?
2) FT_Load_Glyph - does it read from disk?
3) FT_Init_FreeType - is it heavy (this is done in the ImageMagick library
for each rendering)?
Thanks in advance,
Ronen.
--
View this message in context:
http://www.nabble.com/performance-on-FreeType-actions-t1387531.html#a3727570
Sent from the Freetype - Dev forum at Nabble.com.
- [ft-devel] performance on FreeType actions,
rperez <=