On 21/07/14 17:22, Greg Landrum wrote: > Hi Paul, > > > > On Mon, Jul 21, 2014 at 3:36 PM, Paul Emsley > <[email protected] <mailto:[email protected]>> wrote: > > > > Why are the structure images in the RDKit documentation nice and > smooth but mine have the jaggies? > > > The jagged lines are because the RDKit is using its fall-back > mechanism for generating PNGs. To get the higher quality drawings, you > need either the python cairo bindings (py2cairo) or the python aggdraw > bindings installed. If you can, I'd suggest the cairo bindings; the > aggdraw wrapper is no longer supported by its author. >
py2cairo was just the ticket! (my sketcher uses cairo from C++) Thanks, Paul. ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ Rdkit-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

