Re: Uploading JPEG image problem

2008-09-12 Thread Rodney Topor
Thanks TiNo and Gremmie. Rodney On Sep 11, 12:21 pm, Rodney Topor <[EMAIL PROTECTED]> wrote: > I've installed the Python Imaging Library (PIL) so that I could upload > and display images (for the first time).  Everything works fine when I > upload PNG or GIF or TIFF files (from my Mac), but whene

Re: Uploading JPEG image problem

2008-09-12 Thread Gremmie
On Sep 10, 9:21 pm, Rodney Topor <[EMAIL PROTECTED]> wrote: > And by the way, what is the recommended way to resize images to a > desired maximum size after uploading?  E.g., using an appropriate PIL > function? > I can't directly answer that, but you may want to check out the Photologue applicat

Re: Uploading JPEG image problem

2008-09-11 Thread TiNo
In your PIL installation, you need to tell PIL where to find the JPEG decoder (which you probably need to install first) Read http://mail.python.org/pipermail/image-sig/2002-August/001947.html for example or google for "mac os x jpeg pil" On Thu, Sep 11, 2008 at 4:21 AM, Rodney Topor <[EMAIL PROTE