no to fakt nevim co tim mysli.<br>kraasnej popis RLE komprese je tady:<br><a href="http://int21h.ic.cz/?id=2">http://int21h.ic.cz/?id=2</a><br><br><br>zrejme to 1 bude znamenat ze prostor dat je 8bit (16ti barevne obrazky kde ve skutecnosti 1 byte obsahuje barvy dve)<br>
L bude 16bit a P bude 32bit.<br><br>mozna<br><br><div class="gmail_quote">2009/6/11 zu1234 <span dir="ltr"><<a href="mailto:zu1234@seznam.cz">zu1234@seznam.cz</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Nechápu následující:<br>
PIL reads and writes Windows and OS/2 BMP files containing "1", "L", "P", or "RGB" data.<br>
16-colour images are read as "P" images. Run-length encoding is not supported.<br>
The open method sets the following info properties:<br>
compression. Set to "bmp_rle" if the file is run-length encoded.<br>
<br>
Lze (a jak?), nebo nelze otevřít BMP soubor s RLE kompresí?<br>
<br>
Když jsem použil:<br>
im_obr = Image.open(FI_OBR_IN, compression="bmp_rle").convert('RGB')<br>
<br>
Tak jsem dostal jsem chybu:<br>
TypeError: open() got an unexpected keyword argument 'compression'<br>
<br>
Nebo to lze dekomprimovat předem a jinak?<br>
<br>
ZU<br>
_______________________________________________<br>
Python mailing list<br>
<a href="mailto:Python@py.cz" target="_blank">Python@py.cz</a><br>
<a href="http://www.py.cz/mailman/listinfo/python" target="_blank">http://www.py.cz/mailman/listinfo/python</a><br>
</blockquote></div><br>