-
-
Notifications
You must be signed in to change notification settings - Fork 686
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The following procedure was followed for updating the library. Downloaded latest tar ball from: http://www.remotesensing.org/libtiff/ cd Modules/ThirdParty/TIFF/src/itktiff copies files from tiff-4.0.3/libtiff/* to ./ git checkout tif_config.h.in git clean -f ./ sed -i '' 's/\t/ /g' $(find ./ -type f) sed -i '' 's/ *$//' $(find ./ -type f) The the following include were changed to ITK's: -#include "jpeglib.h" -#include "jerror.h" +#include "itk_jpeg.h" -#include "zlib.h" +#include "itk_zlib.h" -#include "tiffconf.h" +#include "tif_config.h" Change-Id: Ifc2297cf1933664d9b45d5118cf489be6af5e958
- Loading branch information
Showing
39 changed files
with
993 additions
and
827 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
Copyright (c) 1988-1997 Sam Leffler | ||
Copyright (c) 1991-1997 Silicon Graphics, Inc. | ||
|
||
Permission to use, copy, modify, distribute, and sell this software and | ||
Permission to use, copy, modify, distribute, and sell this software and | ||
its documentation for any purpose is hereby granted without fee, provided | ||
that (i) the above copyright notices and this permission notice appear in | ||
all copies of the software and related documentation, and (ii) the names of | ||
Sam Leffler and Silicon Graphics may not be used in any advertising or | ||
publicity relating to the software without the specific, prior written | ||
permission of Sam Leffler and Silicon Graphics. | ||
|
||
THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY | ||
WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. | ||
THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY | ||
WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. | ||
|
||
IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR | ||
ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, | ||
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, | ||
WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF | ||
LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE | ||
WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF | ||
LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE | ||
OF THIS SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
20050315 | ||
20120922 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.0beta7 | ||
4.0.3 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,88 +1,88 @@ | ||
|
||
EXPORTS TIFFOpen | ||
TIFFGetVersion | ||
TIFFClose | ||
TIFFFlush | ||
TIFFFlushData | ||
TIFFGetField | ||
TIFFVGetField | ||
TIFFGetFieldDefaulted | ||
TIFFVGetFieldDefaulted | ||
TIFFReadDirectory | ||
TIFFScanlineSize | ||
TIFFStripSize | ||
TIFFVStripSize | ||
TIFFTileRowSize | ||
TIFFTileSize | ||
TIFFVTileSize | ||
TIFFFileno | ||
TIFFGetMode | ||
TIFFIsTiled | ||
TIFFIsByteSwapped | ||
TIFFCurrentRow | ||
TIFFCurrentDirectory | ||
TIFFCurrentStrip | ||
TIFFCurrentTile | ||
TIFFReadBufferSetup | ||
TIFFLastDirectory | ||
TIFFSetDirectory | ||
TIFFSetSubDirectory | ||
TIFFUnlinkDirectory | ||
TIFFSetField | ||
TIFFVSetField | ||
TIFFWriteDirectory | ||
TIFFRewriteDirectory | ||
TIFFPrintDirectory | ||
TIFFReadScanline | ||
TIFFWriteScanline | ||
TIFFReadRGBAImage | ||
TIFFPrintDirectory | ||
TIFFReadScanline | ||
TIFFWriteScanline | ||
TIFFReadRGBAImage | ||
TIFFFdOpen | ||
TIFFClientOpen | ||
TIFFFileName | ||
TIFFError | ||
TIFFWarning | ||
TIFFSetErrorHandler | ||
TIFFSetWarningHandler | ||
TIFFComputeTile | ||
TIFFCheckTile | ||
TIFFNumberOfTiles | ||
TIFFReadTile | ||
TIFFWriteTile | ||
TIFFComputeStrip | ||
TIFFNumberOfStrips | ||
TIFFReadEncodedStrip | ||
TIFFReadRawStrip | ||
TIFFReadEncodedTile | ||
TIFFReadRawTile | ||
TIFFReadRGBATile | ||
TIFFReadRGBAStrip | ||
TIFFWriteEncodedStrip | ||
TIFFWriteRawStrip | ||
TIFFWriteEncodedTile | ||
TIFFWriteRawTile | ||
TIFFSetWriteOffset | ||
TIFFSwabShort | ||
TIFFSwabLong | ||
TIFFSwabArrayOfShort | ||
TIFFSwabArrayOfLong | ||
TIFFSwabArrayOfDouble | ||
TIFFReverseBits | ||
TIFFGetBitRevTable | ||
TIFFDefaultStripSize | ||
TIFFDefaultTileSize | ||
TIFFRasterScanlineSize | ||
_TIFFmalloc | ||
_TIFFrealloc | ||
_TIFFfree | ||
_TIFFmemset | ||
_TIFFmemcpy | ||
_TIFFmemcmp | ||
TIFFCreateDirectory | ||
TIFFDefaultStripSize | ||
TIFFGetVersion | ||
TIFFClose | ||
TIFFFlush | ||
TIFFFlushData | ||
TIFFGetField | ||
TIFFVGetField | ||
TIFFGetFieldDefaulted | ||
TIFFVGetFieldDefaulted | ||
TIFFReadDirectory | ||
TIFFScanlineSize | ||
TIFFStripSize | ||
TIFFVStripSize | ||
TIFFTileRowSize | ||
TIFFTileSize | ||
TIFFVTileSize | ||
TIFFFileno | ||
TIFFGetMode | ||
TIFFIsTiled | ||
TIFFIsByteSwapped | ||
TIFFCurrentRow | ||
TIFFCurrentDirectory | ||
TIFFCurrentStrip | ||
TIFFCurrentTile | ||
TIFFReadBufferSetup | ||
TIFFLastDirectory | ||
TIFFSetDirectory | ||
TIFFSetSubDirectory | ||
TIFFUnlinkDirectory | ||
TIFFSetField | ||
TIFFVSetField | ||
TIFFWriteDirectory | ||
TIFFRewriteDirectory | ||
TIFFPrintDirectory | ||
TIFFReadScanline | ||
TIFFWriteScanline | ||
TIFFReadRGBAImage | ||
TIFFPrintDirectory | ||
TIFFReadScanline | ||
TIFFWriteScanline | ||
TIFFReadRGBAImage | ||
TIFFFdOpen | ||
TIFFClientOpen | ||
TIFFFileName | ||
TIFFError | ||
TIFFWarning | ||
TIFFSetErrorHandler | ||
TIFFSetWarningHandler | ||
TIFFComputeTile | ||
TIFFCheckTile | ||
TIFFNumberOfTiles | ||
TIFFReadTile | ||
TIFFWriteTile | ||
TIFFComputeStrip | ||
TIFFNumberOfStrips | ||
TIFFReadEncodedStrip | ||
TIFFReadRawStrip | ||
TIFFReadEncodedTile | ||
TIFFReadRawTile | ||
TIFFReadRGBATile | ||
TIFFReadRGBAStrip | ||
TIFFWriteEncodedStrip | ||
TIFFWriteRawStrip | ||
TIFFWriteEncodedTile | ||
TIFFWriteRawTile | ||
TIFFSetWriteOffset | ||
TIFFSwabShort | ||
TIFFSwabLong | ||
TIFFSwabArrayOfShort | ||
TIFFSwabArrayOfLong | ||
TIFFSwabArrayOfDouble | ||
TIFFReverseBits | ||
TIFFGetBitRevTable | ||
TIFFDefaultStripSize | ||
TIFFDefaultTileSize | ||
TIFFRasterScanlineSize | ||
_TIFFmalloc | ||
_TIFFrealloc | ||
_TIFFfree | ||
_TIFFmemset | ||
_TIFFmemcpy | ||
_TIFFmemcmp | ||
TIFFCreateDirectory | ||
TIFFDefaultStripSize | ||
|
||
|
||
|
Oops, something went wrong.