#1179. Thank You to Pascal for reporting this, providing the patch and test data.

v0.27.3
Robin Mills 9 years ago
parent c515386cb0
commit c8674eb102

@ -157,11 +157,17 @@ namespace Exiv2 {
//! FilmMode, tag 0x1401
extern const TagDetails fujiFilmMode[] = {
{ 0, N_("F0/Standard") },
{ 256, N_("F1/Studio portrait") },
{ 512, N_("F2/Fujichrome") },
{ 768, N_("F3/Studio portrait Ex") },
{ 1024, N_("F4/Velvia") }
{ 0, N_("F0/Standard (Provia)") },
{ 256, N_("F1/Studio Portrait") },
{ 272, N_("F1a/Studio Portrait Enhanced Saturation") },
{ 288, N_("F1b/Studio Portrait Smooth Skin Tone (Astia)") },
{ 304, N_("F1c/Studio Portrait Increased Sharpness") },
{ 512, N_("F2/Fujichrome (Velvia)") },
{ 768, N_("F3/Studio Portrait Ex") },
{ 1024, N_("F4/Velvia") },
{ 1280, N_("Pro Neg. Std") },
{ 1281, N_("Pro Neg. Hi") },
{ 1536, N_("Classic Chrome") },
};
//! DynamicRange, tag 0x1402

@ -539,6 +539,15 @@ source ./functions.source
copyTestFile $filename
runTest exiv2 -pa --grep lens/i $filename
num=1179
printf "$num " >&3
for X in a b c d e f g h i j; do
filename=exiv2-bug$num$X.exv
echo '------>' Bug $filename '<-------' >&2
copyTestFile $filename
runTest exiv2 -pa --grep fuji/i $filename
done
) 3>&1 > $results 2>&1
printf "\n"

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save