Re: how to get rgbdata

2007-10-09 Thread Diez B. Roggisch
[EMAIL PROTECTED] wrote: > Hi i am a newbie to python and PIL. can anyone tell me how to get > rgbdata from a jpeg image using PIL > as a double[] . is there an equiv method to java's > BufferedImage.getRGB(0,0,width,height,rgbdata,0,width) ? The docs of PIL are quite good. A

how to get rgbdata

2007-10-08 Thread sajanjoseph
Hi i am a newbie to python and PIL. can anyone tell me how to get rgbdata from a jpeg image using PIL as a double[] . is there an equiv method to java's BufferedImage.getRGB(0,0,width,height,rgbdata,0,width) ? if anyone can advise pls do sj -- http://mail.python.org/mailman/listinfo/python-list