We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7abbe97 commit b461fdeCopy full SHA for b461fde
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [7.1.2](https://github.com/image-js/tiff/compare/v7.1.1...v7.1.2) (2025-10-07)
4
+
5
6
+### Bug Fixes
7
8
+* fix bug with rowsPerStrip ([#79](https://github.com/image-js/tiff/issues/79)) ([7abbe97](https://github.com/image-js/tiff/commit/7abbe97dcba8ffcc581977c512bfeaeca000a79d))
9
10
## [7.1.1](https://github.com/image-js/tiff/compare/v7.1.0...v7.1.1) (2025-08-13)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "tiff",
- "version": "7.1.1",
+ "version": "7.1.2",
"license": "MIT",
"description": "TIFF image decoder written entirely in JavaScript",
"author": "Michaël Zasso",
0 commit comments