pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2021-03-24
2021-03-24 23:57:42 by Tobias S. Josefowitz <tobij@tobij.de>
a4bdfa9b656bb61241821b41c6efe7956e0483a0 (
17
lines) (+
17
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
CHANGES: Document Image.{BMP,PCX,PSD,XCF} fixes
9:
add_watch() now returns -1 for filsystem-related failures that may be due to the filsystem being in flux.
+
o Image.BMP
+
+
Improved size check better detects malformed BMP images.
+
o Image.GIF - Improve detection of malformed LZW bit sizes. - Improve detection of malformed LZW dictionary extensions.
-
+
o Image.PCX
+
+
Improved size checks better detect malformed PCX images.
+
o Image.PNG Improved size check better detects malformed PNG images.
-
+
o Image.PSD
+
+
Improved size check better detects malformed PSD images.
+
o Image.TGA - Improve detection of malformed TGA images.
32:
Improved size check better detects malformed WBF images.
+
o Image.XCF
+
+
Fixed to properly initialize the layer mask structure.
+
Building & Tools ----------------