Packages

A gleam implementation of blurhash.

Current section

Files

Jump to
blush include blush_ImageData.hrl
Raw

include/blush_ImageData.hrl

-record(image_data, {
width :: integer(),
height :: integer(),
pixels :: list(integer())
}).