[Gdal-dev] Format Conversion

2009-05-20 Thread Sunny K
Hi, I devloping the file conversion program, and have two problems. - Visual Studio 2008 - C# 1) read HDF5 -> resize -> save as JPEG I found the methods of HDF5 reading and Save As JPEG. But, I don't know how can I resize it in C#. In C++ sample code, Before call the "CreateC

[Gdal-dev] Create HDF5 Problem

2009-05-13 Thread Sunny K
Hi, I want to create HDF5 format file. So, I programmed as following C# source code. But, when I call Create() method, the following error message was happend. "GDALDriver::Create()... no create method implemted for this format" I don't know that GDAL libray cannot support HDF5 creation or I

Re: [Gdal-dev] HDF5 problem in VS2008 C# Project

2009-04-24 Thread Sunny K
, gdal_HDF5Image.dll) from the /bin/gdal/plugins > directory to the /gdalplugins subdirectory from where your application is > running. > Alternatively you can set the GDAL_DRIVER_PATH environment variable to > point > to the directory where the plugin dll-s are located. >

[Gdal-dev] HDF5 problem in VS2008 C# Project

2009-04-23 Thread Sunny K
Hi all, I installed gdal library (release-1500-x64-gdal-1-6-mapserver-5-2.zip), but have some problems. - Windows vista 64bit - Visual Studio 2008 Standard. I want to process hdf5 file. When I executed following command, the error message was printed. % gdalinfo hdf5 % ERROR 1: --fo