I've just begun working OGL with Python and had a question about PIL.
Specifically, I've been using it to load .png's as textures, and now have a need
to draw other images (.jpg, .png) as background images. I'm interested in using
something along the lines of:
glPixelStorei(G
gt; wrote:
>
>> I've just begun working OGL with Python and had a question about PIL.
>> Specifically, I've been using it to load .png's as textures, and now
>> have a need
>> to draw other images (.jpg, .png) as background images. I'm interested
>>
Werner,
Thank you very much for your reply. You answered all my questions.
Best regards,
Malcolm
___
Image-SIG maillist - [email protected]
http://mail.python.org/mailman/listinfo/image-sig
We're thinking about using PIL (Python Imaging Library) in a
project. Before we start down this path, I'm wondering if anyone
can give me a rough estimate how much disk space the PIL package
adds to a distribution and how difficult is it to distribute PIL
as part of py2exe project?
Resending from email registered with mailing list.
Arun,
Have you checked out PIL (Python Imaging Library)?
http://www.pythonware.com/products/pil/
Malcolm
___
Image-SIG maillist - [email protected]
http://mail.python.org/mailman/listinfo/image
Any suggestions on a PIL receipe that will allow me to take a
color image and create a grayscale version of this image that
gives the image a disabled appearance similar to the effect that
Windows applies to show disabled icons?
My use case is to dynamically create disabled versions of my
applicat
Wondering if there's a PIL/Tkinter technique I can use to fade a
small image into a specific background color?
Use case: I have a small message area that displays both an icon
and text message. I can fade my foreground text into its
background container by iteratively moving my message text's rgb
Does the ImageTk.PhotoImage support alpha channels? If not, are there
any plans to add support for this feature or is the lack of this
functionality a limitation of Tkinter?
Thank you,
Malcolm
___
Image-SIG maillist - [email protected]
http://mail.p
Dear all,
The scientists among you may be interested in Python(x,y), a new
scientific-oriented Python distribution. This Python/Eclipse distribution
is freely available as a one-click Windows installer (a release for
GNU/Linux with similar features will follow soon):
http://www.pythonxy.com
On 4/17/06, Paul Moore <[EMAIL PROTECTED]> wrote:
> On 4/13/06, Paul Moore <[EMAIL PROTECTED]> wrote:
> > Does anyone have a binary installer for PIL with Python 2.5 on
> > Windows? I can try building it myself, but traditionally, I've had a
> > lot of t
After digging in the archives, I found a solution in this thread:
http://www.mail-archive.com/[email protected]/msg01213.html
Is there any reason why this was rejected?
Stani
On Jan 23, 2008 1:28 PM, Stani <[EMAIL PROTECTED]> wrote:
> Hi,
> PIL distorts the colours of a collection of CMYK jpe
11 matches
Mail list logo