[cairo] Load a Bitmap in ImageSurface

Mike Gran spk121 at yahoo.com
Mon Oct 14 04:02:16 CEST 2013



> Hi all,
>
>
>I'm using Mono and .Net 2 and I want to load a System.Drawing.Image image to ImageSurface. All my efforts led to fuzzy images but the one as follows:

Don't know much about C#, but, maybe you just need to request no antialiasing
explicitly before you paint to a context.  Something like


cairo_set_antialias (context, CAIRO_ANTIALIAS_NONE);

-Mike Gran



More information about the cairo mailing list