images.gif: the Graphics Control Block is OPTIONAL in the GIF spec.
parent
6ddc56cc60
commit
b4ca9daf27
|
@ -140,7 +140,8 @@ ERROR: unimplemented message ;
|
|||
: sort? ( image -- ? ) flags>> 5 bit? ; inline
|
||||
: color-table-size ( image -- ? ) flags>> 3 bits 1 + 2^ 3 * ; inline
|
||||
: transparency? ( image -- ? )
|
||||
graphic-control-extensions>> first flags>> 0 bit? ; inline
|
||||
graphic-control-extensions>>
|
||||
[ f ] [ first flags>> 0 bit? ] if-empty ; inline
|
||||
|
||||
: color-resolution ( image -- ? ) flags>> -4 shift 3 bits ; inline
|
||||
|
||||
|
|
Loading…
Reference in New Issue