Re: [JPP-Devel] SVN: [6461] core/trunk/src/org/openjump/core/rasterimage

2020-09-14 Thread Giuseppe Aruta
I reverted the changes. I didn't find a valid way. Il giorno lun 14 set 2020 alle ore 11:49 Giuseppe Aruta < giuseppe.ar...@gmail.com> ha scritto: > Hi Ede, > can you check if this modification fits memory problems? > a) On loading TIF (RasterImageIO and TiFFUtils class) I get the envelope >

Re: [JPP-Devel] SVN: [6461] core/trunk/src/org/openjump/core/rasterimage

2020-09-14 Thread Giuseppe Aruta
Hi Ede, can you check if this modification fits memory problems? a) On loading TIF (RasterImageIO and TiFFUtils class) I get the envelope directly tiff metadata b) on the other tools I reuse the previous method Il giorno lun 14 set 2020 alle ore 10:49 ha scritto: > Peppe, > > i noticed earlier

Re: [JPP-Devel] SVN: [6461] core/trunk/src/org/openjump/core/rasterimage

2020-09-14 Thread edgar . soldin
Peppe, i noticed earlier that your image reading implementation creates a new Reader on every render call but thought you will notice when this becomes a performance issue. seeing you continue this trend with code like below i become a little worried ;) and suggest you try to model your

[JPP-Devel] SVN: [6461] core/trunk/src/org/openjump/core/rasterimage

2020-09-14 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6461 http://sourceforge.net/p/jump-pilot/code/6461 Author: ma15569 Date: 2020-09-14 07:51:37 + (Mon, 14 Sep 2020) Log Message: --- Chenged method to get Envelope directly form GeoRasterImage. This solves the bug about the right dimension of AsterDEM noted by