Re: [Rdkit-devel] Chem/Draw code: new feature and some refactoring
Open-Source Cheminformatics and Machine Learning
Brought to you by:
glandrum
|
From: Uwe H. <uw...@fa...> - 2011-02-01 12:16:57
|
Hi, Am Dienstag, den 25.01.2011, 20:27 -0500 schrieb Greg Landrum: > Dear Gianluca, > > On Tue, Jan 25, 2011 at 6:34 AM, gi...@gm... <gi...@gm...> wrote: > > I've been working lately on adding a feature to the draw code, that > > is, highlighting atoms by an arbitrary color. This work lead me to > > some refactoring to the Chem/Draw python code; basically, I added a > > base canvas class that specialized classes derives to draw on > > different backends (agg, sping, cairo). > > Thanks for this. I am traveling at the moment and probably won't have > time to take a look at it until I'm back in Basel, so I won't be able > to comment until the middle of next week. > just some idea: what about removing sping and agg altogether ? The code will be simpler and bug reports also, because it's clear which backend is used. Questions: 1) I don't know if there is a feature/backend which isn't supported by cairo ? 2) Is the cairo quality sufficient (cairo itself , not the actual implementation in rdkit)? 3) speed (when used for many images) 4) ... regards Uwe |