This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git
The following commit(s) were added to refs/heads/master by this push:
new e7a8924a [IMAGING-337] Make ImageInfo state correct color type #337.
e7a8924a is described below
commit e7a8924aaa29194ceb031f205d9e83bc2d8a1879
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Nov 22 09:19:08 2023 -0500
[IMAGING-337] Make ImageInfo state correct color type #337.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 234d8f0e..20251bf1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,6 +75,9 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="fix" due-to="Gary Gregory">
Avoid java.lang.NullPointerException in
org.apache.commons.imaging.formats.pcx.PcxWriter.writeImage().
</action>
+ <action issue="IMAGING-337" dev="ggregory" type="fix" due-to="Gary
Lucas, Gary Gregory">
+ Make ImageInfo state correct color type #337.
+ </action>
<!-- ADD -->
<action issue="IMAGING-352" dev="ggregory" type="add" due-to="Jeroen van
der Vegt, Gary Gregory">
[PngWriter] Allow custom PaletteFactory #294.