[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] Saving a FT_Bitmap as an image
From: |
Lawrence D'Oliveiro |
Subject: |
Re: [ft] Saving a FT_Bitmap as an image |
Date: |
Wed, 14 Oct 2015 10:56:41 +1300 |
On Tue, 13 Oct 2015 21:11:23 +0000, Ramon Guerrero wrote:
> One thing I keep getting stuck on is trying to save the
> FT_Bitmap as an image (bmp).
I find it easier to use Cairo to save the images as PNG files.
These examples <https://github.com/ldo/python_freetype_examples> might
be helpful.