Dither (dither v0.1.1)

View Source

Documentation for Dither.

Summary

Functions

decode(data)

decode!(data)

dimensions(image)

dither(image, opts \\ [])

dither!(image, opts \\ [])

encode(image)

encode!(image)

flip(image, direction)

flip!(image, direction)

from_raw(data, width, height)

from_raw!(data, width, height)

grayscale(image)

grayscale!(image)

load(path)

load!(path)

resize(image, width, height)

resize!(image, width, height)

save(image, path)

save!(image, path)

to_raw(image)

to_raw!(image)