Re: Setting the corner color in rotated PIL images

2005-05-10 Thread rzed
Fredrik Lundh [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: rzed wrote: I'm using PIL to generate some images which may be rotated at the user's option. When they are rotated, the original image is cropped in the new image (which is fine), and the corners are black (which is not, in

Re: Setting the corner color in rotated PIL images

2005-05-06 Thread Anthra Norell
, 2005 8:13 PM Subject: Re: Setting the corner color in rotated PIL images Anthra Norell [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: [in response to: I'm using PIL to generate some images which may be rotated at the user's option. When they are rotated, the original image is cropped

Re: Setting the corner color in rotated PIL images

2005-05-06 Thread rzed
[Following up] - Original Message - From: rzed [EMAIL PROTECTED] Newsgroups: comp.lang.python To: python-list@python.org Sent: Sunday, May 01, 2005 1:17 PM Subject: Setting the corner color in rotated PIL images I'm using PIL to generate some images which may be rotated

Re: Setting the corner color in rotated PIL images

2005-05-06 Thread Fredrik Lundh
rzed wrote: I'm using PIL to generate some images which may be rotated at the user's option. When they are rotated, the original image is cropped in the new image (which is fine), and the corners are black (which is not, in this case). I can't find any documented way to change the default

Re: Setting the corner color in rotated PIL images

2005-05-06 Thread rzed
Anthra Norell [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: What do you mean 'is required'? I tend to think that getting ahead with a job is what is required. I don't sneer at work-arounds if they save time. Frederic A somewhat craftier solution, if still pretty hackish, would be

Re: Setting the corner color in rotated PIL images

2005-05-03 Thread Anthra Norell
, 2005 1:17 PM Subject: Setting the corner color in rotated PIL images I'm using PIL to generate some images which may be rotated at the user's option. When they are rotated, the original image is cropped in the new image (which is fine), and the corners are black (which is not, in this case). I

Re: Setting the corner color in rotated PIL images

2005-05-03 Thread rzed
Anthra Norell [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: [in response to: I'm using PIL to generate some images which may be rotated at the user's option. When they are rotated, the original image is cropped in the new image (which is fine), and the corners are black (which is not,

Setting the corner color in rotated PIL images

2005-05-01 Thread rzed
I'm using PIL to generate some images which may be rotated at the user's option. When they are rotated, the original image is cropped in the new image (which is fine), and the corners are black (which is not, in this case). I can't find any documented way to change the default fill color (if