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.



_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to