Re: jpeg image read class

2007-10-31 Thread [EMAIL PROTECTED]
Marc thanx for the reply..it wd help me to write better code..i was trying to learn PIL and python and may be my java background made it unpythonic..will try to improve it again many thanx dn -- http://mail.python.org/mailman/listinfo/python-list

Re: jpeg image read class

2007-10-31 Thread Marc 'BlackJack' Rintsch
On Wed, 31 Oct 2007 06:48:18 +, [EMAIL PROTECTED] wrote: > i am new to python and PIL and was trying to write a class to read and > write RGB color model jpeg images.. PIL already offers such a class. > i came up with this class below..i want to know if this is the way to > read/write the RG

jpeg image read class

2007-10-30 Thread [EMAIL PROTECTED]
hi i am new to python and PIL and was trying to write a class to read and write RGB color model jpeg images.. i came up with this class below..i want to know if this is the way to read/write the RGB color model jpeg..if anyone can give feedback (esp on the methods writeImage1( ) and writeImage2(