Re: Re: Webp support in Commons Imaging

2024-01-02 Thread Bruno Kinoshita
I think someone will have to confirm if a) we are following that standard or b) the code used short only for some reason like a previous version or a simpler standard etc. I suspect it might be just a matter of changing that, but the change must come after the confirmation and with a unit test.

Re: Re: Webp support in Commons Imaging

2024-01-02 Thread Glavo
Also, I remembered that I encountered a problem when developing another PR[1]: When I created the test, I noticed the type of EXIF_TAG_EXIF_IMAGE_WIDTH > and EXIF_TAG_EXIF_IMAGE_LENGTH is TagInfoShort. > > However, in the standard document >

Re: Re: Webp support in Commons Imaging

2024-01-02 Thread Bruno Kinoshita
I don't mind staying with alpha until we are closer to having most 1.0 blocking issues sorted out (we have one for java.desktop and java+9 and android I think, not sure if in 1.0). Cheers On Tue, 2 Jan 2024, 21:32 Glavo, wrote: > > I plan on releasing a milestone 1.0-M1 version this month, so

Re: Re: Webp support in Commons Imaging

2024-01-02 Thread Glavo
> I plan on releasing a milestone 1.0-M1 version this month, so not quite 1.0 but a signal that we are close. I think it's a bit premature. I think commons-imaging should not depend on java.desktop, otherwise it will be unavailable on some platforms (such as Android or other platforms that do not

Re: Re: Webp support in Commons Imaging

2024-01-02 Thread Bruno Kinoshita
Thank you Gary! On Tue, 2 Jan 2024 at 16:54, Gary Gregory wrote: > I plan on releasing a milestone 1.0-M1 version this month, so not quite 1.0 > but a signal that we are close. > > Gary > > > On Tue, Jan 2, 2024, 10:46 AM William Borg Barthet < > william.borgbart...@bloomreach.com> wrote: > > >

Re: Re: Webp support in Commons Imaging

2024-01-02 Thread Gary Gregory
I plan on releasing a milestone 1.0-M1 version this month, so not quite 1.0 but a signal that we are close. Gary On Tue, Jan 2, 2024, 10:46 AM William Borg Barthet < william.borgbart...@bloomreach.com> wrote: > Hi Bruno, > > Thanks for your reply. I did check out and try out the PR. It seems

RE: Re: Webp support in Commons Imaging

2024-01-02 Thread William Borg Barthet
Hi Bruno, Thanks for your reply. I did check out and try out the PR. It seems to work fine. Do you have any idea when the project will be released? I'd rather not have my project depend on a snapshot version. Thanks and regards William On 2023/12/13 15:49:31 Bruno Kinoshita wrote: > Hi, we

Re: Webp support in Commons Imaging

2023-12-13 Thread Bruno Kinoshita
Hi, we made some progress on reading webp, but it's not complete, and the writing features are still missing. I think the partial webp reading feature has not been released yet, but it was already merged in master. https://github.com/apache/commons-imaging/pull/254 Feel free to test the latest