1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-04 10:09:16 +02:00

Starter PNG parser

This commit is contained in:
Jeff Schiller 2024-01-15 23:15:37 -08:00
parent 2825df0bb3
commit 193cafa5e7
6 changed files with 371 additions and 6 deletions

View file

@ -4,12 +4,8 @@ import { expect } from 'chai';
import { JpegParser } from '../image/parsers/jpeg.js';
import { ExifDataFormat, ExifTagNumber } from '../image/parsers/exif.js';
/**
* @typedef {import('../image/parsers/jpeg.js').JpegStartOfFrame} JpegStartOfFrame
*/
/**
* @typedef {import('../image/parsers/exif.js').ExifValue} ExifValue
*/
/** @typedef {import('../image/parsers/jpeg.js').JpegStartOfFrame} JpegStartOfFrame */
/** @typedef {import('../image/parsers/exif.js').ExifValue} ExifValue */
const FILE_LONG_DESC = 'tests/image-testfiles/long_description.jpg'