imagefmt ~master (2021-06-20T15:24:54Z)
Dub
Repo
CRC32
imagefmt
png
Undocumented in source.
package @
nogc
nothrow
struct
CRC32 {
uint
r
;
void
put
(ubyte[] data);
ubyte
[
4
]
finish_be
();
static
ubyte
[
4
]
of
(ubyte[] data);
}
Members
Functions
finish_be
ubyte
[
4
]
finish_be
()
Undocumented in source. Be warned that the author may not have intended to support it.
put
void
put
(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
of
ubyte
[
4
]
of
(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
r
uint
r
;
Undocumented in source.
Meta
Source
See Implementation
imagefmt
png
aliases
A7Catapult
enums
CTYPE
FILTER
functions
a7_init_redh
a7_init_redw
a7_red1_to_dst
a7_red2_to_dst
a7_red3_to_dst
a7_red4_to_dst
a7_red5_to_dst
a7_red6_to_dst
a7_red7_to_dst
channels
compress
depalette
detect_png
flush_idat
have_tRNS
line16_from_bytes
load_u32be
paeth
read_chunks
read_idat16
read_idat8
read_idat_chunks
read_png
read_png_header
read_png_info
recon
sling
sling16
swap
u32_to_be
uncompress
vf
write_idat
write_png
manifest constants
MAXIMUM_CHUNK_SIZE
structs
CRC32
PNGDecoder
PNGEncoder
PNGHeader
variables
CRC32TAB
HEAD_CHUNK_SIG
SIGNATURE
a7catapults