Reader and writer for Microsoft `BMP` images.

Collection Info

View Source
Collection
core
Path
image/bmp
Entries
26

Source Files

Constants

2

INFO_STUB_SIZE #

Source
INFO_STUB_SIZE :: FILE_HEADER_SIZE + size_of(image.BMP_Version)

Types

6

Procedures

16

load_from_context #

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

Procedure Groups

2