Sha256: c754cd5fc107f25131579a1634f5598a10aaa271ac8fe067c07e64ae4197946d
Contents?: true
Size: 232 Bytes
Versions: 9
Compression:
Stored size: 232 Bytes
Contents
#ifndef __BLURHASH_ENCODE_H__ #define __BLURHASH_ENCODE_H__ #include <stdint.h> #include <stdlib.h> const char *blurHashForPixels(int xComponents, int yComponents, int width, int height, uint8_t *rgb, size_t bytesPerRow); #endif
Version data entries
9 entries across 9 versions & 1 rubygems