Android App zur Berechnung einer HDR Belichtungsreihe.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <string
  4. name="app_name">Easy Bracketing</string>
  5. <string
  6. name="dynamic_range">Dynamic Range</string>
  7. <string
  8. name="shutter_speed">Shutter Speed</string>
  9. <string
  10. name="aperture">Aperture</string>
  11. <string
  12. name="ev">EV</string>
  13. <string
  14. name="dark_point">Dark Point Values</string>
  15. <string
  16. name="bright_point">Bright Point Values</string>
  17. <string
  18. name="calcParams">Calculation Parameters</string>
  19. <string
  20. name="delta_EV">Δ EV</string>
  21. <string
  22. name="expEVStep">EV Step</string>
  23. <string
  24. name="calculate">Calculate</string>
  25. <string
  26. name="reset">Reset</string>
  27. <string
  28. name="bracketingRes">Bracketing Exposures Values</string>
  29. <string
  30. name="expNbrLbl"># Exp.</string>
  31. <string
  32. name="toastWarningDP_BP">The delta between dark point EV and bright point EV is less or
  33. equal to 0. Please correct the inputs.</string>
  34. <string
  35. name="menuUserGuide">User Guide</string>
  36. <string
  37. name="menuSettings">Settings...</string>
  38. <string
  39. name="menuAbout">About</string>
  40. <string name="about_Description">EasyBracketing allows you to easy calculate a serie of exposure
  41. values according to initial dark and bright point values.</string>
  42. <string
  43. name="AppVersionLabel">Version:</string>
  44. <string name="about_DevelopedBy">Developed by spherIC (F. Smilari)\nMail to:
  45. merlin868@hotmail.com\n\nTranslated by spherIC (F. Smilari)</string>
  46. <string
  47. name="Percent18Correction">18%-Gray Correction</string>
  48. <string
  49. name="Percent18CorrectionBP">Bright Pt. Value Correction (EV)</string>
  50. <string
  51. name="Percent18CorrectionDP">Dark Pt. Value Correction (EV)</string>
  52. <string
  53. name="FixRangePoint">Fixed EV Range Value</string>
  54. <string
  55. name="FixRangePointBP">Keep Bright Point Values fixed</string>
  56. <string
  57. name="FixRangePointDP">Keep Dark Point Value fixed</string>
  58. <string
  59. name="BtnSave">Save</string>
  60. <string
  61. name="BtnCancel">Cancel</string>
  62. <string
  63. name="BtnClose">Close</string>
  64. <string
  65. name="header_GeneralPurpose">1. General Purpose</string>
  66. <string
  67. name="text_GeneralPurpose">When doing a bracketing for a later HDR image, often a problem araises: The dynamic range of the
  68. composition is too large to fit the classic \"+2EV/0EV/-2EV\" approach.
  69. \nThis is the moment when \"EasyBracketing\" comes to its own.
  70. \nStarting with camera-measured values for the brightest and darkest point and according to some configurable calculation parameters
  71. you can calculate all the exposure values for the bracketing and do the shots.
  72. </string>
  73. <string
  74. name="header_HowTo">2. How to use</string>
  75. <string name="text_HowTo" formatted="false">1. Set your camera to spot measuring.
  76. \n2. Choose a suitable aperture.
  77. \n3. With your camera measure the exposure values for the darkest point of your composition.
  78. \n4. With your camera measure the exposure values for the brightest point of your composition.
  79. \n5. Set these values in the area \"Dynamic Range\" of EasyBracketing.
  80. \n6. Modify the calculation parameters to your needs if necessary.
  81. \n7. Click on \"Calculate\" to start the computing of the exposure values of the bracketing.
  82. \n
  83. \nSettings:
  84. \n
  85. \n18%-Gray Correction:
  86. \nMost cameras try to achieve a so called 18%-Gray exposure value on measuring. This is not exactly what we want when doing bracketing.
  87. This setting helps to counteract this behavior. Beacuse each sensor, depending on the manufacturer, has a little bit different behavior,
  88. the exact values have to be determined by experimental trials.
  89. \n
  90. \nFixed EV Range Value:
  91. \nIn most cases, the resulting delta EV from the measuring is a floating value which is rounded to the next integer value on calculation.
  92. This means that the calculation value is always bigger than the measured. With this setting you can determine on which edge of the dynamic
  93. range (anchor) the bracketing calculation should start.</string>
  94. </resources>