📄️ imread
imread(path str = 'BGR', verbose: bool = False) -> Union[np.ndarray, None]
📄️ imwrite
imwrite(img Union[str, Path] = None, color_base str = '.jpg') -> bool
📄️ pdf2imgs
pdf2imgs(stream: Union[str, Path, bytes]) -> Union[List[np.ndarray], None]
📄️ JPG Process
getorientationcode(stream: Union[str, Path, bytes]) -> Union[ROTATE, None]
📄️ PNG Process
pngencode
📄️ Base64 Process
pybase64 是一個 Python 函式庫,提供了 Base64 編碼和解碼的功能。 它支援多種編碼格式,包括標準 Base64、Base64 URL 和 Base64 URL 檔案名稱安全編碼。 pybase64 是基於 base64 模組的增強版本,提供了更多的功能和選項。
📄️ imencode
imencode(img Union[str, int, IMGTYP] = IMGTYP.JPEG) -> Union[bytes, None]
📄️ imdecode
imdecode(byte_: bytes) -> Union[np.ndarray, None]
📄️ npyread
npyread(path: Union[str, Path]) -> Union[np.ndarray, None]