Reader for baseline `JPEG` images.

Collection Info

View Source
Collection
core
Path
image/jpeg
Entries
20

Source Files

Constants

6

COEFFICIENT_COUNT #

Source
COEFFICIENT_COUNT :: BLOCK_SIZE * BLOCK_SIZE

THUMBNAIL_PALETTE_SIZE #

Source
THUMBNAIL_PALETTE_SIZE :: 768

768 bytes of 24-bit RGB values.

Types

9

Procedures

4

load_from_context #

Source
load_from_context :: proc(ctx: ^$C, options: Options = Options{}, allocator := context.allocator) -> (img: ^Image, err: Error) {…}

Procedure Groups

1