working with raw image files

kafooster dmozejko at gmail.com
Mon Jun 13 16:58:31 EDT 2011


On 13 Cze, 22:52, Wanderer <wande... at dialup4less.com> wrote:
> On Jun 13, 4:41 pm, kafooster <dmoze... at gmail.com> wrote:
>
> > Wanderer: by *.raw I mean images with .raw extension, pure pixel data
> > without headerhttp://en.wikipedia.org/wiki/Raw_image_format
>
> > That is a clear and nice code however I think Image.open cannot
> > handle .raw since i get error
>
> >     image1 = Image.open("hand.raw", "rb")
> >   File "D:\Python27\lib\site-packages\PIL\Image.py", line 1947, in
> > open
> >     raise ValueError("bad mode")
> > ValueError: bad mode
>
> Try dropping the "rb". I don't use it in my code. I copied it from the
> OP.

I tried it, then it cannot identify image file



More information about the Python-list mailing list