Lines Matching refs:bytes
22 def uint8_t(val) -> bytes:
26 def uint16_t(val) -> bytes:
30 def uint24_t(val) -> bytes:
34 def uint32_t(val) -> bytes:
79 def convert(self, filename) -> bytes:
212 def unpack_colors(data: bytes, cf: ColorFormat, w) -> List: argument
313 data: bytes): argument
440 def from_binary(self, data: bytes): argument
459 raw_data: bytes = b''): argument
466 def _compress(self, raw_data: bytes) -> bytearray: argument
497 data: bytes = b'') -> None: argument
693 data: bytes, argument
718 def from_data(self, data: bytes): argument
888 bytes=PngQuant(256 if auto_cf else cf.ncolors).convert(filename))
1110 data: bytes = b'') -> None: argument
1224 data: bytes = b'') -> None: argument