Create Canon DSLR CR2 image statistics (exiftool & GNU Plot) and convert ML dual ISO CR2 files painlessly for post-processing
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
1.8 KiB

6 years ago
  1. # Magic Lantern cr2hdr tool - customized
  2. This directory contains files to compile Magic Lantern cr2hdr dual ISO conversion tool on Linux (Arch Linux preferred).
  3. Patches in this directory have some custom features which are not found in the original cr2hdr version. These features include:
  4. - added support for `--dry-run` parameter for cr2hdr
  5. - When `--dry-run` is enabled, the actual conversion is not done. The tool just checks that conversion is possible
  6. - This is handy in scripts where we just want to distinguish normal single ISO CR2 files from Dual ISO ones and then perform some custom action
  7. - added support for `baseline` metadata export. Following tags are exported:
  8. - Baseline Exposure (sample value: 0.25)
  9. - Baseline Noise (sample value: 0.8)
  10. - Baseline Sharpness (sample value: 1.2)
  11. - These values affect RAW image post-processing
  12. - [More about the meaning of Baseline values](https://www.rawdigger.com/howtouse/deriving-hidden-ble-compensation)
  13. ## Custom patches
  14. ### 01-patch_tcc_makefile-fix.patch
  15. - A very bad workaround for solving compilation issues (hard-links some required stuff)
  16. ### 02_patch_cr2hdr-source_add-dryrun.patch
  17. - Add dry run implementation for cr2hdr
  18. ### 03_patch_add_baseline-exif.patch
  19. - Add baseline exif tags for converted dual ISO files (DNG format)
  20. ### 04_patch_cr2hdr_disable-strings.patch
  21. - Remove some unnecessary and Windows-specific strings from cr2hdr entries
  22. ### 05_patch_modules-makefile_disable-strings.patch
  23. - Disable `module_strings.h` in a cr2hdr modules file
  24. ## Working cr2hdr and other software versions - archives
  25. The following versions have been tested:
  26. - gcc-arm-none-eabi-4_8-2013q4-20131204-linux.tar.bz2
  27. - MD5sum: 4869e6a6e1dc11ea0835e8b8213bb194
  28. - magic-lantern_source_30092017.tar.bz2
  29. - MD5sum: 1df9f79ad7e549d95f0065d3d00247f4