From: Andrew S. <str...@as...> - 2004-04-26 20:08:52
|
On Apr 26, 2004, at 11:26 AM, John Hunter wrote: >>>>>> "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. > Or if you want to do it in Python, use the Python Imaging Library (PIL). Cheers! Andrew |