[ANNOUNCEMENT] Apache Commons Imaging 1.0-alpha3 Released

2022-05-19 Thread Bruno Kinoshita
The Apache Commons Team is pleased to announce the availability of
Apache Commons Imaging 1.0-alpha3.

Apache Commons Imaging, previously known as Apache Commons Sanselan,
is a library that reads and writes a variety of image formats, including
fast parsing of image info (size, color space, ICC profile, etc.) and
metadata.

Version 1.0-alpha3 has a series of bug fixes, new features, and
improvements.
There are breaking changes since alpha2 as we are not maintaining backward
compatibility until it reaches the 1.0 release (likely the next release).

A full list of changes can be found at
https://commons.apache.org/proper/commons-imaging/changes-report.html

Source and binary distributions are available for download from the
Apache Commons download site:

https://commons.apache.org/proper/commons-imaging/download_imaging.cgi

Please verify signatures using the KEYS file available at the above
location when downloading the release.

For complete information on Commons Imaging, including
instructions on how to submit bug reports, patches, or suggestions for
improvement, see the Apache Commons Imaging website:

https://commons.apache.org/proper/commons-imaging/

Bruno
on behalf of the Apache Commons community


Final reminder: ApacheCon North America call for presentations closing soon

2022-05-19 Thread Rich Bowen
[Note: You're receiving this because you are subscribed to one or more
Apache Software Foundation project mailing lists.]

This is your final reminder that the Call for Presetations for
ApacheCon North America 2022 will close at 00:01 GMT on Monday, May
23rd, 2022. Please don't wait! Get your talk proposals in now!

Details here: https://apachecon.com/acna2022/cfp.html

--Rich, for the ApacheCon Planners



-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [ANNOUNCEMENT] Apache Commons Imaging 1.0-alpha3 Released

2022-05-19 Thread Gary Lucas
Obrigado, Bruno!  I appreciate all of the careful work you put into this
release.

Gary


On Thu, May 19, 2022 at 3:56 AM Bruno Kinoshita  wrote:

> The Apache Commons Team is pleased to announce the availability of
> Apache Commons Imaging 1.0-alpha3.
>
> Apache Commons Imaging, previously known as Apache Commons Sanselan,
> is a library that reads and writes a variety of image formats, including
> fast parsing of image info (size, color space, ICC profile, etc.) and
> metadata.
>
> Version 1.0-alpha3 has a series of bug fixes, new features, and
> improvements.
> There are breaking changes since alpha2 as we are not maintaining backward
> compatibility until it reaches the 1.0 release (likely the next release).
>
> A full list of changes can be found at
> https://commons.apache.org/proper/commons-imaging/changes-report.html
>
> Source and binary distributions are available for download from the
> Apache Commons download site:
>
> https://commons.apache.org/proper/commons-imaging/download_imaging.cgi
>
> Please verify signatures using the KEYS file available at the above
> location when downloading the release.
>
> For complete information on Commons Imaging, including
> instructions on how to submit bug reports, patches, or suggestions for
> improvement, see the Apache Commons Imaging website:
>
> https://commons.apache.org/proper/commons-imaging/
>
> Bruno
> on behalf of the Apache Commons community
>


Re: [Crypto] How to build?

2022-05-19 Thread Jochen Wiedmann
Thanks, Bruno. Big help!

On Thu, May 19, 2022 at 4:05 AM Bruno Kinoshita  wrote:

> There's a Dockerfile in the commons-crypto repo on GitHub. Not sure if it's
> used for building it... but just in case it helps.

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [ANNOUNCEMENT] Apache Commons Imaging 1.0-alpha3 Released

2022-05-19 Thread Bruno Kinoshita
You are very welcome Gary! De nada :)

And thank you for all your hard work on this release too! Have fun parsing
the TIFF files now. Let's stabilize the API, make any final changes to the
public API, and prepare the 1.0 in a few months (I'm planning the 1.0 for
2022).

If I have time in the next coming weeks I will start some experiments with
Imaging 1.0-alpha3 using it in the Cantaloupe IIIF server and report the
results here in the dev mailing list.

Bruno

On Thu, 19 May 2022 at 23:03, Gary Lucas  wrote:

> Obrigado, Bruno!  I appreciate all of the careful work you put into this
> release.
>
> Gary
>
>
> On Thu, May 19, 2022 at 3:56 AM Bruno Kinoshita  wrote:
>
> > The Apache Commons Team is pleased to announce the availability of
> > Apache Commons Imaging 1.0-alpha3.
> >
> > Apache Commons Imaging, previously known as Apache Commons Sanselan,
> > is a library that reads and writes a variety of image formats, including
> > fast parsing of image info (size, color space, ICC profile, etc.) and
> > metadata.
> >
> > Version 1.0-alpha3 has a series of bug fixes, new features, and
> > improvements.
> > There are breaking changes since alpha2 as we are not maintaining
> backward
> > compatibility until it reaches the 1.0 release (likely the next release).
> >
> > A full list of changes can be found at
> > https://commons.apache.org/proper/commons-imaging/changes-report.html
> >
> > Source and binary distributions are available for download from the
> > Apache Commons download site:
> >
> > https://commons.apache.org/proper/commons-imaging/download_imaging.cgi
> >
> > Please verify signatures using the KEYS file available at the above
> > location when downloading the release.
> >
> > For complete information on Commons Imaging, including
> > instructions on how to submit bug reports, patches, or suggestions for
> > improvement, see the Apache Commons Imaging website:
> >
> > https://commons.apache.org/proper/commons-imaging/
> >
> > Bruno
> > on behalf of the Apache Commons community
> >
>


Re: [ANNOUNCEMENT] Apache Commons Imaging 1.0-alpha3 Released

2022-05-19 Thread Gary Lucas
My next step will be to update the demonstration code from the
Gridfour software package to use the new API. I'm also going to update the
article on Elevation GeoTIFFs and Shaded Relief Rendering
 to
reflect the improvements to the imaging parameters specification. Finally,
I'm working on a new article to discuss how to access metadata from
GeoTIFFs. So I'll be using the new Imaging library quite a bit.

Gary L.



On Thu, May 19, 2022 at 7:20 AM Bruno Kinoshita 
wrote:

> You are very welcome Gary! De nada :)
>
> And thank you for all your hard work on this release too! Have fun parsing
> the TIFF files now. Let's stabilize the API, make any final changes to the
> public API, and prepare the 1.0 in a few months (I'm planning the 1.0 for
> 2022).
>
> If I have time in the next coming weeks I will start some experiments with
> Imaging 1.0-alpha3 using it in the Cantaloupe IIIF server and report the
> results here in the dev mailing list.
>
> Bruno
>
> On Thu, 19 May 2022 at 23:03, Gary Lucas  wrote:
>
> > Obrigado, Bruno!  I appreciate all of the careful work you put into this
> > release.
> >
> > Gary
> >
> >
> > On Thu, May 19, 2022 at 3:56 AM Bruno Kinoshita 
> wrote:
> >
> > > The Apache Commons Team is pleased to announce the availability of
> > > Apache Commons Imaging 1.0-alpha3.
> > >
> > > Apache Commons Imaging, previously known as Apache Commons Sanselan,
> > > is a library that reads and writes a variety of image formats,
> including
> > > fast parsing of image info (size, color space, ICC profile, etc.) and
> > > metadata.
> > >
> > > Version 1.0-alpha3 has a series of bug fixes, new features, and
> > > improvements.
> > > There are breaking changes since alpha2 as we are not maintaining
> > backward
> > > compatibility until it reaches the 1.0 release (likely the next
> release).
> > >
> > > A full list of changes can be found at
> > > https://commons.apache.org/proper/commons-imaging/changes-report.html
> > >
> > > Source and binary distributions are available for download from the
> > > Apache Commons download site:
> > >
> > > https://commons.apache.org/proper/commons-imaging/download_imaging.cgi
> > >
> > > Please verify signatures using the KEYS file available at the above
> > > location when downloading the release.
> > >
> > > For complete information on Commons Imaging, including
> > > instructions on how to submit bug reports, patches, or suggestions for
> > > improvement, see the Apache Commons Imaging website:
> > >
> > > https://commons.apache.org/proper/commons-imaging/
> > >
> > > Bruno
> > > on behalf of the Apache Commons community
> > >
> >
>


Re: [ANNOUNCEMENT] Apache Commons Imaging 1.0-alpha3 Released

2022-05-19 Thread Matt Juntunen
Congrats, guys! Well earned.
-Matt J


On Thu, May 19, 2022 at 7:38 AM Gary Lucas  wrote:
>
> My next step will be to update the demonstration code from the
> Gridfour software package to use the new API. I'm also going to update the
> article on Elevation GeoTIFFs and Shaded Relief Rendering
>  to
> reflect the improvements to the imaging parameters specification. Finally,
> I'm working on a new article to discuss how to access metadata from
> GeoTIFFs. So I'll be using the new Imaging library quite a bit.
>
> Gary L.
>
>
>
> On Thu, May 19, 2022 at 7:20 AM Bruno Kinoshita 
> wrote:
>
> > You are very welcome Gary! De nada :)
> >
> > And thank you for all your hard work on this release too! Have fun parsing
> > the TIFF files now. Let's stabilize the API, make any final changes to the
> > public API, and prepare the 1.0 in a few months (I'm planning the 1.0 for
> > 2022).
> >
> > If I have time in the next coming weeks I will start some experiments with
> > Imaging 1.0-alpha3 using it in the Cantaloupe IIIF server and report the
> > results here in the dev mailing list.
> >
> > Bruno
> >
> > On Thu, 19 May 2022 at 23:03, Gary Lucas  wrote:
> >
> > > Obrigado, Bruno!  I appreciate all of the careful work you put into this
> > > release.
> > >
> > > Gary
> > >
> > >
> > > On Thu, May 19, 2022 at 3:56 AM Bruno Kinoshita 
> > wrote:
> > >
> > > > The Apache Commons Team is pleased to announce the availability of
> > > > Apache Commons Imaging 1.0-alpha3.
> > > >
> > > > Apache Commons Imaging, previously known as Apache Commons Sanselan,
> > > > is a library that reads and writes a variety of image formats,
> > including
> > > > fast parsing of image info (size, color space, ICC profile, etc.) and
> > > > metadata.
> > > >
> > > > Version 1.0-alpha3 has a series of bug fixes, new features, and
> > > > improvements.
> > > > There are breaking changes since alpha2 as we are not maintaining
> > > backward
> > > > compatibility until it reaches the 1.0 release (likely the next
> > release).
> > > >
> > > > A full list of changes can be found at
> > > > https://commons.apache.org/proper/commons-imaging/changes-report.html
> > > >
> > > > Source and binary distributions are available for download from the
> > > > Apache Commons download site:
> > > >
> > > > https://commons.apache.org/proper/commons-imaging/download_imaging.cgi
> > > >
> > > > Please verify signatures using the KEYS file available at the above
> > > > location when downloading the release.
> > > >
> > > > For complete information on Commons Imaging, including
> > > > instructions on how to submit bug reports, patches, or suggestions for
> > > > improvement, see the Apache Commons Imaging website:
> > > >
> > > > https://commons.apache.org/proper/commons-imaging/
> > > >
> > > > Bruno
> > > > on behalf of the Apache Commons community
> > > >
> > >
> >

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org