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
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
> [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