You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.9 KiB
Plaintext
58 lines
1.9 KiB
Plaintext
[General]
|
|
timeout: 240.0
|
|
memcheck: ${ENV:valgrind}
|
|
|
|
[ENV]
|
|
exiv2_path: EXIV2_BINDIR
|
|
dyld_library_path: DYLD_LIBRARY_PATH
|
|
ld_library_path: LD_LIBRARY_PATH
|
|
exiv2_http: EXIV2_HTTP
|
|
exiv2_port: EXIV2_PORT
|
|
exiv2_echo: EXIV2_ECHO
|
|
verbose: VERBOSE
|
|
valgrind: VALGRIND
|
|
|
|
[ENV fallback]
|
|
exiv2_path: ../build/bin
|
|
dyld_library_path: ${ENV:exiv2_path}/../lib
|
|
ld_library_path: ${ENV:exiv2_path}/../lib
|
|
exiv2_http: http://127.0.0.1
|
|
exiv2_port: 12760
|
|
exiv2_echo:
|
|
verbose:
|
|
valgrind:
|
|
|
|
[paths]
|
|
exiv2: ${ENV:exiv2_path}/exiv2
|
|
exifprint: ${ENV:exiv2_path}/exifprint
|
|
unit_tests: ${ENV:exiv2_path}/unit_tests
|
|
exiv2json: ${ENV:exiv2_path}/exiv2json
|
|
metacopy: ${ENV:exiv2_path}/metacopy
|
|
data_path: ../test/data
|
|
ref_path: ../test/data/test_reference_files
|
|
tmp_path: ../test/tmp
|
|
tiff_test: ${ENV:exiv2_path}/tiff-test
|
|
largeiptc_test: ${ENV:exiv2_path}/largeiptc-test
|
|
easyaccess_test: ${ENV:exiv2_path}/easyaccess-test
|
|
taglist: ${ENV:exiv2_path}/taglist
|
|
jpegparsetest: ${ENV:exiv2_path}/jpegparsetest
|
|
|
|
[variables]
|
|
kerOffsetOutOfRange: Offset out of range
|
|
kerFailedToReadImageData: Failed to read image data
|
|
kerInputDataReadFailed: Failed to read input data
|
|
kerCorruptedMetadata: corrupted image metadata
|
|
kerInvalidMalloc: invalid memory allocation request
|
|
kerInvalidTypeValue: invalid type in tiff structure
|
|
kerNotAJpeg : This does not look like a JPEG image
|
|
kerNoImageInInputData: Input data does not contain a valid image
|
|
kerFileContainsUnknownImageType: The file contains data of an unknown image type
|
|
addition_overflow_message: Overflow in addition
|
|
exiv2_exception_message: Exiv2 exception in print action for file
|
|
exiv2_overflow_exception_message: std::overflow_error exception in print action for file
|
|
exception_in_extract: Exiv2 exception in extract action for file
|
|
exception_in_adjust: Exiv2 exception in adjust action for file
|
|
exception_in_erase: Exiv2 exception in erase action for file
|
|
uncaught_exception: Uncaught exception:
|
|
no_exif_data_found_retval: 253
|