On Monday, October 29, 2012 3:48:09 PM UTC+1, Andrew Robinson wrote:
> On 10/29/2012 06:39 AM, ic...@tagyourself.com wrote:
>
> > That's very kind of you but I don't think it would be particularly fitted
> > to my needs. The program I'm trying to code creates an image as an 2D array
> > of "pixe
On 10/29/2012 06:39 AM, ic...@tagyourself.com wrote:
That's very kind of you but I don't think it would be particularly fitted to my needs.
The program I'm trying to code creates an image as an 2D array of "pixels"
which is defined by RGBA value. My program needs to access and modifies every co
>
> Do you have the file c:\Python33\Lib\site-packages\pypng-0.0.13-py3.3.egg ?
>
> If not, you have not successfully installed pypng. Please try one of
>
> the methods I gave above.
Yes I do have the egg.
I'm gonna try to summarize:
I don't have installations problems anymore but it seems
On Mon, Oct 29, 2012 at 8:23 AM, wrote:
> Hello all,
>
> I am very new to python. I am currently porting a little project of mine from
> java to python and I need to be able to construct and write png images. I
> naturally turned myself toward pypng to accomplish this.
>
> I learned from the ne
That's very kind of you but I don't think it would be particularly fitted to my
needs. The program I'm trying to code creates an image as an 2D array of
"pixels" which is defined by RGBA value. My program needs to access and
modifies every component of every pixels in the image following a set o
I probably should have mentioned that I'm under W7 ultimate x64, I'm using
eclipse Juno (latest) and pydev 2.7.1
--
http://mail.python.org/mailman/listinfo/python-list
On 10/29/2012 05:23 AM, icgwh wrote:
Hello all,
I am very new to python. I am currently porting a little project of mine from
java to python and I need to be able to construct and write png images. I
naturally turned myself toward pypng to accomplish this.
I don't know if this will help, but:
Hello all,
I am very new to python. I am currently porting a little project of mine from
java to python and I need to be able to construct and write png images. I
naturally turned myself toward pypng to accomplish this.
I learned from the net that pypng 0.0.13 is supposed to work in Python 3.x