Re: Image histogram

2010-08-10 Thread Anahita Yazdi
Yes, my question is regarding PIL. And basically I need to reload an image given a new histogram. The new histogram has still the same amount of overall pixels however I have only switched a couple of picks. Another thing I have tried was using a function that could be given to the "point" module b

Re: Image histogram

2010-08-09 Thread Gary Herron
On 08/09/2010 05:02 PM, Paul Rubin wrote: Gary Herron writes: This is a Python newsgroup, not an image processing news group. If you are asking for an algorithm to modify an image I saw it as a question of how to do something using PIL. Seems ok to me. A quote from the OP:

Re: Image histogram

2010-08-09 Thread Paul Rubin
Gary Herron writes: > This is a Python newsgroup, not an image processing news group. > If you are asking for an algorithm to modify an image I saw it as a question of how to do something using PIL. Seems ok to me. -- http://mail.python.org/mailman/listinfo/python-list

Re: Image histogram

2010-08-09 Thread Gary Herron
On 08/09/2010 04:27 PM, Anahita Yazdi wrote: Hi, I was just wondering how would I be able to get some extra help regarding editing an image's histogram using python's module? I have modified a histogram of an image however I dont know how to apply the new histogram to the image and basically r

Image histogram

2010-08-09 Thread Anahita Yazdi
Hi, I was just wondering how would I be able to get some extra help regarding editing an image's histogram using python's module? I have modified a histogram of an image however I dont know how to apply the new histogram to the image and basically reload the image based on its new modified histogra