Re: [gdal-dev] OpenJPEG

2015-12-21 Thread Aaron Boxer
On Mon, Dec 21, 2015 at 5:35 PM, Even Rouault wrote: > Le lundi 21 décembre 2015 23:29:14, Aaron Boxer a écrit : > > Hi Even, > > > > I was thinking about your request to decode only a sub-window inside of a > > tile. > > > > I don't think this is possible. Because of the serial nature the j2k >

Re: [gdal-dev] OpenJPEG

2015-12-21 Thread Even Rouault
Le lundi 21 décembre 2015 23:29:14, Aaron Boxer a écrit : > Hi Even, > > I was thinking about your request to decode only a sub-window inside of a > tile. > > I don't think this is possible. Because of the serial nature the j2k > decoding, > there is no performance gain to only looking at a sub-w

Re: [gdal-dev] OpenJPEG

2015-12-21 Thread Aaron Boxer
Hi Even, I was thinking about your request to decode only a sub-window inside of a tile. I don't think this is possible. Because of the serial nature the j2k decoding, there is no performance gain to only looking at a sub-window - the whole tile must be decoded. The only small gain is in memory

[gdal-dev] Fwd: OpenJPEG

2015-12-21 Thread Aaron Boxer
-- Forwarded message -- From: Aaron Boxer Date: Mon, Dec 21, 2015 at 10:27 AM Subject: Re: [gdal-dev] OpenJPEG To: Julien Malik Hi Julien, > Decoding at preccints level in OpenJPEG would definitely be a great > addition. > Yes, sounds useful. > > I believe OpenJPEG performa

Re: [gdal-dev] GDAL built with MinGW dll size

2015-12-21 Thread Predator
@Ko Nagase: It worked! Thanks a lot! ;) -- View this message in context: http://osgeo-org.1560.x6.nabble.com/GDAL-built-with-MinGW-dll-size-tp5242165p5242339.html Sent from the GDAL - Dev mailing list archive at Nabble.com. ___ gdal-dev mailing list g

Re: [gdal-dev] GDAL built with MinGW dll size

2015-12-21 Thread Ko Nagase
Hi Predator, I have no experience about gdal MinGW build, but normally, I execute "strip *.dll" after "make install". https://github.com/sanak/pgrouting4w/blob/master4w/BUILD.mingw#L142 Could you try to do that ? Regards, Ko 2015-12-21 18:21 GMT+09:00 Predator : > Thanks for replies. > Did y

Re: [gdal-dev] OpenJPEG

2015-12-21 Thread Julien Malik
Hi Aaron & Even, Decoding at preccints level in OpenJPEG would definitely be a great addition. I believe OpenJPEG performance could also be improved if multi-threading was managed directly inside the lib, since in the current situation OpenJPEG is purely monothreaded. From my experience, Kak

Re: [gdal-dev] GDAL built with MinGW dll size

2015-12-21 Thread Predator
Thanks for replies. Did you use standard commands (./configure, make, make install), or have you changed something? What about makefile or config file? Did you apply any changes to them? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/GDAL-built-with-MinGW-dll-size-tp524216

Re: [gdal-dev] GDAL built with MinGW dll size

2015-12-21 Thread Rashad Kanavath
On Sun, Dec 20, 2015 at 10:53 PM, Joaquim Luis wrote: > I've noticed this fact in builds of other projects. Mingw dll are ~> 4 > times the MSVC ones. Don't know how general this ratio is, tough. > I have gdal 2.0.1 dll with 20M. I am using source arhives from download.osgeo.org. > > Joaquim > >