Re: Load a Bitmap in ImageSurface

Mike Gran <[email protected]>
Newsgroups gmane.comp.lib.cairo
Message-ID <[email protected]>

> 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

-- 
cairo mailing list
[email protected]
http://lists.cairographics.org/mailman/listinfo/cairo
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.