"Chad" <[EMAIL PROTECTED]> wrote in
news:[EMAIL PROTECTED]: 

> I have installed a TWAIN module(from
> http://twainmodule.sourceforge.net) today and figured out how to
> acquire an image.  The only problem is that the image is way too
> large in terms of filesize.  It is over 1MB.
> 
> I can do either one of two things.  Try to figure out how to
> manupilate the image with this module(which I am been doing all
> day) or just use a module that can compress jpegs.  Can anybody
> help? 
> 
> 

Check out PIL:
http://www.pythonware.com/products/pil/
http://www.pythonware.com/library/pil/handbook/


but also be sure to read the "Setting Capababilities" section of this 
document:

http://twainmodule.sourceforge.net/docs/caps.html

max
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to