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.
Robin Mills ab375fb074 Add support for FocusPosition in Sony RAW files (#906)
* Fix 582 Add support for FocusPosition in Sony RAW files
* Thanks to @boardhead sonyFpCrypt() works correctly. Removed debug code. Fixed typos.
* Update doc/templates/Makefile to process Sony2Fp
* Following review by @boardhead. Renamed sonyFpCrypt() as sonyTagDecipher().
* Fixed writing the tag thanks to @boardhead explaining encipher/decipher.
  Sadly, ArrayCfg/crpyt does not know if he's encrypting/decrypting.
  I've added a sniff in TiffEncoder::visitBinaryArrayEnd to avoid changing the API.
* Added URL to discussion concerning sonyTagCipher()
* make sonyTagCipher() a static function with no external visibility.
6 years ago
..
bugfixes Add support for FocusPosition in Sony RAW files (#906) 6 years ago
tiff_test [testsuite] Addapt tests to new test suite structure 7 years ago
__init__.py Added replacement for the current regression test suite 8 years ago
doc.md [testsuite] Add option to run all commands under valgrind 7 years ago
runner.py [testsuite] Add option to run tests from a single file only 7 years ago
suite.conf Tests: increase timeout 7 years ago
system_tests.py [testsuite] Add support for binary output to check_no_ASAN_UBSAN_errors 7 years ago
writing_tests.md [testsuite] Adapt documentation to recent changes 7 years ago