This is the retrospectiff Reference Manual, version 0.2, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 07:36:18 2024 GMT+0.
retrospectiff/retrospectiff.asd
retrospectiff/package.lisp
retrospectiff/constants.lisp
retrospectiff/globals.lisp
retrospectiff/util.lisp
retrospectiff/bit-array.lisp
retrospectiff/lzw.lisp
retrospectiff/jpeg.lisp
retrospectiff/deflate.lisp
retrospectiff/packbits.lisp
retrospectiff/compression.lisp
retrospectiff/binary-types.lisp
retrospectiff/ifd.lisp
retrospectiff/tiff-image.lisp
retrospectiff/retrospectiff.lisp
retrospectiff/retrospectiff2.lisp
The main system appears first, followed by any subsystem dependency.
retrospectiff
A library for reading and writing TIFF images
Cyrus Harmon <ch-lisp@bobobeach.com>
BSD
0.2
com.gigamonkeys.binary-data
(system).
flexi-streams
(system).
ieee-floats
(system).
cl-jpeg
(system).
deflate
(system).
opticl-core
(system).
package.lisp
(file).
constants.lisp
(file).
globals.lisp
(file).
util.lisp
(file).
bit-array.lisp
(file).
lzw.lisp
(file).
jpeg.lisp
(file).
deflate.lisp
(file).
packbits.lisp
(file).
compression.lisp
(file).
binary-types.lisp
(file).
ifd.lisp
(file).
tiff-image.lisp
(file).
retrospectiff.lisp
(file).
retrospectiff2.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
retrospectiff/retrospectiff.asd
retrospectiff/package.lisp
retrospectiff/constants.lisp
retrospectiff/globals.lisp
retrospectiff/util.lisp
retrospectiff/bit-array.lisp
retrospectiff/lzw.lisp
retrospectiff/jpeg.lisp
retrospectiff/deflate.lisp
retrospectiff/packbits.lisp
retrospectiff/compression.lisp
retrospectiff/binary-types.lisp
retrospectiff/ifd.lisp
retrospectiff/tiff-image.lisp
retrospectiff/retrospectiff.lisp
retrospectiff/retrospectiff2.lisp
retrospectiff/constants.lisp
package.lisp
(file).
retrospectiff
(system).
+bits-per-sample-tag+
(constant).
+color-map-tag+
(constant).
+compression-tag+
(constant).
+deflate-compression+
(constant).
+exif-tag+
(constant).
+field-type-ascii+
(constant).
+field-type-byte+
(constant).
+field-type-double+
(constant).
+field-type-float+
(constant).
+field-type-long+
(constant).
+field-type-rational+
(constant).
+field-type-sbyte+
(constant).
+field-type-short+
(constant).
+field-type-slong+
(constant).
+field-type-srational+
(constant).
+field-type-sshort+
(constant).
+field-type-undefined+
(constant).
+horizontal-differencing+
(constant).
+icc-profile-tag+
(constant).
+image-length-tag+
(constant).
+image-width-tag+
(constant).
+jpeg-compression+
(constant).
+jpeg-tables+
(constant).
+lzw-compression+
(constant).
+no-compression+
(constant).
+old-style-jpeg-compression+
(constant).
+packbits-compression+
(constant).
+photometric-interpretation-black-is-zero+
(constant).
+photometric-interpretation-palette-color+
(constant).
+photometric-interpretation-rgb+
(constant).
+photometric-interpretation-tag+
(constant).
+photometric-interpretation-white-is-zero+
(constant).
+planar-configuration-chunky+
(constant).
+planar-configuration-planar+
(constant).
+planar-configuration-tag+
(constant).
+predictor-tag+
(constant).
+resolution-unit-tag+
(constant).
+rows-per-strip-tag+
(constant).
+samples-per-pixel-tag+
(constant).
+strip-byte-counts-tag+
(constant).
+strip-offsets-tag+
(constant).
+x-resolution-tag+
(constant).
+y-resolution-tag+
(constant).
retrospectiff/globals.lisp
constants.lisp
(file).
retrospectiff
(system).
*byte-order*
(special variable).
*tiff-file-offset*
(special variable).
retrospectiff/util.lisp
globals.lisp
(file).
retrospectiff
(system).
ensure-array-size-and-set-fill-pointer
(function).
remove-keyword-args
(function).
string-contents-of-file
(function).
string-contents-of-stream
(function).
vector-contents-of-file
(function).
vector-contents-of-stream
(function).
retrospectiff/bit-array.lisp
util.lisp
(file).
retrospectiff
(system).
rem8
(function).
retrospectiff/lzw.lisp
bit-array.lisp
(file).
retrospectiff
(system).
+clear-code+
(constant).
+end-of-information-code+
(constant).
+first-entry+
(constant).
+initial-code-size+
(constant).
+last-code+
(constant).
+max-code+
(constant).
lzw-decode
(function).
lzw-decode-codes
(function).
lzw-encode
(function).
retrospectiff/jpeg.lisp
lzw.lisp
(file).
retrospectiff
(system).
jpeg-decode
(function).
jpeg-encode
(function).
retrospectiff/deflate.lisp
jpeg.lisp
(file).
retrospectiff
(system).
deflate-decode
(function).
retrospectiff/packbits.lisp
deflate.lisp
(file).
retrospectiff
(system).
packbits-decode
(function).
packbits-encode
(function).
retrospectiff/compression.lisp
packbits.lisp
(file).
retrospectiff
(system).
find-compression-decoder
(function).
image-info
(class).
jpeg-image-info
(class).
*compressions*
(special variable).
jpeg-image
(reader method).
(setf jpeg-image)
(writer method).
jpeg-tables
(reader method).
(setf jpeg-tables)
(writer method).
retrospectiff/binary-types.lisp
compression.lisp
(file).
retrospectiff
(system).
ascii-ifd-entry
(class).
byte-ifd-entry
(class).
convert-to-signed-integer
(function).
convert-to-unsigned-integer
(function).
data
(reader method).
data
(reader method).
data
(reader method).
data
(reader method).
data
(reader method).
data
(reader method).
data
(reader method).
data
(reader method).
data
(reader method).
data
(reader method).
data
(reader method).
(setf data)
(writer method).
(setf data)
(writer method).
(setf data)
(writer method).
(setf data)
(writer method).
(setf data)
(writer method).
(setf data)
(writer method).
(setf data)
(writer method).
(setf data)
(writer method).
(setf data)
(writer method).
(setf data)
(writer method).
(setf data)
(writer method).
denominator
(reader method).
denominator
(reader method).
(setf denominator)
(writer method).
(setf denominator)
(writer method).
entries
(reader method).
(setf entries)
(writer method).
entry-bytes
(generic function).
entry-count
(reader method).
(setf entry-count)
(writer method).
ifd
(class).
ifd-entry
(class).
ifd-list
(reader method).
(setf ifd-list)
(writer method).
ifd-offset
(reader method).
(setf ifd-offset)
(writer method).
long-ifd-entry
(class).
numerator
(reader method).
numerator
(reader method).
(setf numerator)
(writer method).
(setf numerator)
(writer method).
rational
(class).
rational-ifd-entry
(class).
read-bytes
(function).
short-ifd-entry
(class).
tag
(reader method).
(setf tag)
(writer method).
tiff-fields
(class).
*binary-type-sizes*
(special variable).
byte-order
(reader method).
(setf byte-order)
(writer method).
bytes-per-entry
(generic function).
double-ifd-entry
(class).
field-type
(reader method).
(setf field-type)
(writer method).
float-ifd-entry
(class).
magic
(reader method).
(setf magic)
(writer method).
next-ifd-offset
(reader method).
(setf next-ifd-offset)
(writer method).
read-object
(method).
read-object
(method).
read-object
(method).
read-object
(method).
read-object
(method).
read-object
(method).
read-object
(method).
read-object
(method).
read-object
(method).
read-object
(method).
read-object
(method).
read-object
(method).
read-object
(method).
read-object
(method).
read-object
(method).
read-object
(method).
sbyte-ifd-entry
(class).
slong-ifd-entry
(class).
srational
(class).
srational-ifd-entry
(class).
sshort-ifd-entry
(class).
unknown-ifd-entry
(class).
value-count
(reader method).
(setf value-count)
(writer method).
value-offset
(reader method).
(setf value-offset)
(writer method).
write-object
(method).
write-object
(method).
write-object
(method).
write-object
(method).
write-object
(method).
write-object
(method).
write-object
(method).
write-object
(method).
write-object
(method).
write-object
(method).
write-object
(method).
write-object
(method).
write-object
(method).
write-object
(method).
write-object
(method).
write-object
(method).
write-object
(method).
retrospectiff/ifd.lisp
binary-types.lisp
(file).
retrospectiff
(system).
get-ifd-value
(function).
get-ifd-values
(function).
make-tiff-fields
(function).
add-ifd-entry
(function).
compute-rows-per-strip
(function).
ifd-entry-out-of-line-bytes
(function).
make-ifd-entry-long
(function).
make-ifd-entry-rational
(function).
make-ifd-entry-short
(function).
vectorize
(function).
retrospectiff/tiff-image.lisp
ifd.lisp
(file).
retrospectiff
(system).
tiff-image
(class).
tiff-image-bits-per-sample
(reader method).
(setf tiff-image-bits-per-sample)
(writer method).
tiff-image-byte-order
(reader method).
(setf tiff-image-byte-order)
(writer method).
tiff-image-color-map
(reader method).
(setf tiff-image-color-map)
(writer method).
tiff-image-data
(reader method).
(setf tiff-image-data)
(writer method).
tiff-image-length
(reader method).
(setf tiff-image-length)
(writer method).
tiff-image-min-is-white
(reader method).
(setf tiff-image-min-is-white)
(writer method).
tiff-image-samples-per-pixel
(reader method).
(setf tiff-image-samples-per-pixel)
(writer method).
tiff-image-width
(reader method).
(setf tiff-image-width)
(writer method).
retrospectiff/retrospectiff.lisp
tiff-image.lisp
(file).
retrospectiff
(system).
read-tiff-file
(function).
read-tiff-stream
(function).
write-tiff-file
(function).
write-tiff-stream
(function).
read-grayscale-image
(function).
read-grayscale-strip
(function).
read-indexed-image
(function).
read-indexed-strip
(function).
read-planar-rgb-strip
(function).
read-rgb-image
(function).
read-rgb-strip
(function).
retrospectiff/retrospectiff2.lisp
retrospectiff.lisp
(file).
retrospectiff
(system).
read-tiff-file
(function).
read-tiff-stream
(function).
write-tiff-file
(function).
write-tiff-stream
(function).
grayscale-horizontal-difference-depredict
(function).
make-tiff-image-for-output
(function).
read-grayscale-image
(function).
read-grayscale-strip
(function).
read-indexed-image
(function).
read-planar-rgb-strip
(function).
read-rgb-image
(function).
read-rgb-strip
(function).
rgb-horizontal-difference-depredict
(function).
Packages are listed by definition order.
retrospectiff.constants
retrospectiff.image
retrospectiff.util
retrospectiff.ifd
retrospectiff.binary-types
retrospectiff.compression
retrospectiff.globals
retrospectiff
retrospectiff2
retrospectiff.bit-array
retrospectiff.constants
+bits-per-sample-tag+
(constant).
+color-map-tag+
(constant).
+compression-tag+
(constant).
+deflate-compression+
(constant).
+exif-tag+
(constant).
+field-type-ascii+
(constant).
+field-type-byte+
(constant).
+field-type-double+
(constant).
+field-type-float+
(constant).
+field-type-long+
(constant).
+field-type-rational+
(constant).
+field-type-sbyte+
(constant).
+field-type-short+
(constant).
+field-type-slong+
(constant).
+field-type-srational+
(constant).
+field-type-sshort+
(constant).
+field-type-undefined+
(constant).
+horizontal-differencing+
(constant).
+icc-profile-tag+
(constant).
+image-length-tag+
(constant).
+image-width-tag+
(constant).
+jpeg-compression+
(constant).
+jpeg-tables+
(constant).
+lzw-compression+
(constant).
+no-compression+
(constant).
+old-style-jpeg-compression+
(constant).
+packbits-compression+
(constant).
+photometric-interpretation-black-is-zero+
(constant).
+photometric-interpretation-palette-color+
(constant).
+photometric-interpretation-rgb+
(constant).
+photometric-interpretation-tag+
(constant).
+photometric-interpretation-white-is-zero+
(constant).
+planar-configuration-chunky+
(constant).
+planar-configuration-planar+
(constant).
+planar-configuration-tag+
(constant).
+predictor-tag+
(constant).
+resolution-unit-tag+
(constant).
+rows-per-strip-tag+
(constant).
+samples-per-pixel-tag+
(constant).
+strip-byte-counts-tag+
(constant).
+strip-offsets-tag+
(constant).
+x-resolution-tag+
(constant).
+y-resolution-tag+
(constant).
retrospectiff.image
common-lisp
.
tiff-image
(class).
tiff-image-bits-per-sample
(generic reader).
(setf tiff-image-bits-per-sample)
(generic writer).
tiff-image-byte-order
(generic reader).
(setf tiff-image-byte-order)
(generic writer).
tiff-image-color-map
(generic reader).
(setf tiff-image-color-map)
(generic writer).
tiff-image-data
(generic reader).
(setf tiff-image-data)
(generic writer).
tiff-image-length
(generic reader).
(setf tiff-image-length)
(generic writer).
tiff-image-min-is-white
(generic reader).
(setf tiff-image-min-is-white)
(generic writer).
tiff-image-samples-per-pixel
(generic reader).
(setf tiff-image-samples-per-pixel)
(generic writer).
tiff-image-width
(generic reader).
(setf tiff-image-width)
(generic writer).
retrospectiff.util
common-lisp
.
ensure-array-size-and-set-fill-pointer
(function).
remove-keyword-args
(function).
string-contents-of-file
(function).
string-contents-of-stream
(function).
vector-contents-of-file
(function).
vector-contents-of-stream
(function).
retrospectiff.ifd
get-ifd-value
(function).
get-ifd-values
(function).
make-tiff-fields
(function).
add-ifd-entry
(function).
compute-rows-per-strip
(function).
ifd-entry-out-of-line-bytes
(function).
make-ifd-entry-long
(function).
make-ifd-entry-rational
(function).
make-ifd-entry-short
(function).
vectorize
(function).
retrospectiff.binary-types
com.gigamonkeys.binary-data
.
com.gigamonkeys.binary-data.common-datatypes
.
common-lisp
.
retrospectiff.constants
.
retrospectiff.globals
.
ascii-ifd-entry
(class).
byte-ifd-entry
(class).
convert-to-signed-integer
(function).
convert-to-unsigned-integer
(function).
data
(generic reader).
(setf data)
(generic writer).
denominator
(generic reader).
(setf denominator)
(generic writer).
entries
(generic reader).
(setf entries)
(generic writer).
entry-bytes
(generic function).
entry-count
(generic reader).
(setf entry-count)
(generic writer).
ifd
(class).
ifd-entry
(class).
ifd-list
(generic reader).
(setf ifd-list)
(generic writer).
ifd-offset
(generic reader).
(setf ifd-offset)
(generic writer).
long-ifd-entry
(class).
numerator
(generic reader).
(setf numerator)
(generic writer).
rational
(class).
rational-ifd-entry
(class).
read-bytes
(function).
short-ifd-entry
(class).
tag
(generic reader).
(setf tag)
(generic writer).
tiff-fields
(class).
*binary-type-sizes*
(special variable).
byte-order
(generic reader).
(setf byte-order)
(generic writer).
bytes-per-entry
(generic function).
double-ifd-entry
(class).
field-type
(generic reader).
(setf field-type)
(generic writer).
float-ifd-entry
(class).
magic
(generic reader).
(setf magic)
(generic writer).
next-ifd-offset
(generic reader).
(setf next-ifd-offset)
(generic writer).
sbyte-ifd-entry
(class).
slong-ifd-entry
(class).
srational
(class).
srational-ifd-entry
(class).
sshort-ifd-entry
(class).
unknown-ifd-entry
(class).
value-count
(generic reader).
(setf value-count)
(generic writer).
value-offset
(generic reader).
(setf value-offset)
(generic writer).
retrospectiff.compression
find-compression-decoder
(function).
image-info
(class).
jpeg-image-info
(class).
*compressions*
(special variable).
+clear-code+
(constant).
+end-of-information-code+
(constant).
+first-entry+
(constant).
+initial-code-size+
(constant).
+last-code+
(constant).
+max-code+
(constant).
deflate-decode
(function).
jpeg-decode
(function).
jpeg-encode
(function).
jpeg-image
(generic reader).
(setf jpeg-image)
(generic writer).
jpeg-tables
(generic reader).
(setf jpeg-tables)
(generic writer).
lzw-decode
(function).
lzw-decode-codes
(function).
lzw-encode
(function).
packbits-decode
(function).
packbits-encode
(function).
retrospectiff.globals
common-lisp
.
*byte-order*
(special variable).
*tiff-file-offset*
(special variable).
retrospectiff
tiff
read-tiff-file
(function).
read-tiff-stream
(function).
write-tiff-file
(function).
write-tiff-stream
(function).
read-grayscale-image
(function).
read-grayscale-strip
(function).
read-indexed-image
(function).
read-indexed-strip
(function).
read-planar-rgb-strip
(function).
read-rgb-image
(function).
read-rgb-strip
(function).
retrospectiff2
tiff2
common-lisp
.
opticl-core
.
retrospectiff.binary-types
.
retrospectiff.compression
.
retrospectiff.constants
.
retrospectiff.globals
.
retrospectiff.ifd
.
retrospectiff.image
.
retrospectiff.util
.
read-tiff-file
(function).
read-tiff-stream
(function).
write-tiff-file
(function).
write-tiff-stream
(function).
grayscale-horizontal-difference-depredict
(function).
make-tiff-image-for-output
(function).
read-grayscale-image
(function).
read-grayscale-strip
(function).
read-indexed-image
(function).
read-planar-rgb-strip
(function).
read-rgb-image
(function).
read-rgb-strip
(function).
rgb-horizontal-difference-depredict
(function).
retrospectiff.bit-array
common-lisp
.
rem8
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Returns a string with the entire contents of the specified file.
Returns a string with the entire contents of the specified file.
double-ifd-entry
)) ¶automatically generated reader method
data
.
float-ifd-entry
)) ¶automatically generated reader method
data
.
srational-ifd-entry
)) ¶automatically generated reader method
data
.
slong-ifd-entry
)) ¶automatically generated reader method
data
.
sshort-ifd-entry
)) ¶automatically generated reader method
data
.
sbyte-ifd-entry
)) ¶automatically generated reader method
data
.
rational-ifd-entry
)) ¶automatically generated reader method
data
.
long-ifd-entry
)) ¶automatically generated reader method
data
.
short-ifd-entry
)) ¶automatically generated reader method
data
.
ascii-ifd-entry
)) ¶automatically generated reader method
data
.
byte-ifd-entry
)) ¶automatically generated reader method
data
.
double-ifd-entry
)) ¶automatically generated writer method
data
.
float-ifd-entry
)) ¶automatically generated writer method
data
.
srational-ifd-entry
)) ¶automatically generated writer method
data
.
slong-ifd-entry
)) ¶automatically generated writer method
data
.
sshort-ifd-entry
)) ¶automatically generated writer method
data
.
sbyte-ifd-entry
)) ¶automatically generated writer method
data
.
rational-ifd-entry
)) ¶automatically generated writer method
data
.
long-ifd-entry
)) ¶automatically generated writer method
data
.
short-ifd-entry
)) ¶automatically generated writer method
data
.
ascii-ifd-entry
)) ¶automatically generated writer method
data
.
byte-ifd-entry
)) ¶automatically generated writer method
data
.
tiff-fields
)) ¶automatically generated reader method
tiff-fields
)) ¶automatically generated writer method
tiff-fields
)) ¶automatically generated reader method
tiff-fields
)) ¶automatically generated writer method
tiff-image
)) ¶automatically generated reader method
tiff-image
)) ¶automatically generated writer method
tiff-image
)) ¶automatically generated reader method
tiff-image
)) ¶automatically generated writer method
tiff-image
)) ¶automatically generated reader method
tiff-image
)) ¶automatically generated writer method
tiff-image
)) ¶automatically generated reader method
data
.
tiff-image
)) ¶automatically generated writer method
data
.
tiff-image
)) ¶automatically generated reader method
tiff-image
)) ¶automatically generated writer method
tiff-image
)) ¶automatically generated reader method
tiff-image
)) ¶automatically generated writer method
tiff-image
)) ¶automatically generated reader method
tiff-image
)) ¶automatically generated writer method
tiff-image
)) ¶automatically generated reader method
tiff-image
)) ¶automatically generated writer method
(setf tiff-image-bits-per-sample)
.
tiff-image-bits-per-sample
.
(setf tiff-image-byte-order)
.
tiff-image-byte-order
.
(setf tiff-image-color-map)
.
tiff-image-color-map
.
(setf tiff-image-data)
.
tiff-image-data
.
(setf tiff-image-length)
.
tiff-image-length
.
(setf tiff-image-min-is-white)
.
tiff-image-min-is-white
.
(setf tiff-image-samples-per-pixel)
.
tiff-image-samples-per-pixel
.
(setf tiff-image-width)
.
tiff-image-width
.
common-lisp
.
:length
:width
:bits-per-sample
:samples-per-pixel
:data
:byte-order
:color-map
:min-is-white
tiff-fields
)) ¶automatically generated reader method
tiff-fields
)) ¶automatically generated writer method
(eql #<standard-class retrospectiff.binary-types::double-ifd-entry>)
)) ¶(eql #<standard-class retrospectiff.binary-types::float-ifd-entry>)
)) ¶(eql #<standard-class retrospectiff.binary-types::srational-ifd-entry>)
)) ¶(eql #<standard-class retrospectiff.binary-types::slong-ifd-entry>)
)) ¶(eql #<standard-class retrospectiff.binary-types::sshort-ifd-entry>)
)) ¶(eql #<standard-class retrospectiff.binary-types::sbyte-ifd-entry>)
)) ¶(eql #<standard-class retrospectiff.binary-types:rational-ifd-entry>)
)) ¶(eql #<standard-class retrospectiff.binary-types:long-ifd-entry>)
)) ¶(eql #<standard-class retrospectiff.binary-types:short-ifd-entry>)
)) ¶(eql #<standard-class retrospectiff.binary-types:ascii-ifd-entry>)
)) ¶(eql #<standard-class retrospectiff.binary-types:byte-ifd-entry>)
)) ¶jpeg-image-info
)) ¶automatically generated reader method
jpeg-image-info
)) ¶automatically generated writer method
jpeg-image-info
)) ¶automatically generated reader method
jpeg-image-info
)) ¶automatically generated writer method
tiff-fields
)) ¶automatically generated reader method
tiff-fields
)) ¶automatically generated writer method
unknown-ifd-entry
)) ¶automatically generated reader method
unknown-ifd-entry
)) ¶automatically generated writer method
tiff-fields
) streamvar1) ¶com.gigamonkeys.binary-data
.
byte-ifd-entry
) streamvar1) ¶com.gigamonkeys.binary-data
.
short-ifd-entry
) streamvar1) ¶com.gigamonkeys.binary-data
.
rational
) streamvar1) ¶com.gigamonkeys.binary-data
.
ifd
) streamvar1) ¶com.gigamonkeys.binary-data
.
rational-ifd-entry
) streamvar1) ¶com.gigamonkeys.binary-data
.
ascii-ifd-entry
) streamvar1) ¶com.gigamonkeys.binary-data
.
long-ifd-entry
) streamvar1) ¶com.gigamonkeys.binary-data
.
double-ifd-entry
) streamvar1) ¶com.gigamonkeys.binary-data
.
unknown-ifd-entry
) streamvar1) ¶com.gigamonkeys.binary-data
.
srational
) streamvar1) ¶com.gigamonkeys.binary-data
.
sbyte-ifd-entry
) streamvar1) ¶com.gigamonkeys.binary-data
.
slong-ifd-entry
) streamvar1) ¶com.gigamonkeys.binary-data
.
sshort-ifd-entry
) streamvar1) ¶com.gigamonkeys.binary-data
.
srational-ifd-entry
) streamvar1) ¶com.gigamonkeys.binary-data
.
float-ifd-entry
) streamvar1) ¶com.gigamonkeys.binary-data
.
tiff-fields
) streamvar3) ¶com.gigamonkeys.binary-data
.
byte-ifd-entry
) streamvar3) ¶com.gigamonkeys.binary-data
.
short-ifd-entry
) streamvar3) ¶com.gigamonkeys.binary-data
.
rational
) streamvar3) ¶com.gigamonkeys.binary-data
.
ifd
) streamvar3) ¶com.gigamonkeys.binary-data
.
rational-ifd-entry
) streamvar3) ¶com.gigamonkeys.binary-data
.
ascii-ifd-entry
) streamvar3) ¶com.gigamonkeys.binary-data
.
ifd-entry
) streamvar4) ¶com.gigamonkeys.binary-data
.
long-ifd-entry
) streamvar3) ¶com.gigamonkeys.binary-data
.
double-ifd-entry
) streamvar3) ¶com.gigamonkeys.binary-data
.
unknown-ifd-entry
) streamvar3) ¶com.gigamonkeys.binary-data
.
srational
) streamvar3) ¶com.gigamonkeys.binary-data
.
sbyte-ifd-entry
) streamvar3) ¶com.gigamonkeys.binary-data
.
slong-ifd-entry
) streamvar3) ¶com.gigamonkeys.binary-data
.
sshort-ifd-entry
) streamvar3) ¶com.gigamonkeys.binary-data
.
srational-ifd-entry
) streamvar3) ¶com.gigamonkeys.binary-data
.
float-ifd-entry
) streamvar3) ¶com.gigamonkeys.binary-data
.
:value-offset
Jump to: | (
A B C D E F G I J L M N P R S T V W |
---|
Jump to: | (
A B C D E F G I J L M N P R S T V W |
---|
Jump to: | *
+
B C D E F I J L M N S T V W |
---|
Jump to: | *
+
B C D E F I J L M N S T V W |
---|
Jump to: | A B C D F G I J L P R S T U |
---|
Jump to: | A B C D F G I J L P R S T U |
---|