Re: displaying pgm file in python

2008-04-04 Thread Gabriel Genellina
En Fri, 04 Apr 2008 19:07:59 -0300, wilson <[EMAIL PROTECTED]> escribió: > i converted an 8bit rgb .jpg file into .pgm using adobe photoshop and > a plugin from > http://photoshop.pluginsworld.com/plugins/adobe/362/richard-rosenman/portable-pixmap-importer-exporter.html > I want to check if th

displaying pgm file in python

2008-04-04 Thread wilson
i converted an 8bit rgb .jpg file into .pgm using adobe photoshop and a plugin from http://photoshop.pluginsworld.com/plugins/adobe/362/richard-rosenman/portable-pixmap-importer-exporter.html I want to check if this file can be properly displayed. Image opening and show() in PIL fails to do it so