[VOTE][LAZY][RESULT] Release Apache Commons Parent 58 based on RC1

2023-05-23 Thread Gary Gregory
This lazy vote passes with one binding +1 from Gary Gregory. Gary On Tue, May 23, 2023 at 3:28 PM Gary Gregory wrote: > My +1 > > Gary > > > On Sat, May 20, 2023, 09:51 Gary Gregory wrote: > >> We have fixed one bug (through a CycloneDX update) and added some >> enhancements since Apache Commo

Re: [VOTE][LAZY] Release Apache Commons Parent 58 based on RC1

2023-05-23 Thread Gary Gregory
My +1 Gary On Sat, May 20, 2023, 09:51 Gary Gregory wrote: > We have fixed one bug (through a CycloneDX update) and added some > enhancements since Apache Commons Parent 57 was released, so I would > like to release Apache Commons Parent 58. > > Apache Commons Parent 58 RC1 is available for re

Re: [imaging] Allow custom PaletteFactory for writing PNG files.

2023-05-23 Thread Vegt, Jeroen van der
PR created: https://github.com/apache/commons-imaging/pull/294 Note that simply running 'mvn' after a clean checkout of 'master' fails on JavaDoc generation for 'PhotometricInterpreterPalette', as none of the parameters have JavaDoc. Jeroen. From: Gary Grego

Re: [imaging] Allow custom PaletteFactory for writing PNG files.

2023-05-23 Thread Gary Gregory
Jeroen, That sounds interesting. Feel free to create a PR on GitHub. Gary On Tue, May 23, 2023, 05:59 Vegt, Jeroen van der wrote: > Hi, > > > > I'm using Apache Commons Imaging to generate 8 bit (indexed) PNG files. > Unfortunately, there doesn't seem to be way to supply a custom color > palet

[imaging] Allow custom PaletteFactory for writing PNG files.

2023-05-23 Thread Vegt, Jeroen van der
Hi, I'm using Apache Commons Imaging to generate 8 bit (indexed) PNG files. Unfortunately, there doesn't seem to be way to supply a custom color palette. In particular, I'd like to use Wu's color quantization algorithm, https://gist.github.com/bert/1192520. Would a patch or PR allowing an (