web/web_image_format library
Functions
-
detectImageMimeType(
Uint8List bytes) → String -
Detects the image MIME type (e.g.
image/jpeg,image/png,image/webp) from a byte buffer's magic-number signature. Shared by the MediaPipe web path (ImagePromptPart) and the LiteRT-LM web session. Public so the extractedflutter_gemma_litertlmweb package can reuse it.