#1179. Thank You to Pascal for reporting this, providing the patch and test data.
This commit is contained in:
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.
BIN
test/data/exiv2-bug1179a.exv
Normal file
BIN
test/data/exiv2-bug1179a.exv
Normal file
Binary file not shown.
BIN
test/data/exiv2-bug1179b.exv
Normal file
BIN
test/data/exiv2-bug1179b.exv
Normal file
Binary file not shown.
BIN
test/data/exiv2-bug1179c.exv
Normal file
BIN
test/data/exiv2-bug1179c.exv
Normal file
Binary file not shown.
BIN
test/data/exiv2-bug1179d.exv
Normal file
BIN
test/data/exiv2-bug1179d.exv
Normal file
Binary file not shown.
BIN
test/data/exiv2-bug1179e.exv
Normal file
BIN
test/data/exiv2-bug1179e.exv
Normal file
Binary file not shown.
BIN
test/data/exiv2-bug1179f.exv
Normal file
BIN
test/data/exiv2-bug1179f.exv
Normal file
Binary file not shown.
BIN
test/data/exiv2-bug1179g.exv
Normal file
BIN
test/data/exiv2-bug1179g.exv
Normal file
Binary file not shown.
BIN
test/data/exiv2-bug1179h.exv
Normal file
BIN
test/data/exiv2-bug1179h.exv
Normal file
Binary file not shown.
BIN
test/data/exiv2-bug1179i.exv
Normal file
BIN
test/data/exiv2-bug1179i.exv
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user