[sage-support] Re: PIL decoder jpeg not available

2009-09-24 Thread Marshall Hampton
I'm pretty sure I've fixed this once on a mac, but unfortunately I can't remember what I did. In fact, sadly, I'm not sure I knew what I did at the time, I just kept trying different things I until it worked. >From your original link, I think we just have to correctly do option 5, i.e. edit the

[sage-support] Re: PIL decoder jpeg not available

2009-09-24 Thread Pierre
well one crappy solution is use convert, from the imagemagik suite, which ships with every mac: sage: %convert image.jpg new_image.png ... but of course that's not ideal. On 24 sep, 17:56, wdjoyner wrote: > I think this is a mac issue. It does not happen for me in linux. > I'd be very interest

[sage-support] Re: PIL decoder jpeg not available

2009-09-24 Thread wdjoyner
I think this is a mac issue. It does not happen for me in linux. I'd be very interested in a solution (preferably a very simple one:-) since I have a mac as well and have experienced the same problem you reported. On Thu, Sep 24, 2009 at 10:22 AM, Pierre wrote: > > Is it just me then ? can ever

[sage-support] Re: PIL decoder jpeg not available

2009-09-24 Thread Pierre
Is it just me then ? can everyone else use the PIL with jpeg ? i've got two macs with a slightly different version of leopard, this fails on both. On 23 sep, 18:15, Pierre wrote: > Mac OS X. Sage was compiled from source. > > This all seems like a path problem, really. --~--~-~--~~--

[sage-support] Re: PIL decoder jpeg not available

2009-09-23 Thread Pierre
Mac OS X. Sage was compiled from source. This all seems like a path problem, really. --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com F

[sage-support] Re: PIL decoder jpeg not available

2009-09-22 Thread Marshall Hampton
What operating system are you using? -M. Hampton On Sep 22, 10:14 am, Pierre wrote: > hi all, > > i've install the PIL with > > sage -i pil-1.1.6 > > Seems to work. However when trying the following: > > import Image > im= Image.open("foo.jpg") > im.convert("L") #should convert to B&W i think