Project

General

Profile

Patch #1179 » exiv2-sync-fujifilm-filmmode-with-exiftool-10-14.patch

Pascal de Bruijn, 17 Apr 2016 13:38

View differences:

src/fujimn.cpp 2016-04-17 13:54:31.067269928 +0100 → src/fujimn.cpp 2016-04-17 14:16:38.243454645 +0100
157 157

  
158 158
    //! FilmMode, tag 0x1401
159 159
    extern const TagDetails fujiFilmMode[] = {
160
        {    0, N_("F0/Standard")           },
161
        {  256, N_("F1/Studio portrait")    },
162
        {  512, N_("F2/Fujichrome")         },
163
        {  768, N_("F3/Studio portrait Ex") },
164
        { 1024, N_("F4/Velvia")             }
160
	{    0, N_("F0/Standard (Provia)")				},
161
	{  256, N_("F1/Studio Portrait")				},
162
	{  272, N_("F1a/Studio Portrait Enhanced Saturation")		},
163
	{  288, N_("F1b/Studio Portrait Smooth Skin Tone (Astia)")	},
164
	{  304, N_("F1c/Studio Portrait Increased Sharpness")		},
165
	{  512, N_("F2/Fujichrome (Velvia)")				},
166
	{  768, N_("F3/Studio Portrait Ex")				},
167
	{ 1024, N_("F4/Velvia")						},
168
	{ 1280, N_("Pro Neg. Std")					},
169
	{ 1281, N_("Pro Neg. Hi")					},
170
	{ 1536, N_("Classic Chrome")					},
165 171
    };
166 172

  
167 173
    //! DynamicRange, tag 0x1402
    (1-1/1)