Home
last modified time | relevance | path

Searched defs:sixel_encode (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/termplay/termplay-2.0.6/src/converters/
H A Dsixel.rs21 …fn sixel_encode(data: *mut c_uchar, width: c_int, height: c_int, _: c_int, dither: Dither, output:… in sixel_encode() function
/dports/graphics/sdump/sdump-c5fb55b/static/libsixel/
H A Dtosixel.c408 int sixel_encode(unsigned char /* in */ *pixels, /* pixel bytes */ in sixel_encode() function
/dports/graphics/libsixel/sixel-1.8.6/src/
H A Dtosixel.c1515 sixel_encode( in sixel_encode() function
/dports/graphics/libsixel/sixel-1.8.6/python/libsixel/
H A D__init__.py593 def sixel_encode(pixels, width, height, depth, dither, output): function