pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2021-03-18
2021-03-18 01:42:18 by Tobias S. Josefowitz <tobij@tobij.de>
dc0d77ae4183cc815ee4e39e3135db9df2c79b12 (
24
lines) (+
24
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
CHANGES: Document Image.{GIF,PNG,TGA,TIF,WBF} fixes
9:
add_watch() now returns -1 for filsystem-related failures that may be due to the filsystem being in flux.
+
o Image.GIF
+
+
- Improve detection of malformed LZW bit sizes.
+
- Improve detection of malformed LZW dictionary extensions.
+
+
o Image.PNG
+
+
Improved size check better detects malformed PNG images.
+
+
o Image.TGA
+
+
- Improve detection of malformed TGA images.
+
- Correctly update pointer when horizontal or vertical flipping is
+
requested by the TGA image.
+
+
o Image.TIM
+
+
Improved size checks better detect malformed TIM images.
+
+
o Image.WBF
+
+
Improved size check better detects malformed WBF images.
+
Building & Tools ----------------