jpeg_markers library
Classes
- JpegDataSection
- JpegImgSection
- JpegMarker
- A class representing a JPEG marker.
- JpegMarkerWithOffset
- JpegSection
Functions
-
scanJpegMarkers(
Uint8List data, bool callback(JpegMarker marker, int offset), {bool? stopOnEoi}) → int - Scans the JPEG markers in the given data.
-
scanJpegSections(
Uint8List data) → List< JpegSection>