Re: [osg-users] [forum] TIFF loader: Error reding/decoding file . Does OSG support TIFF ( single strip 32 float ) ?

2016-02-06 Thread Trajce Nikolov NICK
Hi, it should work just fine. The tiff plugin is based on 3rd party libs (see dependencies on the osg web). Try finding the following file in your plugins folder: osgdb_tiff.dll. If it is not there then you have to rebuild osg with the tiff dependency (libtiff I think it is) On Fri, Jan 29, 2016

Re: [osg-users] [forum] TIFF loader: Error reding/decoding file . Does OSG support TIFF ( single strip 32 float ) ?

2016-02-05 Thread Paul PURNELLE
Dear All, Using osgViewer I cannot decode a tiff. I read that adding .gdal at the end would change the driver but it still fails for me. What could I do ? > > C:\work\libs\openSceneGraph\OpenSceneGraph-3.4.0\build\bin>osgviewer.exe > --image "C:\tmp\wcs.tiff.gdal" > osgviewer.exe: No data

Re: [osg-users] [forum] TIFF loader: Error reding/decoding file . Does OSG support TIFF ( single strip 32 float ) ?

2015-02-26 Thread Robert Osfield
Hi Alexander, On 26 February 2015 at 03:58, Alexander Golyakov golyakov...@yandex.ru wrote: this is file data Thanks for the file. I can reproduce the issue when I run: osgviewer --image f32_single_strip_120.tif But if I use the .gdal plugin to load the image it loads: osgviewer

Re: [osg-users] [forum] TIFF loader: Error reding/decoding file . Does OSG support TIFF ( single strip 32 float ) ?

2015-02-26 Thread Alexander Golyakov
Hi, this is file data Thank you! Cheers, Alexander -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=62830#62830 Attachments: http://forum.openscenegraph.org//files/f32_single_strip_120.tif ___

Re: [osg-users] [forum] TIFF loader: Error reding/decoding file . Does OSG support TIFF ( single strip 32 float ) ?

2015-02-25 Thread Robert Osfield
Hi Alexander, I don't recall others users coming across this specific issue, so it may simply be that the format it not widely used enough for other users to try it with the OSG. The OSG use libtiff to do the actual loading of the .tif file and the error TIFF loader: Error reading/decoding file

[osg-users] [forum] TIFF loader: Error reding/decoding file . Does OSG support TIFF ( single strip 32 float ) ?

2015-02-25 Thread Alexander Golyakov
Hi, I have TIFF raster data written as in single strip 32 float. In attempt to visualize osgviewer.exe –image f32_single_strip.tif I get an error TIFF loader: Error reading/decoding file osgviewer.exe: No data loaded I tried this in a different version of OSG (3.0.1, 3.2.1 and so on). I