I'm trying to transfer text rendered onto a Tbitmap canvas onto another image canvas, but I cannot get rid of the anti aliasing.
This is the image file created (attached), which is unusable:
Reducing the image.PixelFormat:=pf1bit and specifying Image.Monochrome as True gives me an error message.
Runerror (204), invalid pointer operation in the file dynarr.inc at line 129.
Is there a way to disable text antialiasing?