Does anyone have any experience with the SGI RGB format? The PIL
documentation says SGI images are 'read only'. Image does open them, but
then it seems you can't get at the data. Any convert, copy, getpixel
commands give an error:

    raise IOError("decoder %s not available" % decoder_name)
IOError: decoder sgi_rle not available

Thanks,
Bill B

-- 
William T. Baxter, Ph.D.
Wadsworth Center
Empire State Plaza, PO Box 509
Albany, NY 12201-0509


IMPORTANT NOTICE: This e-mail and any attachments may contain
confidential or sensitive information which is, or may be, legally
privileged or otherwise protected by law from further disclosure.  It
is intended only for the addressee.  If you received this in error or
from someone who was not authorized to send it to you, please do not
distribute, copy or use it or any attachments.  Please notify the
sender immediately by reply e-mail and delete this from your
system. Thank you for your cooperation.


_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to