The thing is I want to crate tiles (TMS format) from large map image using
gdal c++ api (similar to what is done by gdal2tiles.py).
So is there any particular api for that our I have to do it from scratch
using base api (and I want tile creation to be optimized and parallelized).
Any suggestion w
How to configure gdalwarpOptions to use openclkernel.
Like I did
warpOptions->papszWarpOptions=CSLSetNameValue(papszList,"USE_OPENCL","YES");
It compiled but I don't think so its using openclkernel.
In gdalwarpkernel they are checking WarpOptions for selecting between
GENERAL_CASE and OPENCL
If anyone knows how to hack nmake.opt and alg/makefile.vc to build gdal with
opencl support on windows, please do reply.
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev
Does gdal uses opencl for different resampling algorithms.
If yes how can it be configured to use opencl?
If No how can opencl be integrated in gdal?
Thanks
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listin