[Baypiggies] Resizing an image?

Ted Nyman tnm800 at gmail.com
Tue Feb 16 21:16:17 CET 2010


Getting PIL to work on OS X is notoriously problematic. Have you checked out
this SO post?

http://stackoverflow.com/questions/1438270/installing-python-imaging-library-pil-on-snow-leopard-with-updated-python-2-6-2

-Ted

On Tue, Feb 16, 2010 at 12:11 PM, Paul McNett <p at ulmcnett.com> wrote:

> On 2/16/10 4:46 AM, Abhishek Mishra wrote:
>
>> I would recommend PIL.
>>
>> Its as easy as fooImageObject.resize( (fooWidth, fooHeight) )
>>
>
> Seconded. The API is really easy. Once your needs get more complex though,
> like needing alpha blending or font anti-aliasing, you are going to be going
> out of scope WRT PIL's design.
>
> Also, I still can't figure out how to compile PIL on Mac, which disables a
> small feature of one of my applications when I deploy to that platform.
>
> Paul
>
> _______________________________________________
> Baypiggies mailing list
> Baypiggies at python.org
> To change your subscription options or unsubscribe:
> http://mail.python.org/mailman/listinfo/baypiggies
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/baypiggies/attachments/20100216/22021ba9/attachment-0001.htm>


More information about the Baypiggies mailing list