Home
last modified time | relevance | path

Searched refs:apertureValue (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/metadata2/
H A DExposureMetadataEntry.java23 ImageMetaValue apertureValue = dir.getValue(CoreTags.CORE_APERTURE); in getValue() local
25 if (apertureValue == null && speedValue == null) { in getValue()
29 final String aperture = (apertureValue == null) ? "?" : apertureValue.toString(); in getValue()
/dports/graphics/exiv2/exiv2-0.27.5-Source/samples/
H A Deasyaccess-test.cpp56 { "Aperture value", Exiv2::apertureValue },
/dports/graphics/exiv2/exiv2-0.27.5-Source/include/exiv2/
H A Deasyaccess.hpp82 EXIV2API ExifData::const_iterator apertureValue(const ExifData& ed);
/dports/graphics/exiv2/exiv2-0.27.5-Source/src/
H A Deasyaccess.cpp482 ExifData::const_iterator apertureValue(const ExifData& ed) in apertureValue() function
H A Dtags_int.hpp484 float fnumber(float apertureValue);
H A Dtags_int.cpp2580 float fnumber(float apertureValue) in fnumber() argument
2582 return std::exp(std::log(2.0f) * apertureValue / 2.f); in fnumber()
H A Dactions.cpp363 … printTag(exifData, Exiv2::fNumber , _("Aperture") , Exiv2::apertureValue ); in printSummary()
/dports/finance/prestashop/prestashop/admin/filemanager/include/
H A Dphp_image_magician.php1733 … $apertureValue = round($apPeicesArray[0] / $apPeicesArray[1], 2, PHP_ROUND_HALF_DOWN) . ' EV';
1735 $apertureValue = '';
1796 if ($apertureValue != '') {
1797 $exifDataArray['aperture value'] = $apertureValue;
/dports/www/thirtybees/thirtybees-1.1.0/admin/filemanager/include/
H A Dphp_image_magician.php1756 … $apertureValue = round($apPeicesArray[0] / $apPeicesArray[1], 2, PHP_ROUND_HALF_DOWN) . ' EV';
1758 $apertureValue = '';
1821 if ($apertureValue != '') {
1822 $exifDataArray['aperture value'] = $apertureValue;
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/exiv2/src/
H A Dtags_int.hpp444 float fnumber(float apertureValue);
H A Dtags.cpp2912 float fnumber(float apertureValue) in fnumber() argument
2914 return static_cast<float>(std::exp(std::log(2.0) * apertureValue / 2)); in fnumber()
/dports/www/p5-Net-Flickr-RDF/Net-Flickr-RDF-2.2/
H A DREADME502 <exif:apertureValue>297/100</exif:apertureValue>
/dports/www/p5-Net-Flickr-Backup/Net-Flickr-Backup-3.1/
H A DREADME553 <exif:apertureValue>297/100</exif:apertureValue>
/dports/x11-toolkits/shared-desktop-ontologies/shared-desktop-ontologies-0.11.0/nexif/
H A Dnexif.trig.in561 nexif:apertureValue
566 rdfs:label "apertureValue" ;
568 rdfs:subPropertyOf exif:apertureValue , nexif:pictTaking .