Parents: | images |
Tags: | graphics, images |
Authors: | Doug Coleman |
Class | Superclass | Slots |
bad-compression | tuple | n |
bad-extra-samples | tuple | n |
bad-jpeg-proc | tuple | n |
bad-photometric-interpretation | tuple | n |
bad-planar-configuration | tuple | n |
bad-predictor | tuple | n |
bad-resolution-unit | tuple | n |
bad-sample-format | tuple | n |
bad-small-ifd-type | tuple | n |
bad-tiff-magic | tuple | bytes |
ifd | tuple | offset next-offset count ifd-entries processed-tags strips bitmap |
ifd-entry | tuple | tag type count offset/value |
loading-tiff | tuple | endianness the-answer ifd-offset ifds |
no-tag | tuple | class |
unhandled-compression | tuple | compression |
unknown-component-order | tuple | ifd |
unknown-ifd-type | tuple | n where |
Word | Stack effect |
(strips-predictor) | ( ifd -- ifd ) |
(uncompress-strips) | ( strips compression -- uncompressed-strips ) |
<ifd-entry> | ( tag type count offset/value -- ifd-entry ) |
<ifd> | ( offset count ifd-entries next-offset -- ifd ) |
<loading-tiff> | ( -- tiff ) |
adjust-offset/value | ( ifd-entry -- obj ) |
bad-compression | ( n -- * ) |
bad-extra-samples | ( n -- * ) |
bad-jpeg-proc | ( n -- * ) |
bad-photometric-interpretation | ( n -- * ) |
bad-planar-configuration | ( n -- * ) |
bad-predictor | ( n -- * ) |
bad-resolution-unit | ( n -- * ) |
bad-sample-format | ( n -- * ) |
bad-small-ifd-type | ( n -- * ) |
bad-tiff-magic | ( bytes -- * ) |
bytes>bits | ( n/byte-array -- n ) |
dispatch-planar-configuration | ( ifd planar-configuration -- ) |
find-tag | ( ifd class -- tag ) |
find-tag* | ( ifd class -- tag/class ? ) |
fix-bitmap-endianness | ( ifd -- ifd ) |
handle-alpha-data | ( ifd -- ifd ) |
ifd-component-order | ( ifd -- component-order component-type ) |
ifd-entry-value | ( ifd-entry -- n ) |
ifd>image | ( ifd -- image ) |
load-tiff | ( -- loading-tiff ) |
load-tiff-ifds | ( -- loading-tiff ) |
lookup-compression | ( n -- compression ) |
lookup-extra-samples | ( sequence -- object ) |
lookup-jpeg-proc | ( sequence -- object ) |
lookup-photometric-interpretation | ( n -- singleton ) |
lookup-planar-configuration | ( n -- object ) |
lookup-predictor | ( n -- object ) |
lookup-resolution-unit | ( n -- object ) |
lookup-sample-format | ( sequence -- object ) |
no-tag | ( class -- * ) |
offset-bytes>obj | ( bytes type -- obj ) |
process-chunky-ifd | ( ifd -- ) |
process-ifd | ( ifd -- ) |
process-ifd-entry | ( ifd-entry -- value class ) |
process-ifds | ( loading-tiff -- loading-tiff ) |
process-planar-ifd | ( ifd -- ) |
process-tif-ifds | ( loading-tiff -- ) |
read-header | ( tiff -- tiff ) |
read-ifd | ( offset -- ifd ) |
read-ifd-entry | ( -- ifd ) |
read-ifds | ( tiff offset -- tiff ) |
read-strips | ( ifd -- ifd ) |
store-ifd | ( tiff ifd -- tiff ) |
strips-predictor | ( ifd -- ifd ) |
strips>bitmap | ( ifd -- ifd ) |
tag? | ( ifd class -- tag ) |
tiff-endianness | ( byte-array -- ? ) |
tiff>image | ( image -- image ) |
uncompress-strips | ( ifd -- ifd ) |
unhandled-compression | ( compression -- * ) |
unknown-component-order | ( ifd -- * ) |
unknown-ifd-type | ( n where -- * ) |
value-length | ( ifd-entry -- n ) |
with-tiff-endianness | ( loading-tiff quot -- ) |