|
|
@ -1,6 +1,9 @@ |
|
|
|
( |
|
|
|
( |
|
|
|
; This program parses and shows bmp. |
|
|
|
; This program parses and shows bmp. |
|
|
|
; Only 32-bit RGB format is supported at the moment. |
|
|
|
; Only 32-bit RGB format is supported at the moment. |
|
|
|
|
|
|
|
; |
|
|
|
|
|
|
|
; To run it: |
|
|
|
|
|
|
|
; cat pika-rgb32.bmp | crsn bmp-parser.csn |
|
|
|
|
|
|
|
|
|
|
|
(def HUGEPIXELS 1) |
|
|
|
(def HUGEPIXELS 1) |
|
|
|
|
|
|
|
|
|
|
|