Re: [osg-users] Question about libtiff usage

2018-12-13 Thread Chris Hanson
Brian, it sounds like you have a binary distribution including OSG. Was it
part of a larger application using OSG?

If it was part of an application, based on libtiff.dll being included in
it, I would hazard a guess that it might be used by your application as
most people have to do extra work to include libtiff in OSG builds.

If you want to message me privately, I can maybe help you assess if it's
actually something you need or if you can safely nix it.



On Wed, Dec 12, 2018 at 10:52 PM Brian Davis-LGC <
brian.dav...@halliburton.com> wrote:

> Hi, all.
>
> I see that libtiff is a dependency of OpenSceneGraph.
>
> Does anyone know what function it provides and if OSG will work if
> libtiff.dll is removed?
>
>
>
> Thanks,
>
> Brian
> --
> This e-mail, including any attached files, may contain confidential and
> privileged information for the sole use of the intended recipient. Any
> review, use, distribution, or disclosure by others is strictly prohibited.
> If you are not the intended recipient (or authorized to receive information
> for the intended recipient), please contact the sender by reply e-mail and
> delete all copies of this message.
> ___
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>


-- 
Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com
http://www.alphapixel.com/
Training • Consulting • Contracting
3D • Scene Graphs (Open Scene Graph/OSG) • OpenGL 2 • OpenGL 3 • OpenGL 4 •
GLSL • OpenGL ES 1 • OpenGL ES 2 • OpenCL
Legal/IP • Forensics • Imaging • UAVs • GIS • GPS •
osgEarth • Terrain • Telemetry • Cryptography • LIDAR • Embedded • Mobile •
iPhone/iPad/iOS • Android
@alphapixel  facebook.com/alphapixel (775)
623-PIXL [7495]
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Question about libtiff usage

2018-12-13 Thread Robert Osfield
Hi Brian,

On Wed, 12 Dec 2018 at 21:52, Brian Davis-LGC 
wrote:

> Hi, all.
>
> I see that libtiff is a dependency of OpenSceneGraph.
>
> Does anyone know what function it provides and if OSG will work if
> libtiff.dll is removed?
>
>
The OSG's tif plugin uses libtiff to read .tf image files.  libtiff is an
an optional dependency, so the only functionality you loose without it is
loading of tif files.

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org