|
|
|
[General]
|
|
|
|
timeout: 2
|
|
|
|
memcheck: ${ENV:valgrind}
|
|
|
|
|
|
|
|
[ENV]
|
|
|
|
exiv2_path: EXIV2_BINDIR
|
|
|
|
binary_extension: EXIV2_EXT
|
|
|
|
valgrind: EXIV2_VALGRIND
|
|
|
|
|
|
|
|
[ENV fallback]
|
|
|
|
exiv2_path: ../build/bin
|
|
|
|
|
|
|
|
[paths]
|
|
|
|
exiv2: ${ENV:exiv2_path}/exiv2${ENV:binary_extension}
|
|
|
|
exiv2json: ${ENV:exiv2_path}/exiv2json${ENV:binary_extension}
|
|
|
|
data_path: ../test/data
|
|
|
|
tiff_test: ${ENV:exiv2_path}/tiff-test${ENV:binary_extension}
|
|
|
|
largeiptc_test: ${ENV:exiv2_path}/largeiptc-test${ENV:binary_extension}
|
|
|
|
easyaccess_test: ${ENV:exiv2_path}/easyaccess-test${ENV:binary_extension}
|
|
|
|
taglist: ${ENV:exiv2_path}/taglist${ENV:binary_extension}
|
|
|
|
|
|
|
|
[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
|
|
|
|
addition_overflow_message: Overflow in addition
|
|
|
|
exiv2exe: exiv2${ENV:binary_extension}
|
|
|
|
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
|
|
|
|
uncaught_exception: Uncaught exception:
|
|
|
|
no_exif_data_found_retval: 253
|