[PYTHON IMAGE-SIG] PIL Feature Summary

Fco. Javier Cardenas Flores cardenas@uxdea1.iimas.unam.mx> (Javier Cardenas Flores
Wed, 29 May 1996 22:54:38 -0600


Hi, I've using the PIL and I got a problen whit split method, to solve
it, I had  to add, in Image.py in the split method, load and
rage. like this.


	self.load()
	ims[]
	for c in range(self.im.bands):


I'm workin with a SunOS 4.1.3_U1 and Linux

Bye the way, How can I manipulate the pixels indivuduality like a
unisgned char or int?. I've worked with _tostring method and the array
object but, it manipulates a signed integers.

Regards 
Javier Cárdenas 

=================
IMAGE-SIG - SIG on Image Processing with Python

send messages to: image-sig@python.org
administrivia to: image-sig-request@python.org
=================