mirror of
https://gitlab.com/libtiff/libtiff.git
synced 2026-01-18 21:51:18 +01:00
Move most TIFF tools to archive and keep some as unsupported (see #580).
This commit is contained in:
@@ -54,6 +54,7 @@ else()
|
||||
endif()
|
||||
|
||||
option(tiff-tools "build TIFF tools" ON)
|
||||
option(tiff-tools-unsupported "build unsupported TIFF tools" OFF)
|
||||
option(tiff-tests "build TIFF tests" ON)
|
||||
option(tiff-contrib "build TIFF contrib" ON)
|
||||
option(tiff-docs "build TIFF documentation" ON)
|
||||
@@ -127,9 +128,6 @@ include(WebPCodec)
|
||||
# Option for C++ libtiffxx library
|
||||
include(CXXLibrary)
|
||||
|
||||
# Checks for OpenGL support
|
||||
include(OpenGLChecks)
|
||||
|
||||
# Windows support
|
||||
include(WindowsSupport)
|
||||
|
||||
@@ -149,6 +147,9 @@ add_subdirectory(libtiff)
|
||||
if(tiff-tools)
|
||||
add_subdirectory(tools)
|
||||
endif()
|
||||
if(tiff-tools-unsupported)
|
||||
add_subdirectory(tools/unsupported)
|
||||
endif()
|
||||
if(tiff-tests)
|
||||
add_subdirectory(test)
|
||||
endif()
|
||||
@@ -172,6 +173,7 @@ message(STATUS " C compiler: ${CMAKE_C_COMPILER}")
|
||||
message(STATUS " C++ compiler: ${CMAKE_CXX_COMPILER}")
|
||||
message(STATUS " Build shared libraries: ${BUILD_SHARED_LIBS}")
|
||||
message(STATUS " Build tools: ${tiff-tools}")
|
||||
message(STATUS " Build tools-unsupported: ${tiff-tools-unsupported}")
|
||||
message(STATUS " Build tests: ${tiff-tests}")
|
||||
message(STATUS " Build contrib: ${tiff-contrib}")
|
||||
message(STATUS " Build docs: ${tiff-docs}")
|
||||
@@ -222,7 +224,5 @@ message(STATUS " ZSTD support: Requested:${zstd} Availabi
|
||||
message(STATUS " WEBP support: Requested:${webp} Availability:${WebP_FOUND} Support:${WEBP_SUPPORT}")
|
||||
message(STATUS "")
|
||||
message(STATUS " C++ support: ${cxx} (requested) ${CXX_SUPPORT} (availability)")
|
||||
message(STATUS "")
|
||||
# message(STATUS " X Athena Widgets support: ${HAVE_XAW}")
|
||||
message(STATUS " OpenGL support: Requested:${tiff-opengl} Availability:${HAVE_OPENGL} Support:${OPENGL_SUPPORT}")
|
||||
message(STATUS "")
|
||||
|
||||
@@ -60,7 +60,7 @@ distcheck-hook:
|
||||
rm -rf $(distdir)/_build/cmake
|
||||
rm -rf $(distdir)/_inst/cmake
|
||||
|
||||
SUBDIRS = port libtiff tools build contrib test doc
|
||||
SUBDIRS = port libtiff tools build contrib test doc tools/unsupported
|
||||
|
||||
release:
|
||||
(rm -f $(top_srcdir)/RELEASE-DATE && echo $(LIBTIFF_RELEASE_DATE) > $(top_srcdir)/RELEASE-DATE)
|
||||
|
||||
0
test/fax2tiff.sh → archive/test/fax2tiff.sh
Executable file → Normal file
0
test/fax2tiff.sh → archive/test/fax2tiff.sh
Executable file → Normal file
0
test/ppm2tiff_pbm.sh → archive/test/ppm2tiff_pbm.sh
Executable file → Normal file
0
test/ppm2tiff_pbm.sh → archive/test/ppm2tiff_pbm.sh
Executable file → Normal file
0
test/ppm2tiff_pgm.sh → archive/test/ppm2tiff_pgm.sh
Executable file → Normal file
0
test/ppm2tiff_pgm.sh → archive/test/ppm2tiff_pgm.sh
Executable file → Normal file
0
test/ppm2tiff_ppm.sh → archive/test/ppm2tiff_ppm.sh
Executable file → Normal file
0
test/ppm2tiff_ppm.sh → archive/test/ppm2tiff_ppm.sh
Executable file → Normal file
0
test/testdeflatelaststripextradata.sh → archive/test/testdeflatelaststripextradata.sh
Executable file → Normal file
0
test/testdeflatelaststripextradata.sh → archive/test/testdeflatelaststripextradata.sh
Executable file → Normal file
0
test/tiff2bw-logluv-3c-16b.sh → archive/test/tiff2bw-logluv-3c-16b.sh
Executable file → Normal file
0
test/tiff2bw-logluv-3c-16b.sh → archive/test/tiff2bw-logluv-3c-16b.sh
Executable file → Normal file
0
test/tiff2bw-lzw-single-strip.sh → archive/test/tiff2bw-lzw-single-strip.sh
Executable file → Normal file
0
test/tiff2bw-lzw-single-strip.sh → archive/test/tiff2bw-lzw-single-strip.sh
Executable file → Normal file
0
test/tiff2bw-minisblack-1c-16b.sh → archive/test/tiff2bw-minisblack-1c-16b.sh
Executable file → Normal file
0
test/tiff2bw-minisblack-1c-16b.sh → archive/test/tiff2bw-minisblack-1c-16b.sh
Executable file → Normal file
0
test/tiff2bw-minisblack-1c-8b.sh → archive/test/tiff2bw-minisblack-1c-8b.sh
Executable file → Normal file
0
test/tiff2bw-minisblack-1c-8b.sh → archive/test/tiff2bw-minisblack-1c-8b.sh
Executable file → Normal file
0
test/tiff2bw-minisblack-2c-8b-alpha.sh → archive/test/tiff2bw-minisblack-2c-8b-alpha.sh
Executable file → Normal file
0
test/tiff2bw-minisblack-2c-8b-alpha.sh → archive/test/tiff2bw-minisblack-2c-8b-alpha.sh
Executable file → Normal file
0
test/tiff2bw-miniswhite-1c-1b.sh → archive/test/tiff2bw-miniswhite-1c-1b.sh
Executable file → Normal file
0
test/tiff2bw-miniswhite-1c-1b.sh → archive/test/tiff2bw-miniswhite-1c-1b.sh
Executable file → Normal file
0
test/tiff2bw-ojpeg_chewey_subsamp21_multi_strip.sh → archive/test/tiff2bw-ojpeg_chewey_subsamp21_multi_strip.sh
Executable file → Normal file
0
test/tiff2bw-ojpeg_chewey_subsamp21_multi_strip.sh → archive/test/tiff2bw-ojpeg_chewey_subsamp21_multi_strip.sh
Executable file → Normal file
0
test/tiff2bw-ojpeg_zackthecat_subsamp22_single_strip.sh → archive/test/tiff2bw-ojpeg_zackthecat_subsamp22_single_strip.sh
Executable file → Normal file
0
test/tiff2bw-ojpeg_zackthecat_subsamp22_single_strip.sh → archive/test/tiff2bw-ojpeg_zackthecat_subsamp22_single_strip.sh
Executable file → Normal file
0
test/tiff2bw-palette-1c-1b.sh → archive/test/tiff2bw-palette-1c-1b.sh
Executable file → Normal file
0
test/tiff2bw-palette-1c-1b.sh → archive/test/tiff2bw-palette-1c-1b.sh
Executable file → Normal file
0
test/tiff2bw-palette-1c-4b.sh → archive/test/tiff2bw-palette-1c-4b.sh
Executable file → Normal file
0
test/tiff2bw-palette-1c-4b.sh → archive/test/tiff2bw-palette-1c-4b.sh
Executable file → Normal file
0
test/tiff2bw-palette-1c-8b.sh → archive/test/tiff2bw-palette-1c-8b.sh
Executable file → Normal file
0
test/tiff2bw-palette-1c-8b.sh → archive/test/tiff2bw-palette-1c-8b.sh
Executable file → Normal file
0
test/tiff2bw-quad-lzw-compat.sh → archive/test/tiff2bw-quad-lzw-compat.sh
Executable file → Normal file
0
test/tiff2bw-quad-lzw-compat.sh → archive/test/tiff2bw-quad-lzw-compat.sh
Executable file → Normal file
0
test/tiff2bw-quad-tile.jpg.sh → archive/test/tiff2bw-quad-tile.jpg.sh
Executable file → Normal file
0
test/tiff2bw-quad-tile.jpg.sh → archive/test/tiff2bw-quad-tile.jpg.sh
Executable file → Normal file
0
test/tiff2bw-quad-tile.jpg.t1iff.sh → archive/test/tiff2bw-quad-tile.jpg.t1iff.sh
Executable file → Normal file
0
test/tiff2bw-quad-tile.jpg.t1iff.sh → archive/test/tiff2bw-quad-tile.jpg.t1iff.sh
Executable file → Normal file
0
test/tiff2bw-rgb-3c-16b.sh → archive/test/tiff2bw-rgb-3c-16b.sh
Executable file → Normal file
0
test/tiff2bw-rgb-3c-16b.sh → archive/test/tiff2bw-rgb-3c-16b.sh
Executable file → Normal file
0
test/tiff2bw-rgb-3c-8b.sh → archive/test/tiff2bw-rgb-3c-8b.sh
Executable file → Normal file
0
test/tiff2bw-rgb-3c-8b.sh → archive/test/tiff2bw-rgb-3c-8b.sh
Executable file → Normal file
0
test/tiff2pdf.sh → archive/test/tiff2pdf.sh
Executable file → Normal file
0
test/tiff2pdf.sh → archive/test/tiff2pdf.sh
Executable file → Normal file
0
test/tiff2ps-EPS1.sh → archive/test/tiff2ps-EPS1.sh
Executable file → Normal file
0
test/tiff2ps-EPS1.sh → archive/test/tiff2ps-EPS1.sh
Executable file → Normal file
0
test/tiff2ps-PS1.sh → archive/test/tiff2ps-PS1.sh
Executable file → Normal file
0
test/tiff2ps-PS1.sh → archive/test/tiff2ps-PS1.sh
Executable file → Normal file
0
test/tiff2ps-PS2.sh → archive/test/tiff2ps-PS2.sh
Executable file → Normal file
0
test/tiff2ps-PS2.sh → archive/test/tiff2ps-PS2.sh
Executable file → Normal file
0
test/tiff2ps-PS3.sh → archive/test/tiff2ps-PS3.sh
Executable file → Normal file
0
test/tiff2ps-PS3.sh → archive/test/tiff2ps-PS3.sh
Executable file → Normal file
0
test/tiff2rgba-logluv-3c-16b.sh → archive/test/tiff2rgba-logluv-3c-16b.sh
Executable file → Normal file
0
test/tiff2rgba-logluv-3c-16b.sh → archive/test/tiff2rgba-logluv-3c-16b.sh
Executable file → Normal file
0
test/tiff2rgba-lzw-single-strip.sh → archive/test/tiff2rgba-lzw-single-strip.sh
Executable file → Normal file
0
test/tiff2rgba-lzw-single-strip.sh → archive/test/tiff2rgba-lzw-single-strip.sh
Executable file → Normal file
0
test/tiff2rgba-minisblack-1c-16b.sh → archive/test/tiff2rgba-minisblack-1c-16b.sh
Executable file → Normal file
0
test/tiff2rgba-minisblack-1c-16b.sh → archive/test/tiff2rgba-minisblack-1c-16b.sh
Executable file → Normal file
0
test/tiff2rgba-minisblack-1c-8b.sh → archive/test/tiff2rgba-minisblack-1c-8b.sh
Executable file → Normal file
0
test/tiff2rgba-minisblack-1c-8b.sh → archive/test/tiff2rgba-minisblack-1c-8b.sh
Executable file → Normal file
0
test/tiff2rgba-minisblack-2c-8b-alpha.sh → archive/test/tiff2rgba-minisblack-2c-8b-alpha.sh
Executable file → Normal file
0
test/tiff2rgba-minisblack-2c-8b-alpha.sh → archive/test/tiff2rgba-minisblack-2c-8b-alpha.sh
Executable file → Normal file
0
test/tiff2rgba-miniswhite-1c-1b.sh → archive/test/tiff2rgba-miniswhite-1c-1b.sh
Executable file → Normal file
0
test/tiff2rgba-miniswhite-1c-1b.sh → archive/test/tiff2rgba-miniswhite-1c-1b.sh
Executable file → Normal file
0
test/tiff2rgba-ojpeg_chewey_subsamp21_multi_strip.sh → archive/test/tiff2rgba-ojpeg_chewey_subsamp21_multi_strip.sh
Executable file → Normal file
0
test/tiff2rgba-ojpeg_chewey_subsamp21_multi_strip.sh → archive/test/tiff2rgba-ojpeg_chewey_subsamp21_multi_strip.sh
Executable file → Normal file
0
test/tiff2rgba-ojpeg_single_strip_no_rowsperstrip.sh → archive/test/tiff2rgba-ojpeg_single_strip_no_rowsperstrip.sh
Executable file → Normal file
0
test/tiff2rgba-ojpeg_single_strip_no_rowsperstrip.sh → archive/test/tiff2rgba-ojpeg_single_strip_no_rowsperstrip.sh
Executable file → Normal file
0
test/tiff2rgba-ojpeg_zackthecat_subsamp22_single_strip.sh → archive/test/tiff2rgba-ojpeg_zackthecat_subsamp22_single_strip.sh
Executable file → Normal file
0
test/tiff2rgba-ojpeg_zackthecat_subsamp22_single_strip.sh → archive/test/tiff2rgba-ojpeg_zackthecat_subsamp22_single_strip.sh
Executable file → Normal file
0
test/tiff2rgba-palette-1c-1b.sh → archive/test/tiff2rgba-palette-1c-1b.sh
Executable file → Normal file
0
test/tiff2rgba-palette-1c-1b.sh → archive/test/tiff2rgba-palette-1c-1b.sh
Executable file → Normal file
0
test/tiff2rgba-palette-1c-4b.sh → archive/test/tiff2rgba-palette-1c-4b.sh
Executable file → Normal file
0
test/tiff2rgba-palette-1c-4b.sh → archive/test/tiff2rgba-palette-1c-4b.sh
Executable file → Normal file
0
test/tiff2rgba-palette-1c-8b.sh → archive/test/tiff2rgba-palette-1c-8b.sh
Executable file → Normal file
0
test/tiff2rgba-palette-1c-8b.sh → archive/test/tiff2rgba-palette-1c-8b.sh
Executable file → Normal file
0
test/tiff2rgba-quad-lzw-compat.sh → archive/test/tiff2rgba-quad-lzw-compat.sh
Executable file → Normal file
0
test/tiff2rgba-quad-lzw-compat.sh → archive/test/tiff2rgba-quad-lzw-compat.sh
Executable file → Normal file
0
test/tiff2rgba-quad-tile.jpg.sh → archive/test/tiff2rgba-quad-tile.jpg.sh
Executable file → Normal file
0
test/tiff2rgba-quad-tile.jpg.sh → archive/test/tiff2rgba-quad-tile.jpg.sh
Executable file → Normal file
0
test/tiff2rgba-quad-tile.jpg.t1iff.sh → archive/test/tiff2rgba-quad-tile.jpg.t1iff.sh
Executable file → Normal file
0
test/tiff2rgba-quad-tile.jpg.t1iff.sh → archive/test/tiff2rgba-quad-tile.jpg.t1iff.sh
Executable file → Normal file
0
test/tiff2rgba-rgb-3c-16b.sh → archive/test/tiff2rgba-rgb-3c-16b.sh
Executable file → Normal file
0
test/tiff2rgba-rgb-3c-16b.sh → archive/test/tiff2rgba-rgb-3c-16b.sh
Executable file → Normal file
0
test/tiff2rgba-rgb-3c-8b.sh → archive/test/tiff2rgba-rgb-3c-8b.sh
Executable file → Normal file
0
test/tiff2rgba-rgb-3c-8b.sh → archive/test/tiff2rgba-rgb-3c-8b.sh
Executable file → Normal file
7
archive/test/tiffcp-g3-1d-fill.sh
Normal file
7
archive/test/tiffcp-g3-1d-fill.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Basic sanity check for tiffcp with G3 compression, 1 dimensional
|
||||
# encoding, and zero-filled boundaries.
|
||||
#
|
||||
. ${srcdir:-.}/common.sh
|
||||
f_test_convert "${TIFFCP} -c g3:1d:fill" "${IMG_MINISWHITE_1C_1B}" "o-tiffcp-g3-1d-fill.tiff"
|
||||
6
archive/test/tiffcp-g3-1d.sh
Normal file
6
archive/test/tiffcp-g3-1d.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Basic sanity check for tiffcp with G3 compression and 1 dimensional encoding.
|
||||
#
|
||||
. ${srcdir:-.}/common.sh
|
||||
f_test_convert "${TIFFCP} -c g3:1d" "${IMG_MINISWHITE_1C_1B}" "o-tiffcp-g3-1d.tiff"
|
||||
7
archive/test/tiffcp-g3-2d-fill.sh
Normal file
7
archive/test/tiffcp-g3-2d-fill.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Basic sanity check for tiffcp with G3 compression, 2 dimensional
|
||||
# encoding, and zero-filled boundaries.
|
||||
#
|
||||
. ${srcdir:-.}/common.sh
|
||||
f_test_convert "${TIFFCP} -c g3:2d:fill" "${IMG_MINISWHITE_1C_1B}" "o-tiffcp-g3-2d-fill.tiff"
|
||||
6
archive/test/tiffcp-g3-2d.sh
Normal file
6
archive/test/tiffcp-g3-2d.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Basic sanity check for tiffcp with G3 compression and 2 dimensional encoding.
|
||||
#
|
||||
. ${srcdir:-.}/common.sh
|
||||
f_test_convert "${TIFFCP} -c g3:2d" "${IMG_MINISWHITE_1C_1B}" "o-tiffcp-g3-2d.tiff"
|
||||
6
archive/test/tiffcp-g3.sh
Normal file
6
archive/test/tiffcp-g3.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Basic sanity check for tiffcp with G3 compression
|
||||
#
|
||||
. ${srcdir:-.}/common.sh
|
||||
f_test_convert "${TIFFCP} -c g3" "${IMG_MINISWHITE_1C_1B}" "o-tiffcp-g3.tiff"
|
||||
6
archive/test/tiffcp-g4.sh
Normal file
6
archive/test/tiffcp-g4.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Basic sanity check for tiffcp with G4 compression
|
||||
#
|
||||
. ${srcdir:-.}/common.sh
|
||||
f_test_convert "${TIFFCP} -c g4" "${IMG_MINISWHITE_1C_1B}" "o-tiffcp-g4.tiff"
|
||||
7
archive/test/tiffcp-logluv.sh
Normal file
7
archive/test/tiffcp-logluv.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Basic sanity check for tiffcp with logluv compression
|
||||
#
|
||||
. ${srcdir:-.}/common.sh
|
||||
f_test_convert "${TIFFCP} -c none" "${srcdir}/images/logluv-3c-16b.tiff" "o-tiffcp-logluv-raw.tiff"
|
||||
f_test_convert "${TIFFCP} -c sgilog" "o-tiffcp-logluv-raw.tiff" "o-tiffcp-logluv-sgilog.tiff"
|
||||
6
archive/test/tiffcp-lzw-compat.sh
Normal file
6
archive/test/tiffcp-lzw-compat.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Basic sanity check for tiffcp with LZW Old-LZW decompression
|
||||
#
|
||||
. ${srcdir:-.}/common.sh
|
||||
f_test_convert "${TIFFCP} -c none" "${IMG_QUAD_LZW_COMPAT}" "o-tiffcp-lzw-compat.tiff"
|
||||
6
archive/test/tiffcp-lzw-scanline-decode.sh
Normal file
6
archive/test/tiffcp-lzw-scanline-decode.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Basic sanity check for tiffcp with LZW decompression
|
||||
#
|
||||
. ${srcdir:-.}/common.sh
|
||||
f_test_convert "${TIFFCP} -c none -r 1" "${IMG_LZW_SINGLE_STROP}" "o-tiffcp-lzw-scanline-decode.tiff"
|
||||
16
archive/test/tiffcp-split-join.sh
Normal file
16
archive/test/tiffcp-split-join.sh
Normal file
@@ -0,0 +1,16 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Basic sanity check for tiffcp + tiffsplit + tiffcp
|
||||
#
|
||||
# First we use tiffcp to join our test files into a multi-frame TIFF
|
||||
# then we use tiffsplit to split them out again, and then we use
|
||||
# tiffcp to recombine again.
|
||||
|
||||
. ${srcdir:-.}/common.sh
|
||||
conjoined=o-tiffcp-split-join-conjoined.tif
|
||||
reconjoined=o-tiffcp-split-join-reconjoined.tif
|
||||
splitfile=o-tiffcp-split-join-split-
|
||||
|
||||
f_test_convert "${TIFFCP}" "${IMG_UNCOMPRESSED}" "${conjoined}"
|
||||
f_test_convert "${TIFFSPLIT}" "${conjoined}" "${splitfile}"
|
||||
f_test_convert "${TIFFCP}" "${splitfile}*" "${reconjoined}"
|
||||
13
archive/test/tiffcp-split.sh
Normal file
13
archive/test/tiffcp-split.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Basic sanity check for tiffcp + tiffsplit
|
||||
#
|
||||
# First we use tiffcp to join our test files into a multi-frame TIFF
|
||||
# and then we use tiffsplit to split them out again.
|
||||
#
|
||||
. ${srcdir:-.}/common.sh
|
||||
conjoined=o-tiffcp-split-conjoined.tif
|
||||
splitfile=o-tiffcp-split-split-
|
||||
|
||||
f_test_convert "${TIFFCP}" "${IMG_UNCOMPRESSED}" "${conjoined}"
|
||||
f_test_convert "${TIFFSPLIT}" "${conjoined}" "${splitfile}"
|
||||
0
test/tiffcp-thumbnail.sh → archive/test/tiffcp-thumbnail.sh
Executable file → Normal file
0
test/tiffcp-thumbnail.sh → archive/test/tiffcp-thumbnail.sh
Executable file → Normal file
0
test/tiffcrop-R90-logluv-3c-16b.sh → archive/test/tiffcrop-R90-logluv-3c-16b.sh
Executable file → Normal file
0
test/tiffcrop-R90-logluv-3c-16b.sh → archive/test/tiffcrop-R90-logluv-3c-16b.sh
Executable file → Normal file
0
test/tiffcrop-R90-lzw-single-strip.sh → archive/test/tiffcrop-R90-lzw-single-strip.sh
Executable file → Normal file
0
test/tiffcrop-R90-lzw-single-strip.sh → archive/test/tiffcrop-R90-lzw-single-strip.sh
Executable file → Normal file
0
test/tiffcrop-R90-minisblack-1c-16b.sh → archive/test/tiffcrop-R90-minisblack-1c-16b.sh
Executable file → Normal file
0
test/tiffcrop-R90-minisblack-1c-16b.sh → archive/test/tiffcrop-R90-minisblack-1c-16b.sh
Executable file → Normal file
0
test/tiffcrop-R90-minisblack-1c-8b.sh → archive/test/tiffcrop-R90-minisblack-1c-8b.sh
Executable file → Normal file
0
test/tiffcrop-R90-minisblack-1c-8b.sh → archive/test/tiffcrop-R90-minisblack-1c-8b.sh
Executable file → Normal file
0
test/tiffcrop-R90-minisblack-2c-8b-alpha.sh → archive/test/tiffcrop-R90-minisblack-2c-8b-alpha.sh
Executable file → Normal file
0
test/tiffcrop-R90-minisblack-2c-8b-alpha.sh → archive/test/tiffcrop-R90-minisblack-2c-8b-alpha.sh
Executable file → Normal file
0
test/tiffcrop-R90-miniswhite-1c-1b.sh → archive/test/tiffcrop-R90-miniswhite-1c-1b.sh
Executable file → Normal file
0
test/tiffcrop-R90-miniswhite-1c-1b.sh → archive/test/tiffcrop-R90-miniswhite-1c-1b.sh
Executable file → Normal file
0
test/tiffcrop-R90-ojpeg_chewey_subsamp21_multi_strip.sh → archive/test/tiffcrop-R90-ojpeg_chewey_subsamp21_multi_strip.sh
Executable file → Normal file
0
test/tiffcrop-R90-ojpeg_chewey_subsamp21_multi_strip.sh → archive/test/tiffcrop-R90-ojpeg_chewey_subsamp21_multi_strip.sh
Executable file → Normal file
0
test/tiffcrop-R90-palette-1c-1b.sh → archive/test/tiffcrop-R90-palette-1c-1b.sh
Executable file → Normal file
0
test/tiffcrop-R90-palette-1c-1b.sh → archive/test/tiffcrop-R90-palette-1c-1b.sh
Executable file → Normal file
0
test/tiffcrop-R90-palette-1c-4b.sh → archive/test/tiffcrop-R90-palette-1c-4b.sh
Executable file → Normal file
0
test/tiffcrop-R90-palette-1c-4b.sh → archive/test/tiffcrop-R90-palette-1c-4b.sh
Executable file → Normal file
0
test/tiffcrop-R90-palette-1c-8b.sh → archive/test/tiffcrop-R90-palette-1c-8b.sh
Executable file → Normal file
0
test/tiffcrop-R90-palette-1c-8b.sh → archive/test/tiffcrop-R90-palette-1c-8b.sh
Executable file → Normal file
0
test/tiffcrop-R90-quad-lzw-compat.sh → archive/test/tiffcrop-R90-quad-lzw-compat.sh
Executable file → Normal file
0
test/tiffcrop-R90-quad-lzw-compat.sh → archive/test/tiffcrop-R90-quad-lzw-compat.sh
Executable file → Normal file
0
test/tiffcrop-R90-quad-tile.jpg.sh → archive/test/tiffcrop-R90-quad-tile.jpg.sh
Executable file → Normal file
0
test/tiffcrop-R90-quad-tile.jpg.sh → archive/test/tiffcrop-R90-quad-tile.jpg.sh
Executable file → Normal file
0
test/tiffcrop-R90-quad-tile.jpg.t1iff.sh → archive/test/tiffcrop-R90-quad-tile.jpg.t1iff.sh
Executable file → Normal file
0
test/tiffcrop-R90-quad-tile.jpg.t1iff.sh → archive/test/tiffcrop-R90-quad-tile.jpg.t1iff.sh
Executable file → Normal file
0
test/tiffcrop-R90-rgb-3c-16b.sh → archive/test/tiffcrop-R90-rgb-3c-16b.sh
Executable file → Normal file
0
test/tiffcrop-R90-rgb-3c-16b.sh → archive/test/tiffcrop-R90-rgb-3c-16b.sh
Executable file → Normal file
0
test/tiffcrop-R90-rgb-3c-8b.sh → archive/test/tiffcrop-R90-rgb-3c-8b.sh
Executable file → Normal file
0
test/tiffcrop-R90-rgb-3c-8b.sh → archive/test/tiffcrop-R90-rgb-3c-8b.sh
Executable file → Normal file
0
test/tiffcrop-doubleflip-logluv-3c-16b.sh → archive/test/tiffcrop-doubleflip-logluv-3c-16b.sh
Executable file → Normal file
0
test/tiffcrop-doubleflip-logluv-3c-16b.sh → archive/test/tiffcrop-doubleflip-logluv-3c-16b.sh
Executable file → Normal file
0
test/tiffcrop-doubleflip-lzw-single-strip.sh → archive/test/tiffcrop-doubleflip-lzw-single-strip.sh
Executable file → Normal file
0
test/tiffcrop-doubleflip-lzw-single-strip.sh → archive/test/tiffcrop-doubleflip-lzw-single-strip.sh
Executable file → Normal file
0
test/tiffcrop-doubleflip-minisblack-1c-16b.sh → archive/test/tiffcrop-doubleflip-minisblack-1c-16b.sh
Executable file → Normal file
0
test/tiffcrop-doubleflip-minisblack-1c-16b.sh → archive/test/tiffcrop-doubleflip-minisblack-1c-16b.sh
Executable file → Normal file
0
test/tiffcrop-doubleflip-minisblack-1c-8b.sh → archive/test/tiffcrop-doubleflip-minisblack-1c-8b.sh
Executable file → Normal file
0
test/tiffcrop-doubleflip-minisblack-1c-8b.sh → archive/test/tiffcrop-doubleflip-minisblack-1c-8b.sh
Executable file → Normal file
0
test/tiffcrop-doubleflip-minisblack-2c-8b-alpha.sh → archive/test/tiffcrop-doubleflip-minisblack-2c-8b-alpha.sh
Executable file → Normal file
0
test/tiffcrop-doubleflip-minisblack-2c-8b-alpha.sh → archive/test/tiffcrop-doubleflip-minisblack-2c-8b-alpha.sh
Executable file → Normal file
0
test/tiffcrop-doubleflip-miniswhite-1c-1b.sh → archive/test/tiffcrop-doubleflip-miniswhite-1c-1b.sh
Executable file → Normal file
0
test/tiffcrop-doubleflip-miniswhite-1c-1b.sh → archive/test/tiffcrop-doubleflip-miniswhite-1c-1b.sh
Executable file → Normal file
0
test/tiffcrop-doubleflip-palette-1c-1b.sh → archive/test/tiffcrop-doubleflip-palette-1c-1b.sh
Executable file → Normal file
0
test/tiffcrop-doubleflip-palette-1c-1b.sh → archive/test/tiffcrop-doubleflip-palette-1c-1b.sh
Executable file → Normal file
0
test/tiffcrop-doubleflip-palette-1c-4b.sh → archive/test/tiffcrop-doubleflip-palette-1c-4b.sh
Executable file → Normal file
0
test/tiffcrop-doubleflip-palette-1c-4b.sh → archive/test/tiffcrop-doubleflip-palette-1c-4b.sh
Executable file → Normal file
0
test/tiffcrop-doubleflip-palette-1c-8b.sh → archive/test/tiffcrop-doubleflip-palette-1c-8b.sh
Executable file → Normal file
0
test/tiffcrop-doubleflip-palette-1c-8b.sh → archive/test/tiffcrop-doubleflip-palette-1c-8b.sh
Executable file → Normal file
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user