UNPKG
tiff
Version:
latest (7.1.3)
7.1.3
7.1.2
7.1.1
7.1.0
7.0.0
6.2.0
6.1.1
6.1.0
6.0.0
5.0.3
5.0.2
5.0.1
5.0.0
4.3.0
4.2.0
4.1.3
4.1.2
4.1.1
4.1.0
4.0.0
3.0.1
3.0.0
2.1.0
2.0.1
2.0.0
1.1.1
1.1.0
1.0.0
0.0.2
0.0.1
TIFF image decoder written entirely in JavaScript
image-js.github.io/tiff/
image-js/tiff
tiff
/
lib
/
hacks.d.ts
3 lines
•
147 B
TypeScript
View Raw
1
2
3
import
type
TiffIfd
from
'./tiff_ifd.ts'
;
export
declare
function
guessStripByteCounts
(
ifd
:
TiffIfd
):
number
[];
//# sourceMappingURL=hacks.d.ts.map