Skip to content

Commit f3f2e5e

Browse files
victoryforceTurboGit
authored andcommitted
Add information about fixes in TIFF loader
1 parent 49b244a commit f3f2e5e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

RELEASE_NOTES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,23 @@ changes (where available).
245245
- Fixed display of image using a composite module when the modules are
246246
reordered.
247247

248+
- Many TIFF loader fixes and improvements:
249+
250+
- Fixed crash on files for which libtiff would issue warnings or errors
251+
252+
- Fixed crash on files with missing SAMPLESPERPIXEL tag
253+
254+
- Enabled CMYK TIFF support
255+
256+
- Added support for loading TIFF with missing/undefined sample format
257+
258+
- Fixed reading of grayscale images with min-is-white interpretation
259+
(made them not inverted)
260+
261+
- Fixed regression in support of many more exotic variations
262+
of the TIFF format, such as tiled encoding, planar layout,
263+
uncommon bit depths (such as 12 or 14 bits, or less than 8)
264+
248265
## Lua
249266

250267
### API Version

0 commit comments

Comments
 (0)