Home
last modified time | relevance | path

Searched refs:maxAperture (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/image/metadata/makernotes/
H A DMakerNotesDirectory.java87 String maxAperture = null; in getLens() local
95 maxAperture = segment.substring(2, segment.length()).split("-", 2)[0]; in getLens()
99 if (focal == null || maxAperture == null) in getLens()
105 if (maxAperture.equals(maxApertureLabel)) in getLens()
/dports/graphics/digikam/digikam-7.4.0/core/libs/metadataengine/dmetadata/
H A Ddmetadata_libraw.cpp130 if (identify->maxAperture != -1.0F) in loadUsingRawEngine()
132 convertToRational(identify->maxAperture, &num, &den, 8); in loadUsingRawEngine()
/dports/graphics/digikam/digikam-7.4.0/core/libs/rawengine/
H A Ddrawinfo.h354 float maxAperture; variable
H A Ddrawinfo.cpp92 maxAperture = -1.0F; ///< Valid value is unsigned. in DRawInfo()
H A Ddrawdecoder_p.cpp252 identify.maxAperture = raw->imgdata.lens.EXIF_MaxAp; in fillIndentifyInfo()
/dports/graphics/exiv2/exiv2-0.27.5-Source/src/
H A Dminoltamn_int.cpp2088 std::string maxAperture = getKeyString("Exif.Photo.MaxApertureValue" ,metadata); in resolveLens0x34() local
2092 if ( model == "SLT-A77V" && maxAperture == F2_8 ) { in resolveLens0x34()
2115 std::string maxAperture = getKeyString("Exif.Photo.MaxApertureValue" ,metadata); in resolveLens0x80() local
2119 if ( model == "SLT-A77V" && maxAperture == F4 && inRange(focalLength,18,200) ) { in resolveLens0x80()
2139 std::string maxAperture = getKeyString("Exif.Photo.MaxApertureValue" ,metadata); in resolveLens0xff() local
2142 if ( model == "SLT-A77V" && maxAperture == F2_8 && inRange(focalLength,17,50) ) { in resolveLens0xff()
2163 std::string maxAperture = getKeyString("Exif.Photo.MaxApertureValue" ,metadata); in resolveLens0xffff() local
2173 if ( model == "ILCE-6000" && maxAperture == F1_8 ) try { in resolveLens0xffff()
2182 … if ( model == "ILCE-6000" && maxApertures.find(maxAperture) != maxApertures.end() ) try { in resolveLens0xffff()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/exiv2/src/
H A Dminoltamn.cpp2096 std::string maxAperture = getKeyString("Exif.Photo.MaxApertureValue" ,metadata); in resolveLens0x34() local
2100 if ( model == "SLT-A77V" && maxAperture == F2_8 ) index=4; in resolveLens0x34()
2116 std::string maxAperture = getKeyString("Exif.Photo.MaxApertureValue" ,metadata); in resolveLens0x80() local
2120 if ( model == "SLT-A77V" && maxAperture == F4 && inRange(focalLength,18,200) ) index=2; in resolveLens0x80()
2136 std::string maxAperture = getKeyString("Exif.Photo.MaxApertureValue" ,metadata); in resolveLens0xff() local
2139 … if ( model == "SLT-A77V" && maxAperture == F2_8 && inRange(focalLength,17,50) ) index = 1 ; in resolveLens0xff()
2155 std::string maxAperture = getKeyString("Exif.Photo.MaxApertureValue" ,metadata); in resolveLens0xffff() local
2165 if ( model == "ILCE-6000" && maxAperture == F1_8 ) try { in resolveLens0xffff()
2172 … if ( model == "ILCE-6000" && maxApertures.find(maxAperture) != maxApertures.end() ) try { in resolveLens0xffff()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/metadata/metadataedit/exif/
H A Dexiflens.cpp358 double maxAperture = std::pow(2.0, ((double)(num)/(double)(den))/2.0); in readMetadata() local
359 QString fnumber = QString::number(maxAperture, 'f', 1); in readMetadata()
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/lib/Image/ExifTool/
H A DExif.pm5316 $maxAperture, $maxApertureValue, $shortFocal, $longFocal, $lensModel,
5342 $maxAperture = $maxApertureValue unless $maxAperture;
5390 $shortFocal, $longFocal, $maxAperture, $lensModel);
5436 if ($maxAperture) {
5442 next if $maxAperture < $sa - 0.15; # (0.15 is arbitrary)
5443 next if $maxAperture > $la + 0.15;
5459 my $d = abs($maxAperture - $aa);
H A DOlympus.pm3978 my ($extender, $lensType, $maxAperture) = @_;
3989 return(($maxAperture - $1 > 0.2) ? 1 : 2);
H A DCanon.pm9217 my ($printConv, $lensType, $shortFocal, $longFocal, $maxAperture, $lensModel) = @_;
9255 if ($maxAperture) {
9258 next if $maxAperture < $sa * $tc - 0.18;
9259 next if $maxAperture > $la * $tc + 0.18;
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/lib/Image/ExifTool/
H A DExif.pm5297 $maxAperture, $maxApertureValue, $shortFocal, $longFocal, $lensModel,
5323 $maxAperture = $maxApertureValue unless $maxAperture;
5371 $shortFocal, $longFocal, $maxAperture, $lensModel);
5417 if ($maxAperture) {
5423 next if $maxAperture < $sa - 0.15; # (0.15 is arbitrary)
5424 next if $maxAperture > $la + 0.15;
5440 my $d = abs($maxAperture - $aa);
H A DOlympus.pm3975 my ($extender, $lensType, $maxAperture) = @_;
3986 return(($maxAperture - $1 > 0.2) ? 1 : 2);
H A DCanon.pm9191 my ($printConv, $lensType, $shortFocal, $longFocal, $maxAperture, $lensModel) = @_;
9229 if ($maxAperture) {
9231 next if $maxAperture < $sa * $tc - 0.15;
9232 next if $maxAperture > $la * $tc + 0.15;
/dports/graphics/rawtherapee/rawtherapee-5.8/rtexif/
H A Dpentaxattribs.cc1020 double maxAperture = t1->toDouble(); // MaxApertureValue at focal Length in toString() local
1022 if (maxAperture != 0.) { in toString()
1023 maxApertureAtFocal = maxAperture; in toString()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtexif/
H A Dpentaxattribs.cc1020 double maxAperture = t1->toDouble(); // MaxApertureValue at focal Length in toString() local
1022 if (maxAperture != 0.) { in toString()
1023 maxApertureAtFocal = maxAperture; in toString()