[Image-SIG] Dashed Lines in PIL

2010-11-12 Thread Bing Jian
Hi all, Anyone knows how to draw dashed lines in PIL. Just did not find anything related from the online PIL handbook. Thanks, Bing ___ Image-SIG maillist - Image-SIG@python.org http://mail.python.org/mailman/listinfo/image-sig

[Image-SIG] import ICCProfile Error

2010-11-12 Thread Bharathwaaj Srinivasan
Hi, I keep getting error in import ICCProfile in PNGImagePlugin.py _save. What am I missing? Which package contains ICCProfile? I've been searching but couldn't get a clue on why it is failing. The support was added as mentioned here:

Re: [Image-SIG] import ICCProfile Error

2010-11-12 Thread Fredrik Lundh
On Fri, Nov 12, 2010 at 7:30 PM, Bharathwaaj Srinivasan bharathwaa...@gmail.com wrote: I keep getting error in import ICCProfile in PNGImagePlugin.py _save. What am I missing? Which package contains ICCProfile? Not sure why that code was left in there, but iirc it's an extension hook. I've

Re: [Image-SIG] import ICCProfile Error

2010-11-12 Thread Bharathwaaj Srinivasan
I'm trying to get the images-demo working for google appengine. http://code.google.com/p/google-app-engine-samples/source/browse/trunk/images-demo The full traceback can be found here: http://pastebin.com/cBn6cA0V Kind regards, Bharath On 13 November 2010 02:04, Fredrik Lundh