Re: [Matplotlib-users] matploblib communication problem, graphics question

2008-05-25 Thread Wolfgang Lipp
thanks for your answer, i have come to understand that matplotlib is not dedicated to raster image manipulation. a nice person pointed out to me how to do that in cairo: img = cairo.ImageSurface.create_from_png( 'c:/temp/tel-hotline.png' ) width = img.get_width() height = img.get_height() imgpa

Re: [Matplotlib-users] matploblib communication problem, graphics question

2008-05-25 Thread John Hunter
On Sun, May 25, 2008 at 5:19 AM, Gregor Thalhammer <[EMAIL PROTECTED]> wrote: > matplotlib is _not_ a dedicated image manipulation package, so please > don't blame it that you don't manage to easily use it as such one. > However, matplotlib indeed offers high quality image scaling abilities > (at

Re: [Matplotlib-users] matploblib communication problem, graphics question

2008-05-25 Thread Gregor Thalhammer
> [had to delete an endless amount of stuff not related to matplotlib] matplotlib is _not_ a dedicated image manipulation package, so please don't blame it that you don't manage to easily use it as such one. However, matplotlib indeed offers high quality image scaling abilities (at the moment