openjump-gis / openjump

OpenJUMP, the Open Source GIS with more than one trick in its kangaroo pocket, takes the leap from svn to git. join the effort!
http://openjump.org
GNU General Public License v2.0
28 stars 14 forks source link

Regression in RasterTools extension after commons-imaging upgrade #109

Closed mukoki closed 1 month ago

mukoki commented 2 months ago

This one is for you Peppe,

I've recently upgraded commons-imaging to 1.0.0-alpha4 in OpenJUMP. The main benefit is it can now read bigtiff. Unfortunately, there are small api changes in this version. The breaking one for RasterTools is that ImageReadException has been replaced by ImagingException. There are also changes with bytesource package, but I'm not sure you need it. Let me know if you can upgrade RasterTools for that. If you need time, I can deactivate the extension until we get a new version.

ma15569 commented 2 months ago

Thanks Michael I will give a look in the next days.

Il ven 12 apr 2024, 18:57 Michaël Michaud @.***> ha scritto:

This one is for you Peppe,

I've recently upgraded commons-imaging to 1.0.0-alpha4 in OpenJUMP. The main benefit is it can now read bigtiff. Unfortunately, there are small api changes in this version. The breaking one for RasterTools is that ImageReadException has been replaced by ImagingException. There are also changes with bytesource package, but I'm not sure you need it. Let me know if you can upgrade RasterTools for that. If you need time, I can deactivate the extension until we get a new version.

— Reply to this email directly, view it on GitHub https://github.com/openjump-gis/openjump/issues/109, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQSYPM2YZRSCNMY4ANKDUJDY5AG6BAVCNFSM6AAAAABGEO5JGOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI2DANJTHAZDGNY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

ma15569 commented 2 months ago

Hi Michaël, I upgraded RasterTool plugin in order to work with commons-imaging 1.0.0-alpha4. I sent a pull request.

ma15569 commented 1 month ago

I think we should close this ticket

edeso commented 1 month ago

as requested