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
>
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
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
-- 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
@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
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
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
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
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
>
>