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.
29 lines
957 B
Plaintext
29 lines
957 B
Plaintext
[General]
|
|
timeout: 1
|
|
|
|
[ENV]
|
|
exiv2_path: EXIV2_PATH
|
|
binary_extension: EXIV2_EXT
|
|
|
|
[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}
|
|
|
|
|
|
[variables]
|
|
kerFailedToReadImageData: Failed to read image data
|
|
kerCorruptedMetadata: corrupted image metadata
|
|
kerInvalidMalloc: invalid memory allocation request
|
|
kerInvalidTypeValue: invalid type value detected in Image::printIFDStructure
|
|
kerNotAJpeg : This does not look like a JPEG image
|
|
kerNoImageInInputData: Input data does not contain a valid image
|
|
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
|