AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
August 2005

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2005.08.18 21:51 "win32 libtiff", by Mark R Olin
2005.08.18 22:43 "Re: win32 libtiff", by Edward Lam
2005.08.19 15:23 "Re: win32 libtiff", by Mark R Olin
2005.08.19 16:27 "Re: win32 libtiff", by Edward Lam
2005.08.19 16:58 "Re: win32 libtiff", by Edward Lam
2005.08.19 17:40 "Re: win32 libtiff", by Mark R Olin
2005.08.19 20:37 "Re: win32 libtiff", by Mark R Olin
2005.08.19 22:28 "Re: win32 libtiff", by Jeff Breidenbach
2005.08.19 23:58 "Re: win32 libtiff", by Larry Grill
2005.08.22 18:54 "Re: win32 libtiff", by Mark R Olin
2005.08.22 22:16 "Re: win32 libtiff", by Larry Grill
2005.08.23 02:18 "Re: win32 libtiff", by Mark R Olin
2005.08.24 05:33 "Re: win32 libtiff", by Andrey Kiselev
2005.08.24 17:48 "Re: win32 libtiff", by Mark R Olin
2005.08.24 18:10 "Re: win32 libtiff", by Andrey Kiselev
2005.08.24 19:23 "Re: win32 libtiff", by Mark R Olin
2005.08.24 19:38 "Re: win32 libtiff", by Andrey Kiselev
2005.09.07 16:44 "Re: win32 libtiff", by Mark R Olin

2005.08.24 19:23 "Re: win32 libtiff", by Mark R Olin

Andrey,

I did some footwork before downloading libtiff, since I anticipated
that there might be issues with win32 vs. unix versions.  If you go
to the following page

http://gnuwin32.sourceforge.net/packages/tiff-win32.htm ,
 
that page has a Version section and a Description section which has
the following information:


Tiff for Windows

-------------------------------------------------------------------

Tiff: library and tools for TIFF images

Version
3.6.1

Description
:
:

The GnuWin32 distribution comes in two versions. The ordinary version
uses the standard Unix equivalents, such as fopen and read, for input
and output, the other version (Tiff-win32) uses the Win32 API functions,
such as CreateFile and ReadFile, for input and output. The ordinary
version (Tiff) is more suitable for porting Unix programs, the
Win32-API version is more suitable for writing Win32 programs.
:
:

Homepage

 http://www.remotesensing.org/libtiff

(but as of this writing, the homepage link appears to be a broken link)

Download

. Sources   Zip ->tiff-win32-3.6.1-2-src.zip   3059483   10 February 2004


Andrey, may I assume from your question/statements below that I can begin
using the 3.7.3 distribution for use with win32 compilers?

Mark