|
From: John H. <jdh...@ac...> - 2004-04-26 18:49:16
|
>>>>> "Randy" == Randy Heiland <he...@in...> writes:
Randy> I'm admittedly being a bit lazy, but does matplotlib let me
Randy> read in/manipulate jpeg images? I'd like to do some custom
Randy> cropping and resizing.
Not currently, but I would like to add load_png and load_jpg to the
image module.
For basic image resizing and cropping see ImageMagick's convert
function - the swiss army knife of image manipulation tools.
> man convert
JDH
|