Home
last modified time | relevance | path

Searched refs:identify (Results 1 – 25 of 10947) sorted by relevance

12345678910>>...438

/dports/graphics/digikam/digikam-7.4.0/core/libs/metadataengine/dmetadata/
H A Ddmetadata_libraw.cpp53 if (!identify->model.isNull()) in loadUsingRawEngine()
58 if (!identify->make.isNull()) in loadUsingRawEngine()
63 if (!identify->owner.isNull()) in loadUsingRawEngine()
68 if (!identify->software.isNull()) in loadUsingRawEngine()
73 if (!identify->firmware.isNull()) in loadUsingRawEngine()
95 if (!identify->imageID.isNull()) in loadUsingRawEngine()
136 if (identify->serialNumber != 0) in loadUsingRawEngine()
141 if (identify->flashUsed != -1) in loadUsingRawEngine()
290 if (identify->hasGpsInfo) in loadUsingRawEngine()
292 setGPSInfo(identify->altitude, identify->latitude, identify->longitude); in loadUsingRawEngine()
[all …]
/dports/graphics/py-img2pdf/img2pdf-0.3.5/
H A Dtest.sh140 identify -verbose "$tempdir/normal.jpg" | grep --quiet '^ Depth: 8-bit$'
187 identify -verbose "$tempdir/normal.jpg" | grep --quiet '^ Depth: 8-bit$'
234 identify -verbose "$tempdir/normal.jpg" | grep --quiet '^ Depth: 8-bit$'
275 identify -verbose "$tempdir/normal.jp2" | grep --quiet '^ Depth: 8-bit$'
1221 identify -verbose "$tempdir/group4.tiff" | grep --quiet 'Depth: 1-bit'
1222 identify -verbose "$tempdir/group4.tiff" | grep --quiet 'gray: 1-bit'
1259 identify -verbose "$tempdir/group4.tiff" | grep --quiet 'gray: 1-bit'
1296 identify -verbose "$tempdir/group4.tiff" | grep --quiet 'gray: 1-bit'
1338 identify -verbose "$tempdir/group4.tiff" | grep --quiet 'gray: 1-bit'
1381 identify -verbose "$tempdir/group4.tiff" | grep --quiet 'gray: 1-bit'
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/
H A Ddngwriter_negative.cpp56 …negative->SetLocalName(QString::fromUtf8("%1 %2").arg(identify->make, identify->model).toLatin1().… in createNegative()
58 negative->SetColorChannels(identify->rawColors); in createNegative()
152 negative->SetQuadBlacks(identify->blackPoint + identify->blackPointCh[0], in createNegative()
153 identify->blackPoint + identify->blackPointCh[1], in createNegative()
154 identify->blackPoint + identify->blackPointCh[2], in createNegative()
155 identify->blackPoint + identify->blackPointCh[3]); in createNegative()
168 switch (identify->orientation) in createNegative()
215 …prof->SetName(QString::fromUtf8("%1 %2").arg(identify->make, identify->model).toLatin1().constData… in createNegative()
221 switch (identify->rawColors) in createNegative()
288 dng_vector camNeutral(identify->rawColors); in createNegative()
[all …]
H A Ddngwriter_mosaic.cpp89 else if ((identify->rawColors == 3) && in identMosaic()
91 …((uint32)rawData.size() == (identify->outputSize.width() * identify->outputSize.height() * 3 * siz… in identMosaic()
99 if (identify->filterPattern.length() != 16) in identMosaic()
143 if (!fujiRotate(rawData, *identify)) in identMosaic()
155 activeArea = dng_rect(identify->outputSize.height(), identify->outputSize.width()); in identMosaic()
156 activeWidth = identify->outputSize.width(); in identMosaic()
157 activeHeight = identify->outputSize.height(); in identMosaic()
161 if ((identify->rawColors != 3) && in identMosaic()
162 (identify->rawColors != 4)) in identMosaic()
169 width = identify->outputSize.width(); in identMosaic()
[all …]
H A Ddngwriter_import.cpp33 int DNGWriter::Private::importRaw(DRawInfo* const identify, in importRaw() argument
79 if (!rawProcessor->extractRAWData(parent->inputFile(), rawData, *identify, 0)) in importRaw()
89 qCDebug(DIGIKAM_GENERAL_LOG) << "--- Make: " << identify->make; in importRaw()
90 qCDebug(DIGIKAM_GENERAL_LOG) << "--- Model: " << identify->model; in importRaw()
91 …bug(DIGIKAM_GENERAL_LOG) << "--- ImageSize: " << identify->imageSize.width() << "x" << identi… in importRaw()
92 …bug(DIGIKAM_GENERAL_LOG) << "--- FullSize: " << identify->fullSize.width() << "x" << identi… in importRaw()
93 …bug(DIGIKAM_GENERAL_LOG) << "--- OutputSize: " << identify->outputSize.width() << "x" << identi… in importRaw()
95 qCDebug(DIGIKAM_GENERAL_LOG) << "--- Top margin: " << identify->topMargin; in importRaw()
96 qCDebug(DIGIKAM_GENERAL_LOG) << "--- Left margin: " << identify->leftMargin; in importRaw()
98 qCDebug(DIGIKAM_GENERAL_LOG) << "--- Colors: " << identify->rawColors; in importRaw()
[all …]
/dports/shells/fish/fish-3.3.1/share/completions/
H A Didentify.fish1 complete -c identify -o antialias -d 'Remove pixel-aliasing '
3 complete -c identify -o channel -d 'Apply option to select image channels [type]' -xa '(identify -l…
7 complete -c identify -o depth -d 'Image depth [value]'
12 complete -c identify -o interlace -d 'Type of image interlacing scheme [type]' -xa '(identify -list…
13 complete -c identify -o interpolate -d 'Pixel color interpolation method [method]' -xa '(identify -…
15 complete -c identify -o list -d 'Color, Configure, Delegate, Format, Magic, Module, Resource, or Ty…
17 complete -c identify -o monitor -d 'Monitor progress '
27 complete -c identify -o units -d 'The units of image resolution [type]' -xa '(identify -list units)'
29 complete -c identify -o virtual-pixel -d 'Virtual pixel access method [method]' -xa '(identify -lis…
31 complete -c identify -o debug -d 'Display copious debugging information [events]' -xa '(identify -l…
[all …]
/dports/textproc/p5-Parse-ANSIColor-Tiny/Parse-ANSIColor-Tiny-0.601/t/
H A Didentify.t11 eq_or_diff [$p->identify('31') ], [qw(red) ], 'simple color';
12 eq_or_diff [$p->identify('0032')], [qw(green)], 'leading zeroes';
13 eq_or_diff [$p->identify('33;0')], [qw(yellow clear)], 'color;clear';
20 eq_or_diff [$p->identify('')], [qw(clear)], 'empty means clear';
25 eq_or_diff [$p->identify('1;')], [qw(bold clear)], 'code;empty';
26 eq_or_diff [$p->identify(';1')], [qw(clear bold )], 'empty;code';
50 eq_or_diff [$p->identify('38;5;009')], [qw(ansi9) ], 'extended (00x)';
51 eq_or_diff [$p->identify('38;5;029')], [qw(rgb021)], 'extended (0xx)';
52 eq_or_diff [$p->identify('38;5;209')], [qw(rgb521)], 'extended (x0x)';
53 eq_or_diff [$p->identify('38;5;220')], [qw(rgb540)], 'extended (xx0)';
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/rawengine/
H A Ddrawdecoder_p.cpp157 identify.exposureTime = raw->imgdata.other.shutter; in fillIndentifyInfo()
176 identify.isDecodable = true; in fillIndentifyInfo()
192 identify.rawColors = raw->imgdata.idata.colors; in fillIndentifyInfo()
194 identify.blackPoint = raw->imgdata.color.black; in fillIndentifyInfo()
201 identify.whitePoint = raw->imgdata.color.maximum; in fillIndentifyInfo()
238 if (identify.hasIccProfile) in fillIndentifyInfo()
379 QScopedPointer<DRawInfo> identify(new DRawInfo); in loadFromLibraw() local
432 if (rawFileIdentify(*identify, filePath)) in loadFromLibraw()
434 RGB[0] = identify->daylightMult[0] / RGB[0]; in loadFromLibraw()
435 RGB[1] = identify->daylightMult[1] / RGB[1]; in loadFromLibraw()
[all …]
/dports/devel/py-identify/identify-1.4.30/
H A DREADME.md1 identify chapter
4 …Status](https://travis-ci.org/chriskuehl/identify.svg?branch=master)](https://travis-ci.org/chrisk…
6 [![PyPI version](https://badge.fury.io/py/identify.svg)](https://pypi.python.org/pypi/identify)
15 `pip install identify`
28 >>> identify.tags_from_path('/bin/bash')
47 >>> identify.tags_from_filename('file.py')
66 $ identify-cli --help
78 $ identify-cli setup.py; echo $?
84 $ identify-cli wat.wat; echo $?
108 >>> from identify import identify
[all …]
H A DPKG-INFO2 Name: identify
5 Home-page: https://github.com/chriskuehl/identify
9 Description: identify
12 …Status](https://travis-ci.org/chriskuehl/identify.svg?branch=master)](https://travis-ci.org/chrisk…
14 … [![PyPI version](https://badge.fury.io/py/identify.svg)](https://pypi.python.org/pypi/identify)
23 `pip install identify`
74 $ identify-cli --help
86 $ identify-cli setup.py; echo $?
92 $ identify-cli wat.wat; echo $?
116 >>> from identify import identify
[all …]
/dports/devel/py-identify/identify-1.4.30/identify.egg-info/
H A DPKG-INFO2 Name: identify
5 Home-page: https://github.com/chriskuehl/identify
9 Description: identify
12 …Status](https://travis-ci.org/chriskuehl/identify.svg?branch=master)](https://travis-ci.org/chrisk…
14 … [![PyPI version](https://badge.fury.io/py/identify.svg)](https://pypi.python.org/pypi/identify)
23 `pip install identify`
74 $ identify-cli --help
86 $ identify-cli setup.py; echo $?
92 $ identify-cli wat.wat; echo $?
116 >>> from identify import identify
[all …]
/dports/audio/picard/picard-release-2.6.2/test/
H A Dtest_util_imageinfo.py38 imageinfo.identify(f.read()),
47 imageinfo.identify(f.read()),
56 imageinfo.identify(f.read()),
65 imageinfo.identify(f.read()),
74 imageinfo.identify(f.read()),
83 imageinfo.identify(f.read()),
96 imageinfo.identify(f.read()),
105 imageinfo.identify(f.read()),
111 imageinfo.identify, "x")
123 imageinfo.identify, data)
[all …]
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/src/libxtp/
H A Dregion.cc45 << TimeStamp() << " Evaluating interaction between " << this->identify() in ApplyInfluenceOfOtherRegions()
46 << " " << this->getId() << " and " << reg->identify() << " " in ApplyInfluenceOfOtherRegions()
48 if (reg->identify() == QMdummy.identify()) { in ApplyInfluenceOfOtherRegions()
51 } else if (reg->identify() == Staticdummy.identify()) { in ApplyInfluenceOfOtherRegions()
54 } else if (reg->identify() == Polardummy.identify()) { in ApplyInfluenceOfOtherRegions()
59 "Interaction of regions with types:" + this->identify() + " and " + in ApplyInfluenceOfOtherRegions()
60 reg->identify() + " not implemented"); in ApplyInfluenceOfOtherRegions()
69 region.setAttribute("type", identify()); in AddResults()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/xtp-2a31d70/src/libxtp/
H A Dregion.cc45 << TimeStamp() << " Evaluating interaction between " << this->identify() in ApplyInfluenceOfOtherRegions()
46 << " " << this->getId() << " and " << reg->identify() << " " in ApplyInfluenceOfOtherRegions()
48 if (reg->identify() == QMdummy.identify()) { in ApplyInfluenceOfOtherRegions()
51 } else if (reg->identify() == Staticdummy.identify()) { in ApplyInfluenceOfOtherRegions()
54 } else if (reg->identify() == Polardummy.identify()) { in ApplyInfluenceOfOtherRegions()
59 "Interaction of regions with types:" + this->identify() + " and " + in ApplyInfluenceOfOtherRegions()
60 reg->identify() + " not implemented"); in ApplyInfluenceOfOtherRegions()
69 region.setAttribute("type", identify()); in AddResults()
/dports/net/storj/storj-1.45.3/vendor/gopkg.in/segmentio/analytics-go.v3/
H A Didentify_test.go6 identify := Identify{}
8 if err := identify.Validate(); err == nil {
9 t.Error("validating an invalid identify object succeeded:", identify)
24 identify := Identify{
28 if err := identify.Validate(); err != nil {
29 t.Error("validating a valid identify object failed:", identify, err)
34 identify := Identify{
38 if err := identify.Validate(); err != nil {
39 t.Error("validating a valid identify object failed:", identify, err)
/dports/graphics/digikam/digikam-7.4.0/core/libs/dialogs/
H A Dimagedialog_preview.cpp108 QString identify = identifyItem(d->currentURL); in slotShowPreview() local
110 if (!identify.isEmpty()) in slotShowPreview()
112 d->infoLabel->setText(identify); in slotShowPreview()
123 QString identify; in identifyItem() local
134 identify = QLatin1String("<qt><center>"); in identifyItem()
264 identify += QLatin1String("<table cellspacing=0 cellpadding=0>"); in identifyItem()
272 identify += cnt.cellBeg + in identifyItem()
279identify += cnt.cellBeg + i18n("<i>Make:</i>") + cnt.cellMid + make + … in identifyItem()
280identify += cnt.cellBeg + i18n("<i>Model:</i>") + cnt.cellMid + model + … in identifyItem()
299 identify += QLatin1String("</table></center></qt>"); in identifyItem()
[all …]
/dports/security/identify/identify-0.7/
H A DMakefile4 all: identify
6 install: identify
7 install identify ${PREFIX}/libexec
8 install README ${PREFIX}/share/doc/identify
10 identify: identify.o target
11 $(CC) $(CFLAGS) -o identify identify.o -lident
/dports/irc/irssi-scripts/irssi-scripts/scripts/
H A Didentify-md5.pl4 use vars qw($VERSION %IRSSI @identify @reop);
66 @identify = split /\s+/, $data;
71 push @identify, $server->{'nick'};
75 for(my $i = $#identify; $i >= 0; $i--) {
78 if(!defined $nicknames{lc $identify[$i]}) {
84 splice @identify, $i, 1;
89 $server->command("QUOTE NickServ identify-md5") if $#identify >= 0;
103 if($text =~ /^205 S\/MD5 1\.0 (.+)$/ && $#identify >= 0) {
107 my $nickname = lc shift @identify;
118 $server->command("QUOTE NickServ identify-md5") if $#identify >= 0;
/dports/graphics/krita/krita-4.4.8/plugins/impex/raw/3rdparty/libkdcraw/src/
H A Dkdcraw_p.cpp117 identify.sensitivity = raw->imgdata.other.iso_speed; in fillIndentifyInfo()
118 identify.exposureTime = raw->imgdata.other.shutter; in fillIndentifyInfo()
119 identify.aperture = raw->imgdata.other.aperture; in fillIndentifyInfo()
120 identify.focalLength = raw->imgdata.other.focal_len; in fillIndentifyInfo()
128 identify.isDecodable = true; in fillIndentifyInfo()
130 identify.rawColors = raw->imgdata.idata.colors; in fillIndentifyInfo()
132 identify.blackPoint = raw->imgdata.color.black; in fillIndentifyInfo()
139 identify.whitePoint = raw->imgdata.color.maximum; in fillIndentifyInfo()
158 identify.colorKeys = raw->imgdata.idata.cdesc; in fillIndentifyInfo()
276 DcrawInfoContainer identify; in loadFromLibraw() local
[all …]
/dports/graphics/libkdcraw/libkdcraw-21.12.3/src/
H A Dkdcraw_p.cpp96 identify.sensitivity = raw->imgdata.other.iso_speed; in fillIndentifyInfo()
97 identify.exposureTime = raw->imgdata.other.shutter; in fillIndentifyInfo()
98 identify.aperture = raw->imgdata.other.aperture; in fillIndentifyInfo()
99 identify.focalLength = raw->imgdata.other.focal_len; in fillIndentifyInfo()
107 identify.isDecodable = true; in fillIndentifyInfo()
109 identify.rawColors = raw->imgdata.idata.colors; in fillIndentifyInfo()
110 identify.rawImages = raw->imgdata.idata.raw_count; in fillIndentifyInfo()
111 identify.blackPoint = raw->imgdata.color.black; in fillIndentifyInfo()
118 identify.whitePoint = raw->imgdata.color.maximum; in fillIndentifyInfo()
255 DcrawInfoContainer identify; in loadFromLibraw() local
[all …]
/dports/math/py-mpmath/mpmath-1.2.1/mpmath/tests/
H A Dtest_identify.py11 assert identify(zeta(4), ['log(2)', 'pi**4']) == '((1/90)*pi**4)'
13 assert identify(exp(5)) == 'exp(5)'
14 assert identify(exp(4)) == 'exp(4)'
15 assert identify(log(5)) == 'log(5)'
16 assert identify(exp(3*pi), ['pi']) == 'exp((3*pi))'
17 assert identify(3, full=True) == ['3', '3', '1/(1/3)', 'sqrt(9)',
19 assert identify(pi+1, {'a':+pi}) == '(1 + 1*a)'
/dports/lang/php73/php-7.3.33/Zend/tests/
H A Dlsb_018.phpt23 public final function identify()
42 $u->identify();
43 $v->identify();
44 $w->identify();
50 $u->identify();
51 $v->identify();
52 $w->identify();
53 $x->identify();
54 $y->identify();
55 $z->identify();
/dports/www/mod_php81/php-8.1.1/Zend/tests/
H A Dlsb_018.phpt23 public final function identify()
42 $u->identify();
43 $v->identify();
44 $w->identify();
50 $u->identify();
51 $v->identify();
52 $w->identify();
53 $x->identify();
54 $y->identify();
55 $z->identify();
/dports/lang/php74/php-7.4.27/Zend/tests/
H A Dlsb_018.phpt23 public final function identify()
42 $u->identify();
43 $v->identify();
44 $w->identify();
50 $u->identify();
51 $v->identify();
52 $w->identify();
53 $x->identify();
54 $y->identify();
55 $z->identify();
/dports/lang/php81/php-8.1.1/Zend/tests/
H A Dlsb_018.phpt23 public final function identify()
42 $u->identify();
43 $v->identify();
44 $w->identify();
50 $u->identify();
51 $v->identify();
52 $w->identify();
53 $x->identify();
54 $y->identify();
55 $z->identify();

12345678910>>...438