I\'m trying to create a .exe from a python program using py2exe, but w开发者_高级运维hen I run the .exe I get a log file with
Where can I find information on what algorithms the PIL ImageFilter functions use? Like how does edge_enhance work? I\'m 开发者_运维技巧looking to implement a difference of Gaussians filter but if PIL
How do I use PIL to implement the equivalent of merging a layer in \"dodge\" mode with another layer (as done in Gimp/Photoshop)?
I have a python function that takes a string s-expression like \"(add (sub 10 5) 5)\", where \"add\" and \"sub\" are actually image processing functions, and evaluates and creates the image represente
This question is somewhat language-agnostic, but my tool of choice happens to be a numpy array.开发者_开发知识库
I\'m attempting to install the PIL library in an Virtual Enviroment that I have created. Usually to install PIL I\'d grab the install, however this won\'t allow me to choose my virtualenv only my roo
I\'m trying to install PIL on Snow Leopard, using Python 2.6.1, GCC 4.2.1, PIL 1.1.7, and have tried with both libjpeg6b and libjpeg7 -- nothing works. I\'ve cleared out every trace of libjpeg/pil/zli
Okay, well supposedly PIL is supposed to be able to work with Tkinter automatically, but mine is not. I found this text file in the Imaging directories Tk directory.
I am trying to convert a PIL image into an array using NumPy. I then want to convert that array into Lab values, modify the values and then convert the array back in to an image and save the image. I
So I am running python 2.6 on a macbook pro and trying to write the code in python to display an image from a file in a label on a tkinter gui. The image is called image.png. The program runs without