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
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
, 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.
>
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