dpzvc-ui 1.2.5 → 1.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dpzvc.esm.js +591 -1155
- package/dist/dpzvc.esm.js.map +1 -1
- package/dist/dpzvc.esm.min.js +1 -1
- package/dist/dpzvc.esm.min.js.map +1 -1
- package/dist/dpzvc.js +522 -1105
- package/dist/dpzvc.js.map +1 -1
- package/dist/dpzvc.min.js +1 -1
- package/dist/dpzvc.min.js.map +1 -1
- package/dist-prod/573.d34afb948745a30ef054.js +3 -0
- package/dist-prod/573.d34afb948745a30ef054.js.LICENSE.txt +7 -0
- package/dist-prod/573.d34afb948745a30ef054.js.map +1 -0
- package/dist-prod/index.html +1 -1
- package/dist-prod/main.5ea7bcd95498f23800fb.js +2 -0
- package/dist-prod/main.5ea7bcd95498f23800fb.js.map +1 -0
- package/package.json +3 -3
- package/src/components/upload/upload.vue +65 -25
- package/src/lib/exif-js.js +235 -0
- package/src/lib/exif.js +2 -1
package/dist/dpzvc.esm.js
CHANGED
|
@@ -717,33 +717,37 @@ function _broadcast(componentName, eventName, params) {
|
|
|
717
717
|
/***/ },
|
|
718
718
|
|
|
719
719
|
/***/ 467
|
|
720
|
-
(
|
|
720
|
+
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
721
721
|
|
|
722
722
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
723
|
-
/* harmony export */ A: () => (
|
|
723
|
+
/* harmony export */ A: () => (/* binding */ _asyncToGenerator)
|
|
724
724
|
/* harmony export */ });
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
)
|
|
725
|
+
function asyncGeneratorStep(n, t, e, r, o, a, c) {
|
|
726
|
+
try {
|
|
727
|
+
var i = n[a](c),
|
|
728
|
+
u = i.value;
|
|
729
|
+
} catch (n) {
|
|
730
|
+
return void e(n);
|
|
731
|
+
}
|
|
732
|
+
i.done ? t(u) : Promise.resolve(u).then(r, o);
|
|
733
|
+
}
|
|
734
|
+
function _asyncToGenerator(n) {
|
|
735
|
+
return function () {
|
|
736
|
+
var t = this,
|
|
737
|
+
e = arguments;
|
|
738
|
+
return new Promise(function (r, o) {
|
|
739
|
+
var a = n.apply(t, e);
|
|
740
|
+
function _next(n) {
|
|
741
|
+
asyncGeneratorStep(a, r, o, _next, _throw, "next", n);
|
|
742
|
+
}
|
|
743
|
+
function _throw(n) {
|
|
744
|
+
asyncGeneratorStep(a, r, o, _next, _throw, "throw", n);
|
|
745
|
+
}
|
|
746
|
+
_next(void 0);
|
|
747
|
+
});
|
|
748
|
+
};
|
|
749
|
+
}
|
|
745
750
|
|
|
746
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (component.exports);
|
|
747
751
|
|
|
748
752
|
/***/ },
|
|
749
753
|
|
|
@@ -869,6 +873,31 @@ var prefixCls = 'dpzvc-toTop';
|
|
|
869
873
|
|
|
870
874
|
/***/ },
|
|
871
875
|
|
|
876
|
+
/***/ 579
|
|
877
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
878
|
+
|
|
879
|
+
var _typeof = (__webpack_require__(3738)["default"]);
|
|
880
|
+
function _regeneratorValues(e) {
|
|
881
|
+
if (null != e) {
|
|
882
|
+
var t = e["function" == typeof Symbol && Symbol.iterator || "@@iterator"],
|
|
883
|
+
r = 0;
|
|
884
|
+
if (t) return t.call(e);
|
|
885
|
+
if ("function" == typeof e.next) return e;
|
|
886
|
+
if (!isNaN(e.length)) return {
|
|
887
|
+
next: function next() {
|
|
888
|
+
return e && r >= e.length && (e = void 0), {
|
|
889
|
+
value: e && e[r++],
|
|
890
|
+
done: !e
|
|
891
|
+
};
|
|
892
|
+
}
|
|
893
|
+
};
|
|
894
|
+
}
|
|
895
|
+
throw new TypeError(_typeof(e) + " is not iterable");
|
|
896
|
+
}
|
|
897
|
+
module.exports = _regeneratorValues, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
898
|
+
|
|
899
|
+
/***/ },
|
|
900
|
+
|
|
872
901
|
/***/ 580
|
|
873
902
|
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
874
903
|
|
|
@@ -1133,6 +1162,18 @@ _radiobox_vue__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .A.group = _radiobox
|
|
|
1133
1162
|
/* harmony import */ var _node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_clonedRuleSet_2_use_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_dist_cjs_js_node_modules_vue_loader_lib_index_js_vue_loader_options_radiobox_group_vue_vue_type_style_index_0_id_fdaff666_prod_scoped_true_lang_css__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_index_js_node_modules_css_loader_dist_cjs_js_clonedRuleSet_2_use_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_dist_cjs_js_node_modules_vue_loader_lib_index_js_vue_loader_options_radiobox_group_vue_vue_type_style_index_0_id_fdaff666_prod_scoped_true_lang_css__WEBPACK_IMPORTED_MODULE_0__);
|
|
1134
1163
|
|
|
1135
1164
|
|
|
1165
|
+
/***/ },
|
|
1166
|
+
|
|
1167
|
+
/***/ 887
|
|
1168
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1169
|
+
|
|
1170
|
+
var regenerator = __webpack_require__(6993);
|
|
1171
|
+
var regeneratorAsyncIterator = __webpack_require__(1791);
|
|
1172
|
+
function _regeneratorAsyncGen(r, e, t, o, n) {
|
|
1173
|
+
return new regeneratorAsyncIterator(regenerator().w(r, e, t, o), n || Promise);
|
|
1174
|
+
}
|
|
1175
|
+
module.exports = _regeneratorAsyncGen, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
1176
|
+
|
|
1136
1177
|
/***/ },
|
|
1137
1178
|
|
|
1138
1179
|
/***/ 904
|
|
@@ -1491,1073 +1532,6 @@ var component = (0,_node_modules_vue_loader_lib_runtime_componentNormalizer_js__
|
|
|
1491
1532
|
|
|
1492
1533
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (component.exports);
|
|
1493
1534
|
|
|
1494
|
-
/***/ },
|
|
1495
|
-
|
|
1496
|
-
/***/ 1335
|
|
1497
|
-
(module, exports) {
|
|
1498
|
-
|
|
1499
|
-
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;(function() {
|
|
1500
|
-
|
|
1501
|
-
var debug = false;
|
|
1502
|
-
|
|
1503
|
-
var root = this;
|
|
1504
|
-
|
|
1505
|
-
var EXIF = function(obj) {
|
|
1506
|
-
if (obj instanceof EXIF) return obj;
|
|
1507
|
-
if (!(this instanceof EXIF)) return new EXIF(obj);
|
|
1508
|
-
this.EXIFwrapped = obj;
|
|
1509
|
-
};
|
|
1510
|
-
|
|
1511
|
-
if (true) {
|
|
1512
|
-
if ( true && module.exports) {
|
|
1513
|
-
exports = module.exports = EXIF;
|
|
1514
|
-
}
|
|
1515
|
-
exports.EXIF = EXIF;
|
|
1516
|
-
} else // removed by dead control flow
|
|
1517
|
-
{}
|
|
1518
|
-
|
|
1519
|
-
var ExifTags = EXIF.Tags = {
|
|
1520
|
-
|
|
1521
|
-
// version tags
|
|
1522
|
-
0x9000 : "ExifVersion", // EXIF version
|
|
1523
|
-
0xA000 : "FlashpixVersion", // Flashpix format version
|
|
1524
|
-
|
|
1525
|
-
// colorspace tags
|
|
1526
|
-
0xA001 : "ColorSpace", // Color space information tag
|
|
1527
|
-
|
|
1528
|
-
// image configuration
|
|
1529
|
-
0xA002 : "PixelXDimension", // Valid width of meaningful image
|
|
1530
|
-
0xA003 : "PixelYDimension", // Valid height of meaningful image
|
|
1531
|
-
0x9101 : "ComponentsConfiguration", // Information about channels
|
|
1532
|
-
0x9102 : "CompressedBitsPerPixel", // Compressed bits per pixel
|
|
1533
|
-
|
|
1534
|
-
// user information
|
|
1535
|
-
0x927C : "MakerNote", // Any desired information written by the manufacturer
|
|
1536
|
-
0x9286 : "UserComment", // Comments by user
|
|
1537
|
-
|
|
1538
|
-
// related file
|
|
1539
|
-
0xA004 : "RelatedSoundFile", // Name of related sound file
|
|
1540
|
-
|
|
1541
|
-
// date and time
|
|
1542
|
-
0x9003 : "DateTimeOriginal", // Date and time when the original image was generated
|
|
1543
|
-
0x9004 : "DateTimeDigitized", // Date and time when the image was stored digitally
|
|
1544
|
-
0x9290 : "SubsecTime", // Fractions of seconds for DateTime
|
|
1545
|
-
0x9291 : "SubsecTimeOriginal", // Fractions of seconds for DateTimeOriginal
|
|
1546
|
-
0x9292 : "SubsecTimeDigitized", // Fractions of seconds for DateTimeDigitized
|
|
1547
|
-
|
|
1548
|
-
// picture-taking conditions
|
|
1549
|
-
0x829A : "ExposureTime", // Exposure time (in seconds)
|
|
1550
|
-
0x829D : "FNumber", // F number
|
|
1551
|
-
0x8822 : "ExposureProgram", // Exposure program
|
|
1552
|
-
0x8824 : "SpectralSensitivity", // Spectral sensitivity
|
|
1553
|
-
0x8827 : "ISOSpeedRatings", // ISO speed rating
|
|
1554
|
-
0x8828 : "OECF", // Optoelectric conversion factor
|
|
1555
|
-
0x9201 : "ShutterSpeedValue", // Shutter speed
|
|
1556
|
-
0x9202 : "ApertureValue", // Lens aperture
|
|
1557
|
-
0x9203 : "BrightnessValue", // Value of brightness
|
|
1558
|
-
0x9204 : "ExposureBias", // Exposure bias
|
|
1559
|
-
0x9205 : "MaxApertureValue", // Smallest F number of lens
|
|
1560
|
-
0x9206 : "SubjectDistance", // Distance to subject in meters
|
|
1561
|
-
0x9207 : "MeteringMode", // Metering mode
|
|
1562
|
-
0x9208 : "LightSource", // Kind of light source
|
|
1563
|
-
0x9209 : "Flash", // Flash status
|
|
1564
|
-
0x9214 : "SubjectArea", // Location and area of main subject
|
|
1565
|
-
0x920A : "FocalLength", // Focal length of the lens in mm
|
|
1566
|
-
0xA20B : "FlashEnergy", // Strobe energy in BCPS
|
|
1567
|
-
0xA20C : "SpatialFrequencyResponse", //
|
|
1568
|
-
0xA20E : "FocalPlaneXResolution", // Number of pixels in width direction per FocalPlaneResolutionUnit
|
|
1569
|
-
0xA20F : "FocalPlaneYResolution", // Number of pixels in height direction per FocalPlaneResolutionUnit
|
|
1570
|
-
0xA210 : "FocalPlaneResolutionUnit", // Unit for measuring FocalPlaneXResolution and FocalPlaneYResolution
|
|
1571
|
-
0xA214 : "SubjectLocation", // Location of subject in image
|
|
1572
|
-
0xA215 : "ExposureIndex", // Exposure index selected on camera
|
|
1573
|
-
0xA217 : "SensingMethod", // Image sensor type
|
|
1574
|
-
0xA300 : "FileSource", // Image source (3 == DSC)
|
|
1575
|
-
0xA301 : "SceneType", // Scene type (1 == directly photographed)
|
|
1576
|
-
0xA302 : "CFAPattern", // Color filter array geometric pattern
|
|
1577
|
-
0xA401 : "CustomRendered", // Special processing
|
|
1578
|
-
0xA402 : "ExposureMode", // Exposure mode
|
|
1579
|
-
0xA403 : "WhiteBalance", // 1 = auto white balance, 2 = manual
|
|
1580
|
-
0xA404 : "DigitalZoomRation", // Digital zoom ratio
|
|
1581
|
-
0xA405 : "FocalLengthIn35mmFilm", // Equivalent foacl length assuming 35mm film camera (in mm)
|
|
1582
|
-
0xA406 : "SceneCaptureType", // Type of scene
|
|
1583
|
-
0xA407 : "GainControl", // Degree of overall image gain adjustment
|
|
1584
|
-
0xA408 : "Contrast", // Direction of contrast processing applied by camera
|
|
1585
|
-
0xA409 : "Saturation", // Direction of saturation processing applied by camera
|
|
1586
|
-
0xA40A : "Sharpness", // Direction of sharpness processing applied by camera
|
|
1587
|
-
0xA40B : "DeviceSettingDescription", //
|
|
1588
|
-
0xA40C : "SubjectDistanceRange", // Distance to subject
|
|
1589
|
-
|
|
1590
|
-
// other tags
|
|
1591
|
-
0xA005 : "InteroperabilityIFDPointer",
|
|
1592
|
-
0xA420 : "ImageUniqueID" // Identifier assigned uniquely to each image
|
|
1593
|
-
};
|
|
1594
|
-
|
|
1595
|
-
var TiffTags = EXIF.TiffTags = {
|
|
1596
|
-
0x0100 : "ImageWidth",
|
|
1597
|
-
0x0101 : "ImageHeight",
|
|
1598
|
-
0x8769 : "ExifIFDPointer",
|
|
1599
|
-
0x8825 : "GPSInfoIFDPointer",
|
|
1600
|
-
0xA005 : "InteroperabilityIFDPointer",
|
|
1601
|
-
0x0102 : "BitsPerSample",
|
|
1602
|
-
0x0103 : "Compression",
|
|
1603
|
-
0x0106 : "PhotometricInterpretation",
|
|
1604
|
-
0x0112 : "Orientation",
|
|
1605
|
-
0x0115 : "SamplesPerPixel",
|
|
1606
|
-
0x011C : "PlanarConfiguration",
|
|
1607
|
-
0x0212 : "YCbCrSubSampling",
|
|
1608
|
-
0x0213 : "YCbCrPositioning",
|
|
1609
|
-
0x011A : "XResolution",
|
|
1610
|
-
0x011B : "YResolution",
|
|
1611
|
-
0x0128 : "ResolutionUnit",
|
|
1612
|
-
0x0111 : "StripOffsets",
|
|
1613
|
-
0x0116 : "RowsPerStrip",
|
|
1614
|
-
0x0117 : "StripByteCounts",
|
|
1615
|
-
0x0201 : "JPEGInterchangeFormat",
|
|
1616
|
-
0x0202 : "JPEGInterchangeFormatLength",
|
|
1617
|
-
0x012D : "TransferFunction",
|
|
1618
|
-
0x013E : "WhitePoint",
|
|
1619
|
-
0x013F : "PrimaryChromaticities",
|
|
1620
|
-
0x0211 : "YCbCrCoefficients",
|
|
1621
|
-
0x0214 : "ReferenceBlackWhite",
|
|
1622
|
-
0x0132 : "DateTime",
|
|
1623
|
-
0x010E : "ImageDescription",
|
|
1624
|
-
0x010F : "Make",
|
|
1625
|
-
0x0110 : "Model",
|
|
1626
|
-
0x0131 : "Software",
|
|
1627
|
-
0x013B : "Artist",
|
|
1628
|
-
0x8298 : "Copyright"
|
|
1629
|
-
};
|
|
1630
|
-
|
|
1631
|
-
var GPSTags = EXIF.GPSTags = {
|
|
1632
|
-
0x0000 : "GPSVersionID",
|
|
1633
|
-
0x0001 : "GPSLatitudeRef",
|
|
1634
|
-
0x0002 : "GPSLatitude",
|
|
1635
|
-
0x0003 : "GPSLongitudeRef",
|
|
1636
|
-
0x0004 : "GPSLongitude",
|
|
1637
|
-
0x0005 : "GPSAltitudeRef",
|
|
1638
|
-
0x0006 : "GPSAltitude",
|
|
1639
|
-
0x0007 : "GPSTimeStamp",
|
|
1640
|
-
0x0008 : "GPSSatellites",
|
|
1641
|
-
0x0009 : "GPSStatus",
|
|
1642
|
-
0x000A : "GPSMeasureMode",
|
|
1643
|
-
0x000B : "GPSDOP",
|
|
1644
|
-
0x000C : "GPSSpeedRef",
|
|
1645
|
-
0x000D : "GPSSpeed",
|
|
1646
|
-
0x000E : "GPSTrackRef",
|
|
1647
|
-
0x000F : "GPSTrack",
|
|
1648
|
-
0x0010 : "GPSImgDirectionRef",
|
|
1649
|
-
0x0011 : "GPSImgDirection",
|
|
1650
|
-
0x0012 : "GPSMapDatum",
|
|
1651
|
-
0x0013 : "GPSDestLatitudeRef",
|
|
1652
|
-
0x0014 : "GPSDestLatitude",
|
|
1653
|
-
0x0015 : "GPSDestLongitudeRef",
|
|
1654
|
-
0x0016 : "GPSDestLongitude",
|
|
1655
|
-
0x0017 : "GPSDestBearingRef",
|
|
1656
|
-
0x0018 : "GPSDestBearing",
|
|
1657
|
-
0x0019 : "GPSDestDistanceRef",
|
|
1658
|
-
0x001A : "GPSDestDistance",
|
|
1659
|
-
0x001B : "GPSProcessingMethod",
|
|
1660
|
-
0x001C : "GPSAreaInformation",
|
|
1661
|
-
0x001D : "GPSDateStamp",
|
|
1662
|
-
0x001E : "GPSDifferential"
|
|
1663
|
-
};
|
|
1664
|
-
|
|
1665
|
-
// EXIF 2.3 Spec
|
|
1666
|
-
var IFD1Tags = EXIF.IFD1Tags = {
|
|
1667
|
-
0x0100: "ImageWidth",
|
|
1668
|
-
0x0101: "ImageHeight",
|
|
1669
|
-
0x0102: "BitsPerSample",
|
|
1670
|
-
0x0103: "Compression",
|
|
1671
|
-
0x0106: "PhotometricInterpretation",
|
|
1672
|
-
0x0111: "StripOffsets",
|
|
1673
|
-
0x0112: "Orientation",
|
|
1674
|
-
0x0115: "SamplesPerPixel",
|
|
1675
|
-
0x0116: "RowsPerStrip",
|
|
1676
|
-
0x0117: "StripByteCounts",
|
|
1677
|
-
0x011A: "XResolution",
|
|
1678
|
-
0x011B: "YResolution",
|
|
1679
|
-
0x011C: "PlanarConfiguration",
|
|
1680
|
-
0x0128: "ResolutionUnit",
|
|
1681
|
-
0x0201: "JpegIFOffset", // When image format is JPEG, this value show offset to JPEG data stored.(aka "ThumbnailOffset" or "JPEGInterchangeFormat")
|
|
1682
|
-
0x0202: "JpegIFByteCount", // When image format is JPEG, this value shows data size of JPEG image (aka "ThumbnailLength" or "JPEGInterchangeFormatLength")
|
|
1683
|
-
0x0211: "YCbCrCoefficients",
|
|
1684
|
-
0x0212: "YCbCrSubSampling",
|
|
1685
|
-
0x0213: "YCbCrPositioning",
|
|
1686
|
-
0x0214: "ReferenceBlackWhite"
|
|
1687
|
-
};
|
|
1688
|
-
|
|
1689
|
-
var StringValues = EXIF.StringValues = {
|
|
1690
|
-
ExposureProgram : {
|
|
1691
|
-
0 : "Not defined",
|
|
1692
|
-
1 : "Manual",
|
|
1693
|
-
2 : "Normal program",
|
|
1694
|
-
3 : "Aperture priority",
|
|
1695
|
-
4 : "Shutter priority",
|
|
1696
|
-
5 : "Creative program",
|
|
1697
|
-
6 : "Action program",
|
|
1698
|
-
7 : "Portrait mode",
|
|
1699
|
-
8 : "Landscape mode"
|
|
1700
|
-
},
|
|
1701
|
-
MeteringMode : {
|
|
1702
|
-
0 : "Unknown",
|
|
1703
|
-
1 : "Average",
|
|
1704
|
-
2 : "CenterWeightedAverage",
|
|
1705
|
-
3 : "Spot",
|
|
1706
|
-
4 : "MultiSpot",
|
|
1707
|
-
5 : "Pattern",
|
|
1708
|
-
6 : "Partial",
|
|
1709
|
-
255 : "Other"
|
|
1710
|
-
},
|
|
1711
|
-
LightSource : {
|
|
1712
|
-
0 : "Unknown",
|
|
1713
|
-
1 : "Daylight",
|
|
1714
|
-
2 : "Fluorescent",
|
|
1715
|
-
3 : "Tungsten (incandescent light)",
|
|
1716
|
-
4 : "Flash",
|
|
1717
|
-
9 : "Fine weather",
|
|
1718
|
-
10 : "Cloudy weather",
|
|
1719
|
-
11 : "Shade",
|
|
1720
|
-
12 : "Daylight fluorescent (D 5700 - 7100K)",
|
|
1721
|
-
13 : "Day white fluorescent (N 4600 - 5400K)",
|
|
1722
|
-
14 : "Cool white fluorescent (W 3900 - 4500K)",
|
|
1723
|
-
15 : "White fluorescent (WW 3200 - 3700K)",
|
|
1724
|
-
17 : "Standard light A",
|
|
1725
|
-
18 : "Standard light B",
|
|
1726
|
-
19 : "Standard light C",
|
|
1727
|
-
20 : "D55",
|
|
1728
|
-
21 : "D65",
|
|
1729
|
-
22 : "D75",
|
|
1730
|
-
23 : "D50",
|
|
1731
|
-
24 : "ISO studio tungsten",
|
|
1732
|
-
255 : "Other"
|
|
1733
|
-
},
|
|
1734
|
-
Flash : {
|
|
1735
|
-
0x0000 : "Flash did not fire",
|
|
1736
|
-
0x0001 : "Flash fired",
|
|
1737
|
-
0x0005 : "Strobe return light not detected",
|
|
1738
|
-
0x0007 : "Strobe return light detected",
|
|
1739
|
-
0x0009 : "Flash fired, compulsory flash mode",
|
|
1740
|
-
0x000D : "Flash fired, compulsory flash mode, return light not detected",
|
|
1741
|
-
0x000F : "Flash fired, compulsory flash mode, return light detected",
|
|
1742
|
-
0x0010 : "Flash did not fire, compulsory flash mode",
|
|
1743
|
-
0x0018 : "Flash did not fire, auto mode",
|
|
1744
|
-
0x0019 : "Flash fired, auto mode",
|
|
1745
|
-
0x001D : "Flash fired, auto mode, return light not detected",
|
|
1746
|
-
0x001F : "Flash fired, auto mode, return light detected",
|
|
1747
|
-
0x0020 : "No flash function",
|
|
1748
|
-
0x0041 : "Flash fired, red-eye reduction mode",
|
|
1749
|
-
0x0045 : "Flash fired, red-eye reduction mode, return light not detected",
|
|
1750
|
-
0x0047 : "Flash fired, red-eye reduction mode, return light detected",
|
|
1751
|
-
0x0049 : "Flash fired, compulsory flash mode, red-eye reduction mode",
|
|
1752
|
-
0x004D : "Flash fired, compulsory flash mode, red-eye reduction mode, return light not detected",
|
|
1753
|
-
0x004F : "Flash fired, compulsory flash mode, red-eye reduction mode, return light detected",
|
|
1754
|
-
0x0059 : "Flash fired, auto mode, red-eye reduction mode",
|
|
1755
|
-
0x005D : "Flash fired, auto mode, return light not detected, red-eye reduction mode",
|
|
1756
|
-
0x005F : "Flash fired, auto mode, return light detected, red-eye reduction mode"
|
|
1757
|
-
},
|
|
1758
|
-
SensingMethod : {
|
|
1759
|
-
1 : "Not defined",
|
|
1760
|
-
2 : "One-chip color area sensor",
|
|
1761
|
-
3 : "Two-chip color area sensor",
|
|
1762
|
-
4 : "Three-chip color area sensor",
|
|
1763
|
-
5 : "Color sequential area sensor",
|
|
1764
|
-
7 : "Trilinear sensor",
|
|
1765
|
-
8 : "Color sequential linear sensor"
|
|
1766
|
-
},
|
|
1767
|
-
SceneCaptureType : {
|
|
1768
|
-
0 : "Standard",
|
|
1769
|
-
1 : "Landscape",
|
|
1770
|
-
2 : "Portrait",
|
|
1771
|
-
3 : "Night scene"
|
|
1772
|
-
},
|
|
1773
|
-
SceneType : {
|
|
1774
|
-
1 : "Directly photographed"
|
|
1775
|
-
},
|
|
1776
|
-
CustomRendered : {
|
|
1777
|
-
0 : "Normal process",
|
|
1778
|
-
1 : "Custom process"
|
|
1779
|
-
},
|
|
1780
|
-
WhiteBalance : {
|
|
1781
|
-
0 : "Auto white balance",
|
|
1782
|
-
1 : "Manual white balance"
|
|
1783
|
-
},
|
|
1784
|
-
GainControl : {
|
|
1785
|
-
0 : "None",
|
|
1786
|
-
1 : "Low gain up",
|
|
1787
|
-
2 : "High gain up",
|
|
1788
|
-
3 : "Low gain down",
|
|
1789
|
-
4 : "High gain down"
|
|
1790
|
-
},
|
|
1791
|
-
Contrast : {
|
|
1792
|
-
0 : "Normal",
|
|
1793
|
-
1 : "Soft",
|
|
1794
|
-
2 : "Hard"
|
|
1795
|
-
},
|
|
1796
|
-
Saturation : {
|
|
1797
|
-
0 : "Normal",
|
|
1798
|
-
1 : "Low saturation",
|
|
1799
|
-
2 : "High saturation"
|
|
1800
|
-
},
|
|
1801
|
-
Sharpness : {
|
|
1802
|
-
0 : "Normal",
|
|
1803
|
-
1 : "Soft",
|
|
1804
|
-
2 : "Hard"
|
|
1805
|
-
},
|
|
1806
|
-
SubjectDistanceRange : {
|
|
1807
|
-
0 : "Unknown",
|
|
1808
|
-
1 : "Macro",
|
|
1809
|
-
2 : "Close view",
|
|
1810
|
-
3 : "Distant view"
|
|
1811
|
-
},
|
|
1812
|
-
FileSource : {
|
|
1813
|
-
3 : "DSC"
|
|
1814
|
-
},
|
|
1815
|
-
|
|
1816
|
-
Components : {
|
|
1817
|
-
0 : "",
|
|
1818
|
-
1 : "Y",
|
|
1819
|
-
2 : "Cb",
|
|
1820
|
-
3 : "Cr",
|
|
1821
|
-
4 : "R",
|
|
1822
|
-
5 : "G",
|
|
1823
|
-
6 : "B"
|
|
1824
|
-
}
|
|
1825
|
-
};
|
|
1826
|
-
|
|
1827
|
-
function addEvent(element, event, handler) {
|
|
1828
|
-
if (element.addEventListener) {
|
|
1829
|
-
element.addEventListener(event, handler, false);
|
|
1830
|
-
} else if (element.attachEvent) {
|
|
1831
|
-
element.attachEvent("on" + event, handler);
|
|
1832
|
-
}
|
|
1833
|
-
}
|
|
1834
|
-
|
|
1835
|
-
function imageHasData(img) {
|
|
1836
|
-
return !!(img.exifdata);
|
|
1837
|
-
}
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
function base64ToArrayBuffer(base64, contentType) {
|
|
1841
|
-
contentType = contentType || base64.match(/^data\:([^\;]+)\;base64,/mi)[1] || ''; // e.g. 'data:image/jpeg;base64,...' => 'image/jpeg'
|
|
1842
|
-
base64 = base64.replace(/^data\:([^\;]+)\;base64,/gmi, '');
|
|
1843
|
-
var binary = atob(base64);
|
|
1844
|
-
var len = binary.length;
|
|
1845
|
-
var buffer = new ArrayBuffer(len);
|
|
1846
|
-
var view = new Uint8Array(buffer);
|
|
1847
|
-
for (var i = 0; i < len; i++) {
|
|
1848
|
-
view[i] = binary.charCodeAt(i);
|
|
1849
|
-
}
|
|
1850
|
-
return buffer;
|
|
1851
|
-
}
|
|
1852
|
-
|
|
1853
|
-
function objectURLToBlob(url, callback) {
|
|
1854
|
-
var http = new XMLHttpRequest();
|
|
1855
|
-
http.open("GET", url, true);
|
|
1856
|
-
http.responseType = "blob";
|
|
1857
|
-
http.onload = function(e) {
|
|
1858
|
-
if (this.status == 200 || this.status === 0) {
|
|
1859
|
-
callback(this.response);
|
|
1860
|
-
}
|
|
1861
|
-
};
|
|
1862
|
-
http.send();
|
|
1863
|
-
}
|
|
1864
|
-
|
|
1865
|
-
function getImageData(img, callback) {
|
|
1866
|
-
function handleBinaryFile(binFile) {
|
|
1867
|
-
var data = findEXIFinJPEG(binFile);
|
|
1868
|
-
img.exifdata = data || {};
|
|
1869
|
-
var iptcdata = findIPTCinJPEG(binFile);
|
|
1870
|
-
img.iptcdata = iptcdata || {};
|
|
1871
|
-
if (EXIF.isXmpEnabled) {
|
|
1872
|
-
var xmpdata= findXMPinJPEG(binFile);
|
|
1873
|
-
img.xmpdata = xmpdata || {};
|
|
1874
|
-
}
|
|
1875
|
-
if (callback) {
|
|
1876
|
-
callback.call(img);
|
|
1877
|
-
}
|
|
1878
|
-
}
|
|
1879
|
-
|
|
1880
|
-
if (img.src) {
|
|
1881
|
-
if (/^data\:/i.test(img.src)) { // Data URI
|
|
1882
|
-
var arrayBuffer = base64ToArrayBuffer(img.src);
|
|
1883
|
-
handleBinaryFile(arrayBuffer);
|
|
1884
|
-
|
|
1885
|
-
} else if (/^blob\:/i.test(img.src)) { // Object URL
|
|
1886
|
-
var fileReader = new FileReader();
|
|
1887
|
-
fileReader.onload = function(e) {
|
|
1888
|
-
handleBinaryFile(e.target.result);
|
|
1889
|
-
};
|
|
1890
|
-
objectURLToBlob(img.src, function (blob) {
|
|
1891
|
-
fileReader.readAsArrayBuffer(blob);
|
|
1892
|
-
});
|
|
1893
|
-
} else {
|
|
1894
|
-
var http = new XMLHttpRequest();
|
|
1895
|
-
http.onload = function() {
|
|
1896
|
-
if (this.status == 200 || this.status === 0) {
|
|
1897
|
-
handleBinaryFile(http.response);
|
|
1898
|
-
} else {
|
|
1899
|
-
throw "Could not load image";
|
|
1900
|
-
}
|
|
1901
|
-
http = null;
|
|
1902
|
-
};
|
|
1903
|
-
http.open("GET", img.src, true);
|
|
1904
|
-
http.responseType = "arraybuffer";
|
|
1905
|
-
http.send(null);
|
|
1906
|
-
}
|
|
1907
|
-
} else if (self.FileReader && (img instanceof self.Blob || img instanceof self.File)) {
|
|
1908
|
-
var fileReader = new FileReader();
|
|
1909
|
-
fileReader.onload = function(e) {
|
|
1910
|
-
if (debug) console.log("Got file of length " + e.target.result.byteLength);
|
|
1911
|
-
handleBinaryFile(e.target.result);
|
|
1912
|
-
};
|
|
1913
|
-
|
|
1914
|
-
fileReader.readAsArrayBuffer(img);
|
|
1915
|
-
}
|
|
1916
|
-
}
|
|
1917
|
-
|
|
1918
|
-
function findEXIFinJPEG(file) {
|
|
1919
|
-
var dataView = new DataView(file);
|
|
1920
|
-
|
|
1921
|
-
if (debug) console.log("Got file of length " + file.byteLength);
|
|
1922
|
-
if ((dataView.getUint8(0) != 0xFF) || (dataView.getUint8(1) != 0xD8)) {
|
|
1923
|
-
if (debug) console.log("Not a valid JPEG");
|
|
1924
|
-
return false; // not a valid jpeg
|
|
1925
|
-
}
|
|
1926
|
-
|
|
1927
|
-
var offset = 2,
|
|
1928
|
-
length = file.byteLength,
|
|
1929
|
-
marker;
|
|
1930
|
-
|
|
1931
|
-
while (offset < length) {
|
|
1932
|
-
if (dataView.getUint8(offset) != 0xFF) {
|
|
1933
|
-
if (debug) console.log("Not a valid marker at offset " + offset + ", found: " + dataView.getUint8(offset));
|
|
1934
|
-
return false; // not a valid marker, something is wrong
|
|
1935
|
-
}
|
|
1936
|
-
|
|
1937
|
-
marker = dataView.getUint8(offset + 1);
|
|
1938
|
-
if (debug) console.log(marker);
|
|
1939
|
-
|
|
1940
|
-
// we could implement handling for other markers here,
|
|
1941
|
-
// but we're only looking for 0xFFE1 for EXIF data
|
|
1942
|
-
|
|
1943
|
-
if (marker == 225) {
|
|
1944
|
-
if (debug) console.log("Found 0xFFE1 marker");
|
|
1945
|
-
|
|
1946
|
-
return readEXIFData(dataView, offset + 4, dataView.getUint16(offset + 2) - 2);
|
|
1947
|
-
|
|
1948
|
-
// offset += 2 + file.getShortAt(offset+2, true);
|
|
1949
|
-
|
|
1950
|
-
} else {
|
|
1951
|
-
offset += 2 + dataView.getUint16(offset+2);
|
|
1952
|
-
}
|
|
1953
|
-
|
|
1954
|
-
}
|
|
1955
|
-
|
|
1956
|
-
}
|
|
1957
|
-
|
|
1958
|
-
function findIPTCinJPEG(file) {
|
|
1959
|
-
var dataView = new DataView(file);
|
|
1960
|
-
|
|
1961
|
-
if (debug) console.log("Got file of length " + file.byteLength);
|
|
1962
|
-
if ((dataView.getUint8(0) != 0xFF) || (dataView.getUint8(1) != 0xD8)) {
|
|
1963
|
-
if (debug) console.log("Not a valid JPEG");
|
|
1964
|
-
return false; // not a valid jpeg
|
|
1965
|
-
}
|
|
1966
|
-
|
|
1967
|
-
var offset = 2,
|
|
1968
|
-
length = file.byteLength;
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
var isFieldSegmentStart = function(dataView, offset){
|
|
1972
|
-
return (
|
|
1973
|
-
dataView.getUint8(offset) === 0x38 &&
|
|
1974
|
-
dataView.getUint8(offset+1) === 0x42 &&
|
|
1975
|
-
dataView.getUint8(offset+2) === 0x49 &&
|
|
1976
|
-
dataView.getUint8(offset+3) === 0x4D &&
|
|
1977
|
-
dataView.getUint8(offset+4) === 0x04 &&
|
|
1978
|
-
dataView.getUint8(offset+5) === 0x04
|
|
1979
|
-
);
|
|
1980
|
-
};
|
|
1981
|
-
|
|
1982
|
-
while (offset < length) {
|
|
1983
|
-
|
|
1984
|
-
if ( isFieldSegmentStart(dataView, offset )){
|
|
1985
|
-
|
|
1986
|
-
// Get the length of the name header (which is padded to an even number of bytes)
|
|
1987
|
-
var nameHeaderLength = dataView.getUint8(offset+7);
|
|
1988
|
-
if(nameHeaderLength % 2 !== 0) nameHeaderLength += 1;
|
|
1989
|
-
// Check for pre photoshop 6 format
|
|
1990
|
-
if(nameHeaderLength === 0) {
|
|
1991
|
-
// Always 4
|
|
1992
|
-
nameHeaderLength = 4;
|
|
1993
|
-
}
|
|
1994
|
-
|
|
1995
|
-
var startOffset = offset + 8 + nameHeaderLength;
|
|
1996
|
-
var sectionLength = dataView.getUint16(offset + 6 + nameHeaderLength);
|
|
1997
|
-
|
|
1998
|
-
return readIPTCData(file, startOffset, sectionLength);
|
|
1999
|
-
|
|
2000
|
-
// removed by dead control flow
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
}
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
// Not the marker, continue searching
|
|
2007
|
-
offset++;
|
|
2008
|
-
|
|
2009
|
-
}
|
|
2010
|
-
|
|
2011
|
-
}
|
|
2012
|
-
var IptcFieldMap = {
|
|
2013
|
-
0x78 : 'caption',
|
|
2014
|
-
0x6E : 'credit',
|
|
2015
|
-
0x19 : 'keywords',
|
|
2016
|
-
0x37 : 'dateCreated',
|
|
2017
|
-
0x50 : 'byline',
|
|
2018
|
-
0x55 : 'bylineTitle',
|
|
2019
|
-
0x7A : 'captionWriter',
|
|
2020
|
-
0x69 : 'headline',
|
|
2021
|
-
0x74 : 'copyright',
|
|
2022
|
-
0x0F : 'category'
|
|
2023
|
-
};
|
|
2024
|
-
function readIPTCData(file, startOffset, sectionLength){
|
|
2025
|
-
var dataView = new DataView(file);
|
|
2026
|
-
var data = {};
|
|
2027
|
-
var fieldValue, fieldName, dataSize, segmentType, segmentSize;
|
|
2028
|
-
var segmentStartPos = startOffset;
|
|
2029
|
-
while(segmentStartPos < startOffset+sectionLength) {
|
|
2030
|
-
if(dataView.getUint8(segmentStartPos) === 0x1C && dataView.getUint8(segmentStartPos+1) === 0x02){
|
|
2031
|
-
segmentType = dataView.getUint8(segmentStartPos+2);
|
|
2032
|
-
if(segmentType in IptcFieldMap) {
|
|
2033
|
-
dataSize = dataView.getInt16(segmentStartPos+3);
|
|
2034
|
-
segmentSize = dataSize + 5;
|
|
2035
|
-
fieldName = IptcFieldMap[segmentType];
|
|
2036
|
-
fieldValue = getStringFromDB(dataView, segmentStartPos+5, dataSize);
|
|
2037
|
-
// Check if we already stored a value with this name
|
|
2038
|
-
if(data.hasOwnProperty(fieldName)) {
|
|
2039
|
-
// Value already stored with this name, create multivalue field
|
|
2040
|
-
if(data[fieldName] instanceof Array) {
|
|
2041
|
-
data[fieldName].push(fieldValue);
|
|
2042
|
-
}
|
|
2043
|
-
else {
|
|
2044
|
-
data[fieldName] = [data[fieldName], fieldValue];
|
|
2045
|
-
}
|
|
2046
|
-
}
|
|
2047
|
-
else {
|
|
2048
|
-
data[fieldName] = fieldValue;
|
|
2049
|
-
}
|
|
2050
|
-
}
|
|
2051
|
-
|
|
2052
|
-
}
|
|
2053
|
-
segmentStartPos++;
|
|
2054
|
-
}
|
|
2055
|
-
return data;
|
|
2056
|
-
}
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
function readTags(file, tiffStart, dirStart, strings, bigEnd) {
|
|
2061
|
-
var entries = file.getUint16(dirStart, !bigEnd),
|
|
2062
|
-
tags = {},
|
|
2063
|
-
entryOffset, tag,
|
|
2064
|
-
i;
|
|
2065
|
-
|
|
2066
|
-
for (i=0;i<entries;i++) {
|
|
2067
|
-
entryOffset = dirStart + i*12 + 2;
|
|
2068
|
-
tag = strings[file.getUint16(entryOffset, !bigEnd)];
|
|
2069
|
-
if (!tag && debug) console.log("Unknown tag: " + file.getUint16(entryOffset, !bigEnd));
|
|
2070
|
-
tags[tag] = readTagValue(file, entryOffset, tiffStart, dirStart, bigEnd);
|
|
2071
|
-
}
|
|
2072
|
-
return tags;
|
|
2073
|
-
}
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
function readTagValue(file, entryOffset, tiffStart, dirStart, bigEnd) {
|
|
2077
|
-
var type = file.getUint16(entryOffset+2, !bigEnd),
|
|
2078
|
-
numValues = file.getUint32(entryOffset+4, !bigEnd),
|
|
2079
|
-
valueOffset = file.getUint32(entryOffset+8, !bigEnd) + tiffStart,
|
|
2080
|
-
offset,
|
|
2081
|
-
vals, val, n,
|
|
2082
|
-
numerator, denominator;
|
|
2083
|
-
|
|
2084
|
-
switch (type) {
|
|
2085
|
-
case 1: // byte, 8-bit unsigned int
|
|
2086
|
-
case 7: // undefined, 8-bit byte, value depending on field
|
|
2087
|
-
if (numValues == 1) {
|
|
2088
|
-
return file.getUint8(entryOffset + 8, !bigEnd);
|
|
2089
|
-
} else {
|
|
2090
|
-
offset = numValues > 4 ? valueOffset : (entryOffset + 8);
|
|
2091
|
-
vals = [];
|
|
2092
|
-
for (n=0;n<numValues;n++) {
|
|
2093
|
-
vals[n] = file.getUint8(offset + n);
|
|
2094
|
-
}
|
|
2095
|
-
return vals;
|
|
2096
|
-
}
|
|
2097
|
-
|
|
2098
|
-
case 2: // ascii, 8-bit byte
|
|
2099
|
-
offset = numValues > 4 ? valueOffset : (entryOffset + 8);
|
|
2100
|
-
return getStringFromDB(file, offset, numValues-1);
|
|
2101
|
-
|
|
2102
|
-
case 3: // short, 16 bit int
|
|
2103
|
-
if (numValues == 1) {
|
|
2104
|
-
return file.getUint16(entryOffset + 8, !bigEnd);
|
|
2105
|
-
} else {
|
|
2106
|
-
offset = numValues > 2 ? valueOffset : (entryOffset + 8);
|
|
2107
|
-
vals = [];
|
|
2108
|
-
for (n=0;n<numValues;n++) {
|
|
2109
|
-
vals[n] = file.getUint16(offset + 2*n, !bigEnd);
|
|
2110
|
-
}
|
|
2111
|
-
return vals;
|
|
2112
|
-
}
|
|
2113
|
-
|
|
2114
|
-
case 4: // long, 32 bit int
|
|
2115
|
-
if (numValues == 1) {
|
|
2116
|
-
return file.getUint32(entryOffset + 8, !bigEnd);
|
|
2117
|
-
} else {
|
|
2118
|
-
vals = [];
|
|
2119
|
-
for (n=0;n<numValues;n++) {
|
|
2120
|
-
vals[n] = file.getUint32(valueOffset + 4*n, !bigEnd);
|
|
2121
|
-
}
|
|
2122
|
-
return vals;
|
|
2123
|
-
}
|
|
2124
|
-
|
|
2125
|
-
case 5: // rational = two long values, first is numerator, second is denominator
|
|
2126
|
-
if (numValues == 1) {
|
|
2127
|
-
numerator = file.getUint32(valueOffset, !bigEnd);
|
|
2128
|
-
denominator = file.getUint32(valueOffset+4, !bigEnd);
|
|
2129
|
-
val = new Number(numerator / denominator);
|
|
2130
|
-
val.numerator = numerator;
|
|
2131
|
-
val.denominator = denominator;
|
|
2132
|
-
return val;
|
|
2133
|
-
} else {
|
|
2134
|
-
vals = [];
|
|
2135
|
-
for (n=0;n<numValues;n++) {
|
|
2136
|
-
numerator = file.getUint32(valueOffset + 8*n, !bigEnd);
|
|
2137
|
-
denominator = file.getUint32(valueOffset+4 + 8*n, !bigEnd);
|
|
2138
|
-
vals[n] = new Number(numerator / denominator);
|
|
2139
|
-
vals[n].numerator = numerator;
|
|
2140
|
-
vals[n].denominator = denominator;
|
|
2141
|
-
}
|
|
2142
|
-
return vals;
|
|
2143
|
-
}
|
|
2144
|
-
|
|
2145
|
-
case 9: // slong, 32 bit signed int
|
|
2146
|
-
if (numValues == 1) {
|
|
2147
|
-
return file.getInt32(entryOffset + 8, !bigEnd);
|
|
2148
|
-
} else {
|
|
2149
|
-
vals = [];
|
|
2150
|
-
for (n=0;n<numValues;n++) {
|
|
2151
|
-
vals[n] = file.getInt32(valueOffset + 4*n, !bigEnd);
|
|
2152
|
-
}
|
|
2153
|
-
return vals;
|
|
2154
|
-
}
|
|
2155
|
-
|
|
2156
|
-
case 10: // signed rational, two slongs, first is numerator, second is denominator
|
|
2157
|
-
if (numValues == 1) {
|
|
2158
|
-
return file.getInt32(valueOffset, !bigEnd) / file.getInt32(valueOffset+4, !bigEnd);
|
|
2159
|
-
} else {
|
|
2160
|
-
vals = [];
|
|
2161
|
-
for (n=0;n<numValues;n++) {
|
|
2162
|
-
vals[n] = file.getInt32(valueOffset + 8*n, !bigEnd) / file.getInt32(valueOffset+4 + 8*n, !bigEnd);
|
|
2163
|
-
}
|
|
2164
|
-
return vals;
|
|
2165
|
-
}
|
|
2166
|
-
}
|
|
2167
|
-
}
|
|
2168
|
-
|
|
2169
|
-
/**
|
|
2170
|
-
* Given an IFD (Image File Directory) start offset
|
|
2171
|
-
* returns an offset to next IFD or 0 if it's the last IFD.
|
|
2172
|
-
*/
|
|
2173
|
-
function getNextIFDOffset(dataView, dirStart, bigEnd){
|
|
2174
|
-
//the first 2bytes means the number of directory entries contains in this IFD
|
|
2175
|
-
var entries = dataView.getUint16(dirStart, !bigEnd);
|
|
2176
|
-
|
|
2177
|
-
// After last directory entry, there is a 4bytes of data,
|
|
2178
|
-
// it means an offset to next IFD.
|
|
2179
|
-
// If its value is '0x00000000', it means this is the last IFD and there is no linked IFD.
|
|
2180
|
-
|
|
2181
|
-
return dataView.getUint32(dirStart + 2 + entries * 12, !bigEnd); // each entry is 12 bytes long
|
|
2182
|
-
}
|
|
2183
|
-
|
|
2184
|
-
function readThumbnailImage(dataView, tiffStart, firstIFDOffset, bigEnd){
|
|
2185
|
-
// get the IFD1 offset
|
|
2186
|
-
var IFD1OffsetPointer = getNextIFDOffset(dataView, tiffStart+firstIFDOffset, bigEnd);
|
|
2187
|
-
|
|
2188
|
-
if (!IFD1OffsetPointer) {
|
|
2189
|
-
// console.log('******** IFD1Offset is empty, image thumb not found ********');
|
|
2190
|
-
return {};
|
|
2191
|
-
}
|
|
2192
|
-
else if (IFD1OffsetPointer > dataView.byteLength) { // this should not happen
|
|
2193
|
-
// console.log('******** IFD1Offset is outside the bounds of the DataView ********');
|
|
2194
|
-
return {};
|
|
2195
|
-
}
|
|
2196
|
-
// console.log('******* thumbnail IFD offset (IFD1) is: %s', IFD1OffsetPointer);
|
|
2197
|
-
|
|
2198
|
-
var thumbTags = readTags(dataView, tiffStart, tiffStart + IFD1OffsetPointer, IFD1Tags, bigEnd)
|
|
2199
|
-
|
|
2200
|
-
// EXIF 2.3 specification for JPEG format thumbnail
|
|
2201
|
-
|
|
2202
|
-
// If the value of Compression(0x0103) Tag in IFD1 is '6', thumbnail image format is JPEG.
|
|
2203
|
-
// Most of Exif image uses JPEG format for thumbnail. In that case, you can get offset of thumbnail
|
|
2204
|
-
// by JpegIFOffset(0x0201) Tag in IFD1, size of thumbnail by JpegIFByteCount(0x0202) Tag.
|
|
2205
|
-
// Data format is ordinary JPEG format, starts from 0xFFD8 and ends by 0xFFD9. It seems that
|
|
2206
|
-
// JPEG format and 160x120pixels of size are recommended thumbnail format for Exif2.1 or later.
|
|
2207
|
-
|
|
2208
|
-
if (thumbTags['Compression']) {
|
|
2209
|
-
// console.log('Thumbnail image found!');
|
|
2210
|
-
|
|
2211
|
-
switch (thumbTags['Compression']) {
|
|
2212
|
-
case 6:
|
|
2213
|
-
// console.log('Thumbnail image format is JPEG');
|
|
2214
|
-
if (thumbTags.JpegIFOffset && thumbTags.JpegIFByteCount) {
|
|
2215
|
-
// extract the thumbnail
|
|
2216
|
-
var tOffset = tiffStart + thumbTags.JpegIFOffset;
|
|
2217
|
-
var tLength = thumbTags.JpegIFByteCount;
|
|
2218
|
-
thumbTags['blob'] = new Blob([new Uint8Array(dataView.buffer, tOffset, tLength)], {
|
|
2219
|
-
type: 'image/jpeg'
|
|
2220
|
-
});
|
|
2221
|
-
}
|
|
2222
|
-
break;
|
|
2223
|
-
|
|
2224
|
-
case 1:
|
|
2225
|
-
console.log("Thumbnail image format is TIFF, which is not implemented.");
|
|
2226
|
-
break;
|
|
2227
|
-
default:
|
|
2228
|
-
console.log("Unknown thumbnail image format '%s'", thumbTags['Compression']);
|
|
2229
|
-
}
|
|
2230
|
-
}
|
|
2231
|
-
else if (thumbTags['PhotometricInterpretation'] == 2) {
|
|
2232
|
-
console.log("Thumbnail image format is RGB, which is not implemented.");
|
|
2233
|
-
}
|
|
2234
|
-
return thumbTags;
|
|
2235
|
-
}
|
|
2236
|
-
|
|
2237
|
-
function getStringFromDB(buffer, start, length) {
|
|
2238
|
-
var outstr = "";
|
|
2239
|
-
for (n = start; n < start+length; n++) {
|
|
2240
|
-
outstr += String.fromCharCode(buffer.getUint8(n));
|
|
2241
|
-
}
|
|
2242
|
-
return outstr;
|
|
2243
|
-
}
|
|
2244
|
-
|
|
2245
|
-
function readEXIFData(file, start) {
|
|
2246
|
-
if (getStringFromDB(file, start, 4) != "Exif") {
|
|
2247
|
-
if (debug) console.log("Not valid EXIF data! " + getStringFromDB(file, start, 4));
|
|
2248
|
-
return false;
|
|
2249
|
-
}
|
|
2250
|
-
|
|
2251
|
-
var bigEnd,
|
|
2252
|
-
tags, tag,
|
|
2253
|
-
exifData, gpsData,
|
|
2254
|
-
tiffOffset = start + 6;
|
|
2255
|
-
|
|
2256
|
-
// test for TIFF validity and endianness
|
|
2257
|
-
if (file.getUint16(tiffOffset) == 0x4949) {
|
|
2258
|
-
bigEnd = false;
|
|
2259
|
-
} else if (file.getUint16(tiffOffset) == 0x4D4D) {
|
|
2260
|
-
bigEnd = true;
|
|
2261
|
-
} else {
|
|
2262
|
-
if (debug) console.log("Not valid TIFF data! (no 0x4949 or 0x4D4D)");
|
|
2263
|
-
return false;
|
|
2264
|
-
}
|
|
2265
|
-
|
|
2266
|
-
if (file.getUint16(tiffOffset+2, !bigEnd) != 0x002A) {
|
|
2267
|
-
if (debug) console.log("Not valid TIFF data! (no 0x002A)");
|
|
2268
|
-
return false;
|
|
2269
|
-
}
|
|
2270
|
-
|
|
2271
|
-
var firstIFDOffset = file.getUint32(tiffOffset+4, !bigEnd);
|
|
2272
|
-
|
|
2273
|
-
if (firstIFDOffset < 0x00000008) {
|
|
2274
|
-
if (debug) console.log("Not valid TIFF data! (First offset less than 8)", file.getUint32(tiffOffset+4, !bigEnd));
|
|
2275
|
-
return false;
|
|
2276
|
-
}
|
|
2277
|
-
|
|
2278
|
-
tags = readTags(file, tiffOffset, tiffOffset + firstIFDOffset, TiffTags, bigEnd);
|
|
2279
|
-
|
|
2280
|
-
if (tags.ExifIFDPointer) {
|
|
2281
|
-
exifData = readTags(file, tiffOffset, tiffOffset + tags.ExifIFDPointer, ExifTags, bigEnd);
|
|
2282
|
-
for (tag in exifData) {
|
|
2283
|
-
switch (tag) {
|
|
2284
|
-
case "LightSource" :
|
|
2285
|
-
case "Flash" :
|
|
2286
|
-
case "MeteringMode" :
|
|
2287
|
-
case "ExposureProgram" :
|
|
2288
|
-
case "SensingMethod" :
|
|
2289
|
-
case "SceneCaptureType" :
|
|
2290
|
-
case "SceneType" :
|
|
2291
|
-
case "CustomRendered" :
|
|
2292
|
-
case "WhiteBalance" :
|
|
2293
|
-
case "GainControl" :
|
|
2294
|
-
case "Contrast" :
|
|
2295
|
-
case "Saturation" :
|
|
2296
|
-
case "Sharpness" :
|
|
2297
|
-
case "SubjectDistanceRange" :
|
|
2298
|
-
case "FileSource" :
|
|
2299
|
-
exifData[tag] = StringValues[tag][exifData[tag]];
|
|
2300
|
-
break;
|
|
2301
|
-
|
|
2302
|
-
case "ExifVersion" :
|
|
2303
|
-
case "FlashpixVersion" :
|
|
2304
|
-
exifData[tag] = String.fromCharCode(exifData[tag][0], exifData[tag][1], exifData[tag][2], exifData[tag][3]);
|
|
2305
|
-
break;
|
|
2306
|
-
|
|
2307
|
-
case "ComponentsConfiguration" :
|
|
2308
|
-
exifData[tag] =
|
|
2309
|
-
StringValues.Components[exifData[tag][0]] +
|
|
2310
|
-
StringValues.Components[exifData[tag][1]] +
|
|
2311
|
-
StringValues.Components[exifData[tag][2]] +
|
|
2312
|
-
StringValues.Components[exifData[tag][3]];
|
|
2313
|
-
break;
|
|
2314
|
-
}
|
|
2315
|
-
tags[tag] = exifData[tag];
|
|
2316
|
-
}
|
|
2317
|
-
}
|
|
2318
|
-
|
|
2319
|
-
if (tags.GPSInfoIFDPointer) {
|
|
2320
|
-
gpsData = readTags(file, tiffOffset, tiffOffset + tags.GPSInfoIFDPointer, GPSTags, bigEnd);
|
|
2321
|
-
for (tag in gpsData) {
|
|
2322
|
-
switch (tag) {
|
|
2323
|
-
case "GPSVersionID" :
|
|
2324
|
-
gpsData[tag] = gpsData[tag][0] +
|
|
2325
|
-
"." + gpsData[tag][1] +
|
|
2326
|
-
"." + gpsData[tag][2] +
|
|
2327
|
-
"." + gpsData[tag][3];
|
|
2328
|
-
break;
|
|
2329
|
-
}
|
|
2330
|
-
tags[tag] = gpsData[tag];
|
|
2331
|
-
}
|
|
2332
|
-
}
|
|
2333
|
-
|
|
2334
|
-
// extract thumbnail
|
|
2335
|
-
tags['thumbnail'] = readThumbnailImage(file, tiffOffset, firstIFDOffset, bigEnd);
|
|
2336
|
-
|
|
2337
|
-
return tags;
|
|
2338
|
-
}
|
|
2339
|
-
|
|
2340
|
-
function findXMPinJPEG(file) {
|
|
2341
|
-
|
|
2342
|
-
if (!('DOMParser' in self)) {
|
|
2343
|
-
// console.warn('XML parsing not supported without DOMParser');
|
|
2344
|
-
return;
|
|
2345
|
-
}
|
|
2346
|
-
var dataView = new DataView(file);
|
|
2347
|
-
|
|
2348
|
-
if (debug) console.log("Got file of length " + file.byteLength);
|
|
2349
|
-
if ((dataView.getUint8(0) != 0xFF) || (dataView.getUint8(1) != 0xD8)) {
|
|
2350
|
-
if (debug) console.log("Not a valid JPEG");
|
|
2351
|
-
return false; // not a valid jpeg
|
|
2352
|
-
}
|
|
2353
|
-
|
|
2354
|
-
var offset = 2,
|
|
2355
|
-
length = file.byteLength,
|
|
2356
|
-
dom = new DOMParser();
|
|
2357
|
-
|
|
2358
|
-
while (offset < (length-4)) {
|
|
2359
|
-
if (getStringFromDB(dataView, offset, 4) == "http") {
|
|
2360
|
-
var startOffset = offset - 1;
|
|
2361
|
-
var sectionLength = dataView.getUint16(offset - 2) - 1;
|
|
2362
|
-
var xmpString = getStringFromDB(dataView, startOffset, sectionLength)
|
|
2363
|
-
var xmpEndIndex = xmpString.indexOf('xmpmeta>') + 8;
|
|
2364
|
-
xmpString = xmpString.substring( xmpString.indexOf( '<x:xmpmeta' ), xmpEndIndex );
|
|
2365
|
-
|
|
2366
|
-
var indexOfXmp = xmpString.indexOf('x:xmpmeta') + 10
|
|
2367
|
-
//Many custom written programs embed xmp/xml without any namespace. Following are some of them.
|
|
2368
|
-
//Without these namespaces, XML is thought to be invalid by parsers
|
|
2369
|
-
xmpString = xmpString.slice(0, indexOfXmp)
|
|
2370
|
-
+ 'xmlns:Iptc4xmpCore="http://iptc.org/std/Iptc4xmpCore/1.0/xmlns/" '
|
|
2371
|
-
+ 'xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" '
|
|
2372
|
-
+ 'xmlns:tiff="http://ns.adobe.com/tiff/1.0/" '
|
|
2373
|
-
+ 'xmlns:plus="http://schemas.android.com/apk/lib/com.google.android.gms.plus" '
|
|
2374
|
-
+ 'xmlns:ext="http://www.gettyimages.com/xsltExtension/1.0" '
|
|
2375
|
-
+ 'xmlns:exif="http://ns.adobe.com/exif/1.0/" '
|
|
2376
|
-
+ 'xmlns:stEvt="http://ns.adobe.com/xap/1.0/sType/ResourceEvent#" '
|
|
2377
|
-
+ 'xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" '
|
|
2378
|
-
+ 'xmlns:crs="http://ns.adobe.com/camera-raw-settings/1.0/" '
|
|
2379
|
-
+ 'xmlns:xapGImg="http://ns.adobe.com/xap/1.0/g/img/" '
|
|
2380
|
-
+ 'xmlns:Iptc4xmpExt="http://iptc.org/std/Iptc4xmpExt/2008-02-29/" '
|
|
2381
|
-
+ xmpString.slice(indexOfXmp)
|
|
2382
|
-
|
|
2383
|
-
var domDocument = dom.parseFromString( xmpString, 'text/xml' );
|
|
2384
|
-
return xml2Object(domDocument);
|
|
2385
|
-
} else{
|
|
2386
|
-
offset++;
|
|
2387
|
-
}
|
|
2388
|
-
}
|
|
2389
|
-
}
|
|
2390
|
-
|
|
2391
|
-
function xml2json(xml) {
|
|
2392
|
-
var json = {};
|
|
2393
|
-
|
|
2394
|
-
if (xml.nodeType == 1) { // element node
|
|
2395
|
-
if (xml.attributes.length > 0) {
|
|
2396
|
-
json['@attributes'] = {};
|
|
2397
|
-
for (var j = 0; j < xml.attributes.length; j++) {
|
|
2398
|
-
var attribute = xml.attributes.item(j);
|
|
2399
|
-
json['@attributes'][attribute.nodeName] = attribute.nodeValue;
|
|
2400
|
-
}
|
|
2401
|
-
}
|
|
2402
|
-
} else if (xml.nodeType == 3) { // text node
|
|
2403
|
-
return xml.nodeValue;
|
|
2404
|
-
}
|
|
2405
|
-
|
|
2406
|
-
// deal with children
|
|
2407
|
-
if (xml.hasChildNodes()) {
|
|
2408
|
-
for(var i = 0; i < xml.childNodes.length; i++) {
|
|
2409
|
-
var child = xml.childNodes.item(i);
|
|
2410
|
-
var nodeName = child.nodeName;
|
|
2411
|
-
if (json[nodeName] == null) {
|
|
2412
|
-
json[nodeName] = xml2json(child);
|
|
2413
|
-
} else {
|
|
2414
|
-
if (json[nodeName].push == null) {
|
|
2415
|
-
var old = json[nodeName];
|
|
2416
|
-
json[nodeName] = [];
|
|
2417
|
-
json[nodeName].push(old);
|
|
2418
|
-
}
|
|
2419
|
-
json[nodeName].push(xml2json(child));
|
|
2420
|
-
}
|
|
2421
|
-
}
|
|
2422
|
-
}
|
|
2423
|
-
|
|
2424
|
-
return json;
|
|
2425
|
-
}
|
|
2426
|
-
|
|
2427
|
-
function xml2Object(xml) {
|
|
2428
|
-
try {
|
|
2429
|
-
var obj = {};
|
|
2430
|
-
if (xml.children.length > 0) {
|
|
2431
|
-
for (var i = 0; i < xml.children.length; i++) {
|
|
2432
|
-
var item = xml.children.item(i);
|
|
2433
|
-
var attributes = item.attributes;
|
|
2434
|
-
for(var idx in attributes) {
|
|
2435
|
-
var itemAtt = attributes[idx];
|
|
2436
|
-
var dataKey = itemAtt.nodeName;
|
|
2437
|
-
var dataValue = itemAtt.nodeValue;
|
|
2438
|
-
|
|
2439
|
-
if(dataKey !== undefined) {
|
|
2440
|
-
obj[dataKey] = dataValue;
|
|
2441
|
-
}
|
|
2442
|
-
}
|
|
2443
|
-
var nodeName = item.nodeName;
|
|
2444
|
-
|
|
2445
|
-
if (typeof (obj[nodeName]) == "undefined") {
|
|
2446
|
-
obj[nodeName] = xml2json(item);
|
|
2447
|
-
} else {
|
|
2448
|
-
if (typeof (obj[nodeName].push) == "undefined") {
|
|
2449
|
-
var old = obj[nodeName];
|
|
2450
|
-
|
|
2451
|
-
obj[nodeName] = [];
|
|
2452
|
-
obj[nodeName].push(old);
|
|
2453
|
-
}
|
|
2454
|
-
obj[nodeName].push(xml2json(item));
|
|
2455
|
-
}
|
|
2456
|
-
}
|
|
2457
|
-
} else {
|
|
2458
|
-
obj = xml.textContent;
|
|
2459
|
-
}
|
|
2460
|
-
return obj;
|
|
2461
|
-
} catch (e) {
|
|
2462
|
-
console.log(e.message);
|
|
2463
|
-
}
|
|
2464
|
-
}
|
|
2465
|
-
|
|
2466
|
-
EXIF.enableXmp = function() {
|
|
2467
|
-
EXIF.isXmpEnabled = true;
|
|
2468
|
-
}
|
|
2469
|
-
|
|
2470
|
-
EXIF.disableXmp = function() {
|
|
2471
|
-
EXIF.isXmpEnabled = false;
|
|
2472
|
-
}
|
|
2473
|
-
|
|
2474
|
-
EXIF.getData = function(img, callback) {
|
|
2475
|
-
if (((self.Image && img instanceof self.Image)
|
|
2476
|
-
|| (self.HTMLImageElement && img instanceof self.HTMLImageElement))
|
|
2477
|
-
&& !img.complete)
|
|
2478
|
-
return false;
|
|
2479
|
-
|
|
2480
|
-
if (!imageHasData(img)) {
|
|
2481
|
-
getImageData(img, callback);
|
|
2482
|
-
} else {
|
|
2483
|
-
if (callback) {
|
|
2484
|
-
callback.call(img);
|
|
2485
|
-
}
|
|
2486
|
-
}
|
|
2487
|
-
return true;
|
|
2488
|
-
}
|
|
2489
|
-
|
|
2490
|
-
EXIF.getTag = function(img, tag) {
|
|
2491
|
-
if (!imageHasData(img)) return;
|
|
2492
|
-
return img.exifdata[tag];
|
|
2493
|
-
}
|
|
2494
|
-
|
|
2495
|
-
EXIF.getIptcTag = function(img, tag) {
|
|
2496
|
-
if (!imageHasData(img)) return;
|
|
2497
|
-
return img.iptcdata[tag];
|
|
2498
|
-
}
|
|
2499
|
-
|
|
2500
|
-
EXIF.getAllTags = function(img) {
|
|
2501
|
-
if (!imageHasData(img)) return {};
|
|
2502
|
-
var a,
|
|
2503
|
-
data = img.exifdata,
|
|
2504
|
-
tags = {};
|
|
2505
|
-
for (a in data) {
|
|
2506
|
-
if (data.hasOwnProperty(a)) {
|
|
2507
|
-
tags[a] = data[a];
|
|
2508
|
-
}
|
|
2509
|
-
}
|
|
2510
|
-
return tags;
|
|
2511
|
-
}
|
|
2512
|
-
|
|
2513
|
-
EXIF.getAllIptcTags = function(img) {
|
|
2514
|
-
if (!imageHasData(img)) return {};
|
|
2515
|
-
var a,
|
|
2516
|
-
data = img.iptcdata,
|
|
2517
|
-
tags = {};
|
|
2518
|
-
for (a in data) {
|
|
2519
|
-
if (data.hasOwnProperty(a)) {
|
|
2520
|
-
tags[a] = data[a];
|
|
2521
|
-
}
|
|
2522
|
-
}
|
|
2523
|
-
return tags;
|
|
2524
|
-
}
|
|
2525
|
-
|
|
2526
|
-
EXIF.pretty = function(img) {
|
|
2527
|
-
if (!imageHasData(img)) return "";
|
|
2528
|
-
var a,
|
|
2529
|
-
data = img.exifdata,
|
|
2530
|
-
strPretty = "";
|
|
2531
|
-
for (a in data) {
|
|
2532
|
-
if (data.hasOwnProperty(a)) {
|
|
2533
|
-
if (typeof data[a] == "object") {
|
|
2534
|
-
if (data[a] instanceof Number) {
|
|
2535
|
-
strPretty += a + " : " + data[a] + " [" + data[a].numerator + "/" + data[a].denominator + "]\r\n";
|
|
2536
|
-
} else {
|
|
2537
|
-
strPretty += a + " : [" + data[a].length + " values]\r\n";
|
|
2538
|
-
}
|
|
2539
|
-
} else {
|
|
2540
|
-
strPretty += a + " : " + data[a] + "\r\n";
|
|
2541
|
-
}
|
|
2542
|
-
}
|
|
2543
|
-
}
|
|
2544
|
-
return strPretty;
|
|
2545
|
-
}
|
|
2546
|
-
|
|
2547
|
-
EXIF.readFromBinaryFile = function(file) {
|
|
2548
|
-
return findEXIFinJPEG(file);
|
|
2549
|
-
}
|
|
2550
|
-
|
|
2551
|
-
if (true) {
|
|
2552
|
-
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function() {
|
|
2553
|
-
return EXIF;
|
|
2554
|
-
}).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
2555
|
-
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
2556
|
-
}
|
|
2557
|
-
}.call(this));
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
1535
|
/***/ },
|
|
2562
1536
|
|
|
2563
1537
|
/***/ 1354
|
|
@@ -2677,6 +1651,45 @@ var render = function render() {
|
|
|
2677
1651
|
var staticRenderFns = [];
|
|
2678
1652
|
|
|
2679
1653
|
|
|
1654
|
+
/***/ },
|
|
1655
|
+
|
|
1656
|
+
/***/ 1791
|
|
1657
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1658
|
+
|
|
1659
|
+
var OverloadYield = __webpack_require__(5172);
|
|
1660
|
+
var regeneratorDefine = __webpack_require__(5546);
|
|
1661
|
+
function AsyncIterator(t, e) {
|
|
1662
|
+
function n(r, o, i, f) {
|
|
1663
|
+
try {
|
|
1664
|
+
var c = t[r](o),
|
|
1665
|
+
u = c.value;
|
|
1666
|
+
return u instanceof OverloadYield ? e.resolve(u.v).then(function (t) {
|
|
1667
|
+
n("next", t, i, f);
|
|
1668
|
+
}, function (t) {
|
|
1669
|
+
n("throw", t, i, f);
|
|
1670
|
+
}) : e.resolve(u).then(function (t) {
|
|
1671
|
+
c.value = t, i(c);
|
|
1672
|
+
}, function (t) {
|
|
1673
|
+
return n("throw", t, i, f);
|
|
1674
|
+
});
|
|
1675
|
+
} catch (t) {
|
|
1676
|
+
f(t);
|
|
1677
|
+
}
|
|
1678
|
+
}
|
|
1679
|
+
var r;
|
|
1680
|
+
this.next || (regeneratorDefine(AsyncIterator.prototype), regeneratorDefine(AsyncIterator.prototype, "function" == typeof Symbol && Symbol.asyncIterator || "@asyncIterator", function () {
|
|
1681
|
+
return this;
|
|
1682
|
+
})), regeneratorDefine(this, "_invoke", function (t, o, i) {
|
|
1683
|
+
function f() {
|
|
1684
|
+
return new e(function (e, r) {
|
|
1685
|
+
n(t, i, e, r);
|
|
1686
|
+
});
|
|
1687
|
+
}
|
|
1688
|
+
return r = r ? r.then(f, f) : f();
|
|
1689
|
+
}, !0);
|
|
1690
|
+
}
|
|
1691
|
+
module.exports = AsyncIterator, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
1692
|
+
|
|
2680
1693
|
/***/ },
|
|
2681
1694
|
|
|
2682
1695
|
/***/ 1810
|
|
@@ -3676,14 +2689,19 @@ var component = (0,_node_modules_vue_loader_lib_runtime_componentNormalizer_js__
|
|
|
3676
2689
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3677
2690
|
/* harmony export */ A: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
3678
2691
|
/* harmony export */ });
|
|
3679
|
-
/* harmony import */ var
|
|
3680
|
-
/* harmony import */ var
|
|
3681
|
-
/* harmony import */ var
|
|
3682
|
-
/* harmony import */ var
|
|
2692
|
+
/* harmony import */ var _babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(467);
|
|
2693
|
+
/* harmony import */ var _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4756);
|
|
2694
|
+
/* harmony import */ var _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1__);
|
|
2695
|
+
/* harmony import */ var exifr__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(9220);
|
|
2696
|
+
/* harmony import */ var _lib_MegaPixImage__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(8037);
|
|
2697
|
+
/* harmony import */ var _utils_util__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(1819);
|
|
2698
|
+
|
|
3683
2699
|
|
|
2700
|
+
// import EXIF from '../../lib/exif-js'
|
|
3684
2701
|
// import MegaPixImage from '../../lib/MegaPixImage'
|
|
3685
2702
|
|
|
3686
2703
|
|
|
2704
|
+
|
|
3687
2705
|
var prefixCls = 'dpzvc-upload';
|
|
3688
2706
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
|
|
3689
2707
|
props: {
|
|
@@ -3722,36 +2740,114 @@ var prefixCls = 'dpzvc-upload';
|
|
|
3722
2740
|
},
|
|
3723
2741
|
methods: {
|
|
3724
2742
|
showPhoto: function showPhoto(e) {
|
|
3725
|
-
this
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
|
|
3730
|
-
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
|
|
3734
|
-
|
|
3735
|
-
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
|
|
3741
|
-
|
|
3742
|
-
|
|
3743
|
-
|
|
3744
|
-
|
|
3745
|
-
|
|
3746
|
-
|
|
3747
|
-
|
|
3748
|
-
|
|
3749
|
-
|
|
2743
|
+
var _this2 = this;
|
|
2744
|
+
return (0,_babel_runtime_helpers_asyncToGenerator__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .A)(/*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _callee() {
|
|
2745
|
+
var fileList, _loop, i;
|
|
2746
|
+
return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function (_context2) {
|
|
2747
|
+
while (1) switch (_context2.prev = _context2.next) {
|
|
2748
|
+
case 0:
|
|
2749
|
+
_this2.$Indicator.snake({
|
|
2750
|
+
text: '上传中'
|
|
2751
|
+
});
|
|
2752
|
+
_this2.files = [];
|
|
2753
|
+
fileList = e.target.files;
|
|
2754
|
+
_this2.fileLength = fileList.length;
|
|
2755
|
+
_loop = /*#__PURE__*/_babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().mark(function _loop() {
|
|
2756
|
+
var file, Orientation, dataURL, img, _t;
|
|
2757
|
+
return _babel_runtime_regenerator__WEBPACK_IMPORTED_MODULE_1___default().wrap(function (_context) {
|
|
2758
|
+
while (1) switch (_context.prev = _context.next) {
|
|
2759
|
+
case 0:
|
|
2760
|
+
file = fileList[i];
|
|
2761
|
+
_context.prev = 1;
|
|
2762
|
+
_context.next = 2;
|
|
2763
|
+
return exifr__WEBPACK_IMPORTED_MODULE_2__/* ["default"].orientation */ .Ay.orientation(file);
|
|
2764
|
+
case 2:
|
|
2765
|
+
Orientation = _context.sent;
|
|
2766
|
+
_context.next = 3;
|
|
2767
|
+
return new Promise(function (resolve, reject) {
|
|
2768
|
+
var reader = new FileReader();
|
|
2769
|
+
reader.readAsDataURL(file);
|
|
2770
|
+
reader.onload = function () {
|
|
2771
|
+
return resolve(reader.result);
|
|
2772
|
+
};
|
|
2773
|
+
reader.onerror = function (err) {
|
|
2774
|
+
return reject(err);
|
|
2775
|
+
};
|
|
2776
|
+
});
|
|
2777
|
+
case 3:
|
|
2778
|
+
dataURL = _context.sent;
|
|
2779
|
+
img = new Image();
|
|
2780
|
+
img.src = dataURL;
|
|
2781
|
+
_context.next = 4;
|
|
2782
|
+
return new Promise(function (resolve) {
|
|
2783
|
+
img.onload = function () {
|
|
2784
|
+
// 调用你原来的 create 方法
|
|
2785
|
+
_this2.create(img, Orientation);
|
|
2786
|
+
resolve();
|
|
2787
|
+
};
|
|
2788
|
+
});
|
|
2789
|
+
case 4:
|
|
2790
|
+
_context.next = 6;
|
|
2791
|
+
break;
|
|
2792
|
+
case 5:
|
|
2793
|
+
_context.prev = 5;
|
|
2794
|
+
_t = _context["catch"](1);
|
|
2795
|
+
console.error('读取图片或 EXIF 失败', _t);
|
|
2796
|
+
case 6:
|
|
2797
|
+
case "end":
|
|
2798
|
+
return _context.stop();
|
|
2799
|
+
}
|
|
2800
|
+
}, _loop, null, [[1, 5]]);
|
|
2801
|
+
});
|
|
2802
|
+
i = 0;
|
|
2803
|
+
case 1:
|
|
2804
|
+
if (!(i < fileList.length)) {
|
|
2805
|
+
_context2.next = 3;
|
|
2806
|
+
break;
|
|
2807
|
+
}
|
|
2808
|
+
return _context2.delegateYield(_loop(), "t0", 2);
|
|
2809
|
+
case 2:
|
|
2810
|
+
i++;
|
|
2811
|
+
_context2.next = 1;
|
|
2812
|
+
break;
|
|
2813
|
+
case 3:
|
|
2814
|
+
e.target.value = ''; // 清空选择框
|
|
2815
|
+
case 4:
|
|
2816
|
+
case "end":
|
|
2817
|
+
return _context2.stop();
|
|
2818
|
+
}
|
|
2819
|
+
}, _callee);
|
|
2820
|
+
}))();
|
|
2821
|
+
},
|
|
2822
|
+
// showPhoto1(e){
|
|
2823
|
+
// this.$Indicator.snake({text:'上传中'});
|
|
2824
|
+
// this.files = [];
|
|
2825
|
+
// let file = e.target.files;
|
|
2826
|
+
// this.fileLength = file.length;
|
|
2827
|
+
// let that = this;
|
|
2828
|
+
// let Orientation = null;
|
|
2829
|
+
// for (let i = 0; i < file.length; i++) {
|
|
2830
|
+
// EXIF.getData(file[i], function () {
|
|
2831
|
+
// EXIF.getAllTags(this);
|
|
2832
|
+
// Orientation = EXIF.getTag(this, 'Orientation');
|
|
2833
|
+
// });
|
|
2834
|
+
// let reader = new FileReader();
|
|
2835
|
+
// reader.readAsDataURL(file[i]);
|
|
2836
|
+
// reader.onload = function (e) {
|
|
2837
|
+
// let img = new Image();
|
|
2838
|
+
// img.src = e.target.result;
|
|
2839
|
+
// img.onload = function (e) {
|
|
2840
|
+
// that.create(img, Orientation);
|
|
2841
|
+
// }
|
|
2842
|
+
// };
|
|
2843
|
+
// }
|
|
2844
|
+
// e.target.value = '';
|
|
2845
|
+
// },
|
|
3750
2846
|
create: function create(file, Orientation) {
|
|
3751
2847
|
var _this = this;
|
|
3752
2848
|
var data = null;
|
|
3753
2849
|
var img = new Image();
|
|
3754
|
-
var mpImg = new
|
|
2850
|
+
var mpImg = new _lib_MegaPixImage__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .A(file);
|
|
3755
2851
|
mpImg.render(img, {
|
|
3756
2852
|
maxWidth: 600,
|
|
3757
2853
|
quality: 0.8
|
|
@@ -3782,7 +2878,7 @@ var prefixCls = 'dpzvc-upload';
|
|
|
3782
2878
|
data = canvas.toDataURL("image/jpeg", 0.8);
|
|
3783
2879
|
}
|
|
3784
2880
|
if (navigator.userAgent.match(/Android/i)) {
|
|
3785
|
-
var JPEGEncoder =
|
|
2881
|
+
var JPEGEncoder = _utils_util__WEBPACK_IMPORTED_MODULE_4__/* .JPEG */ .$U.JPEGEncoder;
|
|
3786
2882
|
var encoder = new JPEGEncoder();
|
|
3787
2883
|
data = encoder.encode(ctx.getImageData(0, 0, canvas.width, canvas.height), 80);
|
|
3788
2884
|
}
|
|
@@ -3939,6 +3035,37 @@ var prefixCls = 'dpzvc-radiobox';
|
|
|
3939
3035
|
|
|
3940
3036
|
/***/ },
|
|
3941
3037
|
|
|
3038
|
+
/***/ 2848
|
|
3039
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
3040
|
+
|
|
3041
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3042
|
+
/* harmony export */ A: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
3043
|
+
/* harmony export */ });
|
|
3044
|
+
/* harmony import */ var _card_vue_vue_type_template_id_5f3d5290__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3181);
|
|
3045
|
+
/* harmony import */ var _card_vue_vue_type_script_lang_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6768);
|
|
3046
|
+
/* harmony import */ var _node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(4486);
|
|
3047
|
+
|
|
3048
|
+
|
|
3049
|
+
|
|
3050
|
+
|
|
3051
|
+
|
|
3052
|
+
/* normalize component */
|
|
3053
|
+
;
|
|
3054
|
+
var component = (0,_node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .A)(
|
|
3055
|
+
_card_vue_vue_type_script_lang_js__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .A,
|
|
3056
|
+
_card_vue_vue_type_template_id_5f3d5290__WEBPACK_IMPORTED_MODULE_0__/* .render */ .X,
|
|
3057
|
+
_card_vue_vue_type_template_id_5f3d5290__WEBPACK_IMPORTED_MODULE_0__/* .staticRenderFns */ .Y,
|
|
3058
|
+
false,
|
|
3059
|
+
null,
|
|
3060
|
+
null,
|
|
3061
|
+
null
|
|
3062
|
+
|
|
3063
|
+
)
|
|
3064
|
+
|
|
3065
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (component.exports);
|
|
3066
|
+
|
|
3067
|
+
/***/ },
|
|
3068
|
+
|
|
3942
3069
|
/***/ 2901
|
|
3943
3070
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
3944
3071
|
|
|
@@ -4634,7 +3761,7 @@ var prefixCls = 'dpzvc-date-picker';
|
|
|
4634
3761
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
4635
3762
|
/* harmony export */ A: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
4636
3763
|
/* harmony export */ });
|
|
4637
|
-
/* harmony import */ var _card__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
3764
|
+
/* harmony import */ var _card__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2848);
|
|
4638
3765
|
/**
|
|
4639
3766
|
* Created by admin on 2017/7/7.
|
|
4640
3767
|
*/
|
|
@@ -4764,6 +3891,22 @@ var component = (0,_node_modules_vue_loader_lib_runtime_componentNormalizer_js__
|
|
|
4764
3891
|
|
|
4765
3892
|
/***/ },
|
|
4766
3893
|
|
|
3894
|
+
/***/ 3738
|
|
3895
|
+
(module) {
|
|
3896
|
+
|
|
3897
|
+
function _typeof(o) {
|
|
3898
|
+
"@babel/helpers - typeof";
|
|
3899
|
+
|
|
3900
|
+
return module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
3901
|
+
return typeof o;
|
|
3902
|
+
} : function (o) {
|
|
3903
|
+
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
3904
|
+
}, module.exports.__esModule = true, module.exports["default"] = module.exports, _typeof(o);
|
|
3905
|
+
}
|
|
3906
|
+
module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
3907
|
+
|
|
3908
|
+
/***/ },
|
|
3909
|
+
|
|
4767
3910
|
/***/ 3778
|
|
4768
3911
|
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
4769
3912
|
|
|
@@ -5428,6 +4571,22 @@ var prefixCls = 'dpzvc-picker-slot';
|
|
|
5428
4571
|
|
|
5429
4572
|
/***/ },
|
|
5430
4573
|
|
|
4574
|
+
/***/ 4373
|
|
4575
|
+
(module) {
|
|
4576
|
+
|
|
4577
|
+
function _regeneratorKeys(e) {
|
|
4578
|
+
var n = Object(e),
|
|
4579
|
+
r = [];
|
|
4580
|
+
for (var t in n) r.unshift(t);
|
|
4581
|
+
return function e() {
|
|
4582
|
+
for (; r.length;) if ((t = r.pop()) in n) return e.value = t, e.done = !1, e;
|
|
4583
|
+
return e.done = !0, e;
|
|
4584
|
+
};
|
|
4585
|
+
}
|
|
4586
|
+
module.exports = _regeneratorKeys, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
4587
|
+
|
|
4588
|
+
/***/ },
|
|
4589
|
+
|
|
5431
4590
|
/***/ 4467
|
|
5432
4591
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
5433
4592
|
|
|
@@ -5956,6 +5115,89 @@ var clickoutsideContext = '@@clickoutsideContext';
|
|
|
5956
5115
|
|
|
5957
5116
|
/***/ },
|
|
5958
5117
|
|
|
5118
|
+
/***/ 4633
|
|
5119
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
5120
|
+
|
|
5121
|
+
var OverloadYield = __webpack_require__(5172);
|
|
5122
|
+
var regenerator = __webpack_require__(6993);
|
|
5123
|
+
var regeneratorAsync = __webpack_require__(5869);
|
|
5124
|
+
var regeneratorAsyncGen = __webpack_require__(887);
|
|
5125
|
+
var regeneratorAsyncIterator = __webpack_require__(1791);
|
|
5126
|
+
var regeneratorKeys = __webpack_require__(4373);
|
|
5127
|
+
var regeneratorValues = __webpack_require__(579);
|
|
5128
|
+
function _regeneratorRuntime() {
|
|
5129
|
+
"use strict";
|
|
5130
|
+
|
|
5131
|
+
var r = regenerator(),
|
|
5132
|
+
e = r.m(_regeneratorRuntime),
|
|
5133
|
+
t = (Object.getPrototypeOf ? Object.getPrototypeOf(e) : e.__proto__).constructor;
|
|
5134
|
+
function n(r) {
|
|
5135
|
+
var e = "function" == typeof r && r.constructor;
|
|
5136
|
+
return !!e && (e === t || "GeneratorFunction" === (e.displayName || e.name));
|
|
5137
|
+
}
|
|
5138
|
+
var o = {
|
|
5139
|
+
"throw": 1,
|
|
5140
|
+
"return": 2,
|
|
5141
|
+
"break": 3,
|
|
5142
|
+
"continue": 3
|
|
5143
|
+
};
|
|
5144
|
+
function a(r) {
|
|
5145
|
+
var e, t;
|
|
5146
|
+
return function (n) {
|
|
5147
|
+
e || (e = {
|
|
5148
|
+
stop: function stop() {
|
|
5149
|
+
return t(n.a, 2);
|
|
5150
|
+
},
|
|
5151
|
+
"catch": function _catch() {
|
|
5152
|
+
return n.v;
|
|
5153
|
+
},
|
|
5154
|
+
abrupt: function abrupt(r, e) {
|
|
5155
|
+
return t(n.a, o[r], e);
|
|
5156
|
+
},
|
|
5157
|
+
delegateYield: function delegateYield(r, o, a) {
|
|
5158
|
+
return e.resultName = o, t(n.d, regeneratorValues(r), a);
|
|
5159
|
+
},
|
|
5160
|
+
finish: function finish(r) {
|
|
5161
|
+
return t(n.f, r);
|
|
5162
|
+
}
|
|
5163
|
+
}, t = function t(r, _t, o) {
|
|
5164
|
+
n.p = e.prev, n.n = e.next;
|
|
5165
|
+
try {
|
|
5166
|
+
return r(_t, o);
|
|
5167
|
+
} finally {
|
|
5168
|
+
e.next = n.n;
|
|
5169
|
+
}
|
|
5170
|
+
}), e.resultName && (e[e.resultName] = n.v, e.resultName = void 0), e.sent = n.v, e.next = n.n;
|
|
5171
|
+
try {
|
|
5172
|
+
return r.call(this, e);
|
|
5173
|
+
} finally {
|
|
5174
|
+
n.p = e.prev, n.n = e.next;
|
|
5175
|
+
}
|
|
5176
|
+
};
|
|
5177
|
+
}
|
|
5178
|
+
return (module.exports = _regeneratorRuntime = function _regeneratorRuntime() {
|
|
5179
|
+
return {
|
|
5180
|
+
wrap: function wrap(e, t, n, o) {
|
|
5181
|
+
return r.w(a(e), t, n, o && o.reverse());
|
|
5182
|
+
},
|
|
5183
|
+
isGeneratorFunction: n,
|
|
5184
|
+
mark: r.m,
|
|
5185
|
+
awrap: function awrap(r, e) {
|
|
5186
|
+
return new OverloadYield(r, e);
|
|
5187
|
+
},
|
|
5188
|
+
AsyncIterator: regeneratorAsyncIterator,
|
|
5189
|
+
async: function async(r, e, t, o, u) {
|
|
5190
|
+
return (n(e) ? regeneratorAsyncGen : regeneratorAsync)(a(r), e, t, o, u);
|
|
5191
|
+
},
|
|
5192
|
+
keys: regeneratorKeys,
|
|
5193
|
+
values: regeneratorValues
|
|
5194
|
+
};
|
|
5195
|
+
}, module.exports.__esModule = true, module.exports["default"] = module.exports)();
|
|
5196
|
+
}
|
|
5197
|
+
module.exports = _regeneratorRuntime, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
5198
|
+
|
|
5199
|
+
/***/ },
|
|
5200
|
+
|
|
5959
5201
|
/***/ 4649
|
|
5960
5202
|
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
5961
5203
|
|
|
@@ -6077,36 +5319,24 @@ var staticRenderFns = [];
|
|
|
6077
5319
|
|
|
6078
5320
|
/***/ },
|
|
6079
5321
|
|
|
6080
|
-
/***/
|
|
6081
|
-
(
|
|
5322
|
+
/***/ 4756
|
|
5323
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
6082
5324
|
|
|
6083
|
-
|
|
6084
|
-
|
|
6085
|
-
|
|
6086
|
-
|
|
6087
|
-
|
|
6088
|
-
|
|
6089
|
-
|
|
6090
|
-
|
|
6091
|
-
|
|
6092
|
-
|
|
6093
|
-
|
|
6094
|
-
|
|
6095
|
-
|
|
6096
|
-
|
|
6097
|
-
|
|
6098
|
-
ref: "upload",
|
|
6099
|
-
attrs: {
|
|
6100
|
-
"type": "file",
|
|
6101
|
-
"accept": _vm.accept,
|
|
6102
|
-
"multiple": _vm.multiple
|
|
6103
|
-
},
|
|
6104
|
-
on: {
|
|
6105
|
-
"change": _vm.showPhoto
|
|
6106
|
-
}
|
|
6107
|
-
})], 2);
|
|
6108
|
-
};
|
|
6109
|
-
var staticRenderFns = [];
|
|
5325
|
+
// TODO(Babel 8): Remove this file.
|
|
5326
|
+
|
|
5327
|
+
var runtime = __webpack_require__(4633)();
|
|
5328
|
+
module.exports = runtime;
|
|
5329
|
+
|
|
5330
|
+
// Copied from https://github.com/facebook/regenerator/blob/main/packages/runtime/runtime.js#L736=
|
|
5331
|
+
try {
|
|
5332
|
+
regeneratorRuntime = runtime;
|
|
5333
|
+
} catch (accidentalStrictMode) {
|
|
5334
|
+
if (typeof globalThis === "object") {
|
|
5335
|
+
globalThis.regeneratorRuntime = runtime;
|
|
5336
|
+
} else {
|
|
5337
|
+
Function("r", "regeneratorRuntime = r")(runtime);
|
|
5338
|
+
}
|
|
5339
|
+
}
|
|
6110
5340
|
|
|
6111
5341
|
|
|
6112
5342
|
/***/ },
|
|
@@ -10663,6 +9893,16 @@ var component = (0,_node_modules_vue_loader_lib_runtime_componentNormalizer_js__
|
|
|
10663
9893
|
|
|
10664
9894
|
/***/ },
|
|
10665
9895
|
|
|
9896
|
+
/***/ 5172
|
|
9897
|
+
(module) {
|
|
9898
|
+
|
|
9899
|
+
function _OverloadYield(e, d) {
|
|
9900
|
+
this.v = e, this.k = d;
|
|
9901
|
+
}
|
|
9902
|
+
module.exports = _OverloadYield, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
9903
|
+
|
|
9904
|
+
/***/ },
|
|
9905
|
+
|
|
10666
9906
|
/***/ 5226
|
|
10667
9907
|
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10668
9908
|
|
|
@@ -11288,6 +10528,34 @@ var prefixCls = 'dpzvc-radioBoxGroup';
|
|
|
11288
10528
|
|
|
11289
10529
|
/***/ },
|
|
11290
10530
|
|
|
10531
|
+
/***/ 5546
|
|
10532
|
+
(module) {
|
|
10533
|
+
|
|
10534
|
+
function _regeneratorDefine(e, r, n, t) {
|
|
10535
|
+
var i = Object.defineProperty;
|
|
10536
|
+
try {
|
|
10537
|
+
i({}, "", {});
|
|
10538
|
+
} catch (e) {
|
|
10539
|
+
i = 0;
|
|
10540
|
+
}
|
|
10541
|
+
module.exports = _regeneratorDefine = function regeneratorDefine(e, r, n, t) {
|
|
10542
|
+
function o(r, n) {
|
|
10543
|
+
_regeneratorDefine(e, r, function (e) {
|
|
10544
|
+
return this._invoke(r, n, e);
|
|
10545
|
+
});
|
|
10546
|
+
}
|
|
10547
|
+
r ? i ? i(e, r, {
|
|
10548
|
+
value: n,
|
|
10549
|
+
enumerable: !t,
|
|
10550
|
+
configurable: !t,
|
|
10551
|
+
writable: !t
|
|
10552
|
+
}) : e[r] = n : (o("next", 0), o("throw", 1), o("return", 2));
|
|
10553
|
+
}, module.exports.__esModule = true, module.exports["default"] = module.exports, _regeneratorDefine(e, r, n, t);
|
|
10554
|
+
}
|
|
10555
|
+
module.exports = _regeneratorDefine, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
10556
|
+
|
|
10557
|
+
/***/ },
|
|
10558
|
+
|
|
11291
10559
|
/***/ 5563
|
|
11292
10560
|
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
11293
10561
|
|
|
@@ -11706,6 +10974,20 @@ _modal_vue__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .A.newInstance = functi
|
|
|
11706
10974
|
|
|
11707
10975
|
/***/ },
|
|
11708
10976
|
|
|
10977
|
+
/***/ 5869
|
|
10978
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
10979
|
+
|
|
10980
|
+
var regeneratorAsyncGen = __webpack_require__(887);
|
|
10981
|
+
function _regeneratorAsync(n, e, r, t, o) {
|
|
10982
|
+
var a = regeneratorAsyncGen(n, e, r, t, o);
|
|
10983
|
+
return a.next().then(function (n) {
|
|
10984
|
+
return n.done ? n.value : a.next();
|
|
10985
|
+
});
|
|
10986
|
+
}
|
|
10987
|
+
module.exports = _regeneratorAsync, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
10988
|
+
|
|
10989
|
+
/***/ },
|
|
10990
|
+
|
|
11709
10991
|
/***/ 6006
|
|
11710
10992
|
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
11711
10993
|
|
|
@@ -12726,6 +12008,101 @@ function _iterableToArrayLimit(r, l) {
|
|
|
12726
12008
|
}
|
|
12727
12009
|
|
|
12728
12010
|
|
|
12011
|
+
/***/ },
|
|
12012
|
+
|
|
12013
|
+
/***/ 6993
|
|
12014
|
+
(module, __unused_webpack_exports, __webpack_require__) {
|
|
12015
|
+
|
|
12016
|
+
var regeneratorDefine = __webpack_require__(5546);
|
|
12017
|
+
function _regenerator() {
|
|
12018
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
|
|
12019
|
+
var e,
|
|
12020
|
+
t,
|
|
12021
|
+
r = "function" == typeof Symbol ? Symbol : {},
|
|
12022
|
+
n = r.iterator || "@@iterator",
|
|
12023
|
+
o = r.toStringTag || "@@toStringTag";
|
|
12024
|
+
function i(r, n, o, i) {
|
|
12025
|
+
var c = n && n.prototype instanceof Generator ? n : Generator,
|
|
12026
|
+
u = Object.create(c.prototype);
|
|
12027
|
+
return regeneratorDefine(u, "_invoke", function (r, n, o) {
|
|
12028
|
+
var i,
|
|
12029
|
+
c,
|
|
12030
|
+
u,
|
|
12031
|
+
f = 0,
|
|
12032
|
+
p = o || [],
|
|
12033
|
+
y = !1,
|
|
12034
|
+
G = {
|
|
12035
|
+
p: 0,
|
|
12036
|
+
n: 0,
|
|
12037
|
+
v: e,
|
|
12038
|
+
a: d,
|
|
12039
|
+
f: d.bind(e, 4),
|
|
12040
|
+
d: function d(t, r) {
|
|
12041
|
+
return i = t, c = 0, u = e, G.n = r, a;
|
|
12042
|
+
}
|
|
12043
|
+
};
|
|
12044
|
+
function d(r, n) {
|
|
12045
|
+
for (c = r, u = n, t = 0; !y && f && !o && t < p.length; t++) {
|
|
12046
|
+
var o,
|
|
12047
|
+
i = p[t],
|
|
12048
|
+
d = G.p,
|
|
12049
|
+
l = i[2];
|
|
12050
|
+
r > 3 ? (o = l === n) && (u = i[(c = i[4]) ? 5 : (c = 3, 3)], i[4] = i[5] = e) : i[0] <= d && ((o = r < 2 && d < i[1]) ? (c = 0, G.v = n, G.n = i[1]) : d < l && (o = r < 3 || i[0] > n || n > l) && (i[4] = r, i[5] = n, G.n = l, c = 0));
|
|
12051
|
+
}
|
|
12052
|
+
if (o || r > 1) return a;
|
|
12053
|
+
throw y = !0, n;
|
|
12054
|
+
}
|
|
12055
|
+
return function (o, p, l) {
|
|
12056
|
+
if (f > 1) throw TypeError("Generator is already running");
|
|
12057
|
+
for (y && 1 === p && d(p, l), c = p, u = l; (t = c < 2 ? e : u) || !y;) {
|
|
12058
|
+
i || (c ? c < 3 ? (c > 1 && (G.n = -1), d(c, u)) : G.n = u : G.v = u);
|
|
12059
|
+
try {
|
|
12060
|
+
if (f = 2, i) {
|
|
12061
|
+
if (c || (o = "next"), t = i[o]) {
|
|
12062
|
+
if (!(t = t.call(i, u))) throw TypeError("iterator result is not an object");
|
|
12063
|
+
if (!t.done) return t;
|
|
12064
|
+
u = t.value, c < 2 && (c = 0);
|
|
12065
|
+
} else 1 === c && (t = i["return"]) && t.call(i), c < 2 && (u = TypeError("The iterator does not provide a '" + o + "' method"), c = 1);
|
|
12066
|
+
i = e;
|
|
12067
|
+
} else if ((t = (y = G.n < 0) ? u : r.call(n, G)) !== a) break;
|
|
12068
|
+
} catch (t) {
|
|
12069
|
+
i = e, c = 1, u = t;
|
|
12070
|
+
} finally {
|
|
12071
|
+
f = 1;
|
|
12072
|
+
}
|
|
12073
|
+
}
|
|
12074
|
+
return {
|
|
12075
|
+
value: t,
|
|
12076
|
+
done: y
|
|
12077
|
+
};
|
|
12078
|
+
};
|
|
12079
|
+
}(r, o, i), !0), u;
|
|
12080
|
+
}
|
|
12081
|
+
var a = {};
|
|
12082
|
+
function Generator() {}
|
|
12083
|
+
function GeneratorFunction() {}
|
|
12084
|
+
function GeneratorFunctionPrototype() {}
|
|
12085
|
+
t = Object.getPrototypeOf;
|
|
12086
|
+
var c = [][n] ? t(t([][n]())) : (regeneratorDefine(t = {}, n, function () {
|
|
12087
|
+
return this;
|
|
12088
|
+
}), t),
|
|
12089
|
+
u = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(c);
|
|
12090
|
+
function f(e) {
|
|
12091
|
+
return Object.setPrototypeOf ? Object.setPrototypeOf(e, GeneratorFunctionPrototype) : (e.__proto__ = GeneratorFunctionPrototype, regeneratorDefine(e, o, "GeneratorFunction")), e.prototype = Object.create(u), e;
|
|
12092
|
+
}
|
|
12093
|
+
return GeneratorFunction.prototype = GeneratorFunctionPrototype, regeneratorDefine(u, "constructor", GeneratorFunctionPrototype), regeneratorDefine(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = "GeneratorFunction", regeneratorDefine(GeneratorFunctionPrototype, o, "GeneratorFunction"), regeneratorDefine(u), regeneratorDefine(u, o, "Generator"), regeneratorDefine(u, n, function () {
|
|
12094
|
+
return this;
|
|
12095
|
+
}), regeneratorDefine(u, "toString", function () {
|
|
12096
|
+
return "[object Generator]";
|
|
12097
|
+
}), (module.exports = _regenerator = function _regenerator() {
|
|
12098
|
+
return {
|
|
12099
|
+
w: i,
|
|
12100
|
+
m: f
|
|
12101
|
+
};
|
|
12102
|
+
}, module.exports.__esModule = true, module.exports["default"] = module.exports)();
|
|
12103
|
+
}
|
|
12104
|
+
module.exports = _regenerator, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
12105
|
+
|
|
12729
12106
|
/***/ },
|
|
12730
12107
|
|
|
12731
12108
|
/***/ 7169
|
|
@@ -13548,6 +12925,40 @@ var prefixCls = 'dpzvc-checkbox';
|
|
|
13548
12925
|
}
|
|
13549
12926
|
});
|
|
13550
12927
|
|
|
12928
|
+
/***/ },
|
|
12929
|
+
|
|
12930
|
+
/***/ 7772
|
|
12931
|
+
(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
12932
|
+
|
|
12933
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
12934
|
+
/* harmony export */ X: () => (/* binding */ render),
|
|
12935
|
+
/* harmony export */ Y: () => (/* binding */ staticRenderFns)
|
|
12936
|
+
/* harmony export */ });
|
|
12937
|
+
var render = function render() {
|
|
12938
|
+
var _vm = this,
|
|
12939
|
+
_c = _vm._self._c;
|
|
12940
|
+
return _c('div', {
|
|
12941
|
+
"class": _vm.classes,
|
|
12942
|
+
style: _vm.styles
|
|
12943
|
+
}, [_vm._t("default", function () {
|
|
12944
|
+
return [_c('div', {
|
|
12945
|
+
"class": _vm.wrapperClasses
|
|
12946
|
+
}, [_vm._v("图片上传")])];
|
|
12947
|
+
}), _vm._v(" "), _c('input', {
|
|
12948
|
+
ref: "upload",
|
|
12949
|
+
attrs: {
|
|
12950
|
+
"type": "file",
|
|
12951
|
+
"accept": _vm.accept,
|
|
12952
|
+
"multiple": _vm.multiple
|
|
12953
|
+
},
|
|
12954
|
+
on: {
|
|
12955
|
+
"change": _vm.showPhoto
|
|
12956
|
+
}
|
|
12957
|
+
})], 2);
|
|
12958
|
+
};
|
|
12959
|
+
var staticRenderFns = [];
|
|
12960
|
+
|
|
12961
|
+
|
|
13551
12962
|
/***/ },
|
|
13552
12963
|
|
|
13553
12964
|
/***/ 7800
|
|
@@ -14017,7 +13428,7 @@ _textBar__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .A.Number = _Number__WEBP
|
|
|
14017
13428
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
14018
13429
|
/* harmony export */ A: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
14019
13430
|
/* harmony export */ });
|
|
14020
|
-
/* harmony import */ var
|
|
13431
|
+
/* harmony import */ var _upload_vue_vue_type_template_id_78cd64fe__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7772);
|
|
14021
13432
|
/* harmony import */ var _upload_vue_vue_type_script_lang_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7426);
|
|
14022
13433
|
/* harmony import */ var _node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(4486);
|
|
14023
13434
|
|
|
@@ -14029,8 +13440,8 @@ _textBar__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .A.Number = _Number__WEBP
|
|
|
14029
13440
|
;
|
|
14030
13441
|
var component = (0,_node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .A)(
|
|
14031
13442
|
_upload_vue_vue_type_script_lang_js__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .A,
|
|
14032
|
-
|
|
14033
|
-
|
|
13443
|
+
_upload_vue_vue_type_template_id_78cd64fe__WEBPACK_IMPORTED_MODULE_0__/* .render */ .X,
|
|
13444
|
+
_upload_vue_vue_type_template_id_78cd64fe__WEBPACK_IMPORTED_MODULE_0__/* .staticRenderFns */ .Y,
|
|
14034
13445
|
false,
|
|
14035
13446
|
null,
|
|
14036
13447
|
null,
|
|
@@ -14494,6 +13905,19 @@ var render = function render() {
|
|
|
14494
13905
|
var staticRenderFns = [];
|
|
14495
13906
|
|
|
14496
13907
|
|
|
13908
|
+
/***/ },
|
|
13909
|
+
|
|
13910
|
+
/***/ 9220
|
|
13911
|
+
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
13912
|
+
|
|
13913
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
13914
|
+
/* harmony export */ Ay: () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
13915
|
+
/* harmony export */ });
|
|
13916
|
+
/* unused harmony exports Exifr, Options, allFormatters, chunkedProps, createDictionary, extendDictionary, fetchUrlAsArrayBuffer, fileParsers, fileReaders, gps, gpsOnlyOptions, inheritables, orientation, orientationOnlyOptions, otherSegments, parse, readBlobAsArrayBuffer, rotateCanvas, rotateCss, rotation, rotations, segmentParsers, segments, segmentsAndBlocks, sidecar, tagKeys, tagRevivers, tagValues, thumbnail, thumbnailOnlyOptions, thumbnailUrl, tiffBlocks, tiffExtractables */
|
|
13917
|
+
var e="undefined"!=typeof self?self:__webpack_require__.g;const t="undefined"!=typeof navigator,i=t&&"undefined"==typeof HTMLImageElement,n=!("undefined"==typeof __webpack_require__.g||"undefined"==typeof process||!process.versions||!process.versions.node),s=e.Buffer,r=e.BigInt,a=!!s,o=e=>e;function l(e,t=o){if(n)try{return"function"==typeof require?Promise.resolve(t(require(e))):import(/* webpackIgnore: true */ e).then(t)}catch(t){console.warn(`Couldn't load ${e}`)}}let h=e.fetch;const u=e=>h=e;if(!e.fetch){const e=l("http",(e=>e)),t=l("https",(e=>e)),i=(n,{headers:s}={})=>new Promise((async(r,a)=>{let{port:o,hostname:l,pathname:h,protocol:u,search:c}=new URL(n);const f={method:"GET",hostname:l,path:encodeURI(h)+c,headers:s};""!==o&&(f.port=Number(o));const d=("https:"===u?await t:await e).request(f,(e=>{if(301===e.statusCode||302===e.statusCode){let t=new URL(e.headers.location,n).toString();return i(t,{headers:s}).then(r).catch(a)}r({status:e.statusCode,arrayBuffer:()=>new Promise((t=>{let i=[];e.on("data",(e=>i.push(e))),e.on("end",(()=>t(Buffer.concat(i))))}))})}));d.on("error",a),d.end()}));u(i)}function c(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}const f=e=>p(e)?void 0:e,d=e=>void 0!==e;function p(e){return void 0===e||(e instanceof Map?0===e.size:0===Object.values(e).filter(d).length)}function g(e){let t=new Error(e);throw delete t.stack,t}function m(e){return""===(e=function(e){for(;e.endsWith("\0");)e=e.slice(0,-1);return e}(e).trim())?void 0:e}function S(e){let t=function(e){let t=0;return e.ifd0.enabled&&(t+=1024),e.exif.enabled&&(t+=2048),e.makerNote&&(t+=2048),e.userComment&&(t+=1024),e.gps.enabled&&(t+=512),e.interop.enabled&&(t+=100),e.ifd1.enabled&&(t+=1024),t+2048}(e);return e.jfif.enabled&&(t+=50),e.xmp.enabled&&(t+=2e4),e.iptc.enabled&&(t+=14e3),e.icc.enabled&&(t+=6e3),t}const C=e=>String.fromCharCode.apply(null,e),y="undefined"!=typeof TextDecoder?new TextDecoder("utf-8"):void 0;function b(e){return y?y.decode(e):a?Buffer.from(e).toString("utf8"):decodeURIComponent(escape(C(e)))}class I{static from(e,t){return e instanceof this&&e.le===t?e:new I(e,void 0,void 0,t)}constructor(e,t=0,i,n){if("boolean"==typeof n&&(this.le=n),Array.isArray(e)&&(e=new Uint8Array(e)),0===e)this.byteOffset=0,this.byteLength=0;else if(e instanceof ArrayBuffer){void 0===i&&(i=e.byteLength-t);let n=new DataView(e,t,i);this._swapDataView(n)}else if(e instanceof Uint8Array||e instanceof DataView||e instanceof I){void 0===i&&(i=e.byteLength-t),(t+=e.byteOffset)+i>e.byteOffset+e.byteLength&&g("Creating view outside of available memory in ArrayBuffer");let n=new DataView(e.buffer,t,i);this._swapDataView(n)}else if("number"==typeof e){let t=new DataView(new ArrayBuffer(e));this._swapDataView(t)}else g("Invalid input argument for BufferView: "+e)}_swapArrayBuffer(e){this._swapDataView(new DataView(e))}_swapBuffer(e){this._swapDataView(new DataView(e.buffer,e.byteOffset,e.byteLength))}_swapDataView(e){this.dataView=e,this.buffer=e.buffer,this.byteOffset=e.byteOffset,this.byteLength=e.byteLength}_lengthToEnd(e){return this.byteLength-e}set(e,t,i=I){return e instanceof DataView||e instanceof I?e=new Uint8Array(e.buffer,e.byteOffset,e.byteLength):e instanceof ArrayBuffer&&(e=new Uint8Array(e)),e instanceof Uint8Array||g("BufferView.set(): Invalid data argument."),this.toUint8().set(e,t),new i(this,t,e.byteLength)}subarray(e,t){return t=t||this._lengthToEnd(e),new I(this,e,t)}toUint8(){return new Uint8Array(this.buffer,this.byteOffset,this.byteLength)}getUint8Array(e,t){return new Uint8Array(this.buffer,this.byteOffset+e,t)}getString(e=0,t=this.byteLength){return b(this.getUint8Array(e,t))}getLatin1String(e=0,t=this.byteLength){let i=this.getUint8Array(e,t);return C(i)}getUnicodeString(e=0,t=this.byteLength){const i=[];for(let n=0;n<t&&e+n<this.byteLength;n+=2)i.push(this.getUint16(e+n));return C(i)}getInt8(e){return this.dataView.getInt8(e)}getUint8(e){return this.dataView.getUint8(e)}getInt16(e,t=this.le){return this.dataView.getInt16(e,t)}getInt32(e,t=this.le){return this.dataView.getInt32(e,t)}getUint16(e,t=this.le){return this.dataView.getUint16(e,t)}getUint32(e,t=this.le){return this.dataView.getUint32(e,t)}getFloat32(e,t=this.le){return this.dataView.getFloat32(e,t)}getFloat64(e,t=this.le){return this.dataView.getFloat64(e,t)}getFloat(e,t=this.le){return this.dataView.getFloat32(e,t)}getDouble(e,t=this.le){return this.dataView.getFloat64(e,t)}getUintBytes(e,t,i){switch(t){case 1:return this.getUint8(e,i);case 2:return this.getUint16(e,i);case 4:return this.getUint32(e,i);case 8:return this.getUint64&&this.getUint64(e,i)}}getUint(e,t,i){switch(t){case 8:return this.getUint8(e,i);case 16:return this.getUint16(e,i);case 32:return this.getUint32(e,i);case 64:return this.getUint64&&this.getUint64(e,i)}}toString(e){return this.dataView.toString(e,this.constructor.name)}ensureChunk(){}}function P(e,t){g(`${e} '${t}' was not loaded, try using full build of exifr.`)}class k extends Map{constructor(e){super(),this.kind=e}get(e,t){return this.has(e)||P(this.kind,e),t&&(e in t||function(e,t){g(`Unknown ${e} '${t}'.`)}(this.kind,e),t[e].enabled||P(this.kind,e)),super.get(e)}keyList(){return Array.from(this.keys())}}var w=new k("file parser"),T=new k("segment parser"),A=new k("file reader");function D(e,n){return"string"==typeof e?O(e,n):t&&!i&&e instanceof HTMLImageElement?O(e.src,n):e instanceof Uint8Array||e instanceof ArrayBuffer||e instanceof DataView?new I(e):t&&e instanceof Blob?x(e,n,"blob",R):void g("Invalid input argument")}function O(e,i){return(s=e).startsWith("data:")||s.length>1e4?v(e,i,"base64"):n&&e.includes("://")?x(e,i,"url",M):n?v(e,i,"fs"):t?x(e,i,"url",M):void g("Invalid input argument");// removed by dead control flow
|
|
13918
|
+
var s; }async function x(e,t,i,n){return A.has(i)?v(e,t,i):n?async function(e,t){let i=await t(e);return new I(i)}(e,n):void g(`Parser ${i} is not loaded`)}async function v(e,t,i){let n=new(A.get(i))(e,t);return await n.read(),n}const M=e=>h(e).then((e=>e.arrayBuffer())),R=e=>new Promise(((t,i)=>{let n=new FileReader;n.onloadend=()=>t(n.result||new ArrayBuffer),n.onerror=i,n.readAsArrayBuffer(e)}));class L extends Map{get tagKeys(){return this.allKeys||(this.allKeys=Array.from(this.keys())),this.allKeys}get tagValues(){return this.allValues||(this.allValues=Array.from(this.values())),this.allValues}}function U(e,t,i){let n=new L;for(let[e,t]of i)n.set(e,t);if(Array.isArray(t))for(let i of t)e.set(i,n);else e.set(t,n);return n}function F(e,t,i){let n,s=e.get(t);for(n of i)s.set(n[0],n[1])}const E=new Map,B=new Map,N=new Map,G=["chunked","firstChunkSize","firstChunkSizeNode","firstChunkSizeBrowser","chunkSize","chunkLimit"],V=["jfif","xmp","icc","iptc","ihdr"],z=["tiff",...V],H=["ifd0","ifd1","exif","gps","interop"],j=[...z,...H],W=["makerNote","userComment"],K=["translateKeys","translateValues","reviveValues","multiSegment"],X=[...K,"sanitize","mergeOutput","silentErrors"];class _{get translate(){return this.translateKeys||this.translateValues||this.reviveValues}}class Y extends _{get needed(){return this.enabled||this.deps.size>0}constructor(e,t,i,n){if(super(),c(this,"enabled",!1),c(this,"skip",new Set),c(this,"pick",new Set),c(this,"deps",new Set),c(this,"translateKeys",!1),c(this,"translateValues",!1),c(this,"reviveValues",!1),this.key=e,this.enabled=t,this.parse=this.enabled,this.applyInheritables(n),this.canBeFiltered=H.includes(e),this.canBeFiltered&&(this.dict=E.get(e)),void 0!==i)if(Array.isArray(i))this.parse=this.enabled=!0,this.canBeFiltered&&i.length>0&&this.translateTagSet(i,this.pick);else if("object"==typeof i){if(this.enabled=!0,this.parse=!1!==i.parse,this.canBeFiltered){let{pick:e,skip:t}=i;e&&e.length>0&&this.translateTagSet(e,this.pick),t&&t.length>0&&this.translateTagSet(t,this.skip)}this.applyInheritables(i)}else!0===i||!1===i?this.parse=this.enabled=i:g(`Invalid options argument: ${i}`)}applyInheritables(e){let t,i;for(t of K)i=e[t],void 0!==i&&(this[t]=i)}translateTagSet(e,t){if(this.dict){let i,n,{tagKeys:s,tagValues:r}=this.dict;for(i of e)"string"==typeof i?(n=r.indexOf(i),-1===n&&(n=s.indexOf(Number(i))),-1!==n&&t.add(Number(s[n]))):t.add(i)}else for(let i of e)t.add(i)}finalizeFilters(){!this.enabled&&this.deps.size>0?(this.enabled=!0,ee(this.pick,this.deps)):this.enabled&&this.pick.size>0&&ee(this.pick,this.deps)}}var $={jfif:!1,tiff:!0,xmp:!1,icc:!1,iptc:!1,ifd0:!0,ifd1:!1,exif:!0,gps:!0,interop:!1,ihdr:void 0,makerNote:!1,userComment:!1,multiSegment:!1,skip:[],pick:[],translateKeys:!0,translateValues:!0,reviveValues:!0,sanitize:!0,mergeOutput:!0,silentErrors:!0,chunked:!0,firstChunkSize:void 0,firstChunkSizeNode:512,firstChunkSizeBrowser:65536,chunkSize:65536,chunkLimit:5},J=new Map;class q extends _{static useCached(e){let t=J.get(e);return void 0!==t||(t=new this(e),J.set(e,t)),t}constructor(e){super(),!0===e?this.setupFromTrue():void 0===e?this.setupFromUndefined():Array.isArray(e)?this.setupFromArray(e):"object"==typeof e?this.setupFromObject(e):g(`Invalid options argument ${e}`),void 0===this.firstChunkSize&&(this.firstChunkSize=t?this.firstChunkSizeBrowser:this.firstChunkSizeNode),this.mergeOutput&&(this.ifd1.enabled=!1),this.filterNestedSegmentTags(),this.traverseTiffDependencyTree(),this.checkLoadedPlugins()}setupFromUndefined(){let e;for(e of G)this[e]=$[e];for(e of X)this[e]=$[e];for(e of W)this[e]=$[e];for(e of j)this[e]=new Y(e,$[e],void 0,this)}setupFromTrue(){let e;for(e of G)this[e]=$[e];for(e of X)this[e]=$[e];for(e of W)this[e]=!0;for(e of j)this[e]=new Y(e,!0,void 0,this)}setupFromArray(e){let t;for(t of G)this[t]=$[t];for(t of X)this[t]=$[t];for(t of W)this[t]=$[t];for(t of j)this[t]=new Y(t,!1,void 0,this);this.setupGlobalFilters(e,void 0,H)}setupFromObject(e){let t;for(t of(H.ifd0=H.ifd0||H.image,H.ifd1=H.ifd1||H.thumbnail,Object.assign(this,e),G))this[t]=Z(e[t],$[t]);for(t of X)this[t]=Z(e[t],$[t]);for(t of W)this[t]=Z(e[t],$[t]);for(t of z)this[t]=new Y(t,$[t],e[t],this);for(t of H)this[t]=new Y(t,$[t],e[t],this.tiff);this.setupGlobalFilters(e.pick,e.skip,H,j),!0===e.tiff?this.batchEnableWithBool(H,!0):!1===e.tiff?this.batchEnableWithUserValue(H,e):Array.isArray(e.tiff)?this.setupGlobalFilters(e.tiff,void 0,H):"object"==typeof e.tiff&&this.setupGlobalFilters(e.tiff.pick,e.tiff.skip,H)}batchEnableWithBool(e,t){for(let i of e)this[i].enabled=t}batchEnableWithUserValue(e,t){for(let i of e){let e=t[i];this[i].enabled=!1!==e&&void 0!==e}}setupGlobalFilters(e,t,i,n=i){if(e&&e.length){for(let e of n)this[e].enabled=!1;let t=Q(e,i);for(let[e,i]of t)ee(this[e].pick,i),this[e].enabled=!0}else if(t&&t.length){let e=Q(t,i);for(let[t,i]of e)ee(this[t].skip,i)}}filterNestedSegmentTags(){let{ifd0:e,exif:t,xmp:i,iptc:n,icc:s}=this;this.makerNote?t.deps.add(37500):t.skip.add(37500),this.userComment?t.deps.add(37510):t.skip.add(37510),i.enabled||e.skip.add(700),n.enabled||e.skip.add(33723),s.enabled||e.skip.add(34675)}traverseTiffDependencyTree(){let{ifd0:e,exif:t,gps:i,interop:n}=this;n.needed&&(t.deps.add(40965),e.deps.add(40965)),t.needed&&e.deps.add(34665),i.needed&&e.deps.add(34853),this.tiff.enabled=H.some((e=>!0===this[e].enabled))||this.makerNote||this.userComment;for(let e of H)this[e].finalizeFilters()}get onlyTiff(){return!V.map((e=>this[e].enabled)).some((e=>!0===e))&&this.tiff.enabled}checkLoadedPlugins(){for(let e of z)this[e].enabled&&!T.has(e)&&P("segment parser",e)}}function Q(e,t){let i,n,s,r,a=[];for(s of t){for(r of(i=E.get(s),n=[],i))(e.includes(r[0])||e.includes(r[1]))&&n.push(r[0]);n.length&&a.push([s,n])}return a}function Z(e,t){return void 0!==e?e:void 0!==t?t:void 0}function ee(e,t){for(let i of t)e.add(i)}c(q,"default",$);class te{constructor(e){c(this,"parsers",{}),c(this,"output",{}),c(this,"errors",[]),c(this,"pushToErrors",(e=>this.errors.push(e))),this.options=q.useCached(e)}async read(e){this.file=await D(e,this.options)}setup(){if(this.fileParser)return;let{file:e}=this,t=e.getUint16(0);for(let[i,n]of w)if(n.canHandle(e,t))return this.fileParser=new n(this.options,this.file,this.parsers),e[i]=!0;this.file.close&&this.file.close(),g("Unknown file format")}async parse(){let{output:e,errors:t}=this;return this.setup(),this.options.silentErrors?(await this.executeParsers().catch(this.pushToErrors),t.push(...this.fileParser.errors)):await this.executeParsers(),this.file.close&&this.file.close(),this.options.silentErrors&&t.length>0&&(e.errors=t),f(e)}async executeParsers(){let{output:e}=this;await this.fileParser.parse();let t=Object.values(this.parsers).map((async t=>{let i=await t.parse();t.assignToOutput(e,i)}));this.options.silentErrors&&(t=t.map((e=>e.catch(this.pushToErrors)))),await Promise.all(t)}async extractThumbnail(){this.setup();let{options:e,file:t}=this,i=T.get("tiff",e);var n;if(t.tiff?n={start:0,type:"tiff"}:t.jpeg&&(n=await this.fileParser.getOrFindSegment("tiff")),void 0===n)return;let s=await this.fileParser.ensureSegmentChunk(n),r=this.parsers.tiff=new i(s,e,t),a=await r.extractThumbnail();return t.close&&t.close(),a}}async function ie(e,t){let i=new te(t);return await i.read(e),i.parse()}var ne=Object.freeze({__proto__:null,parse:ie,Exifr:te,fileParsers:w,segmentParsers:T,fileReaders:A,tagKeys:E,tagValues:B,tagRevivers:N,createDictionary:U,extendDictionary:F,fetchUrlAsArrayBuffer:M,readBlobAsArrayBuffer:R,chunkedProps:G,otherSegments:V,segments:z,tiffBlocks:H,segmentsAndBlocks:j,tiffExtractables:W,inheritables:K,allFormatters:X,Options:q});class se{constructor(e,t,i){c(this,"errors",[]),c(this,"ensureSegmentChunk",(async e=>{let t=e.start,i=e.size||65536;if(this.file.chunked)if(this.file.available(t,i))e.chunk=this.file.subarray(t,i);else try{e.chunk=await this.file.readChunk(t,i)}catch(t){g(`Couldn't read segment: ${JSON.stringify(e)}. ${t.message}`)}else this.file.byteLength>t+i?e.chunk=this.file.subarray(t,i):void 0===e.size?e.chunk=this.file.subarray(t):g("Segment unreachable: "+JSON.stringify(e));return e.chunk})),this.extendOptions&&this.extendOptions(e),this.options=e,this.file=t,this.parsers=i}injectSegment(e,t){this.options[e].enabled&&this.createParser(e,t)}createParser(e,t){let i=new(T.get(e))(t,this.options,this.file);return this.parsers[e]=i}createParsers(e){for(let t of e){let{type:e,chunk:i}=t,n=this.options[e];if(n&&n.enabled){let t=this.parsers[e];t&&t.append||t||this.createParser(e,i)}}}async readSegments(e){let t=e.map(this.ensureSegmentChunk);await Promise.all(t)}}class re{static findPosition(e,t){let i=e.getUint16(t+2)+2,n="function"==typeof this.headerLength?this.headerLength(e,t,i):this.headerLength,s=t+n,r=i-n;return{offset:t,length:i,headerLength:n,start:s,size:r,end:s+r}}static parse(e,t={}){return new this(e,new q({[this.type]:t}),e).parse()}normalizeInput(e){return e instanceof I?e:new I(e)}constructor(e,t={},i){c(this,"errors",[]),c(this,"raw",new Map),c(this,"handleError",(e=>{if(!this.options.silentErrors)throw e;this.errors.push(e.message)})),this.chunk=this.normalizeInput(e),this.file=i,this.type=this.constructor.type,this.globalOptions=this.options=t,this.localOptions=t[this.type],this.canTranslate=this.localOptions&&this.localOptions.translate}translate(){this.canTranslate&&(this.translated=this.translateBlock(this.raw,this.type))}get output(){return this.translated?this.translated:this.raw?Object.fromEntries(this.raw):void 0}translateBlock(e,t){let i=N.get(t),n=B.get(t),s=E.get(t),r=this.options[t],a=r.reviveValues&&!!i,o=r.translateValues&&!!n,l=r.translateKeys&&!!s,h={};for(let[t,r]of e)a&&i.has(t)?r=i.get(t)(r):o&&n.has(t)&&(r=this.translateValue(r,n.get(t))),l&&s.has(t)&&(t=s.get(t)||t),h[t]=r;return h}translateValue(e,t){return t[e]||t.DEFAULT||e}assignToOutput(e,t){this.assignObjectToOutput(e,this.constructor.type,t)}assignObjectToOutput(e,t,i){if(this.globalOptions.mergeOutput)return Object.assign(e,i);e[t]?Object.assign(e[t],i):e[t]=i}}c(re,"headerLength",4),c(re,"type",void 0),c(re,"multiSegment",!1),c(re,"canHandle",(()=>!1));function ae(e){return 192===e||194===e||196===e||219===e||221===e||218===e||254===e}function oe(e){return e>=224&&e<=239}function le(e,t,i){for(let[n,s]of T)if(s.canHandle(e,t,i))return n}class he extends se{constructor(...e){super(...e),c(this,"appSegments",[]),c(this,"jpegSegments",[]),c(this,"unknownSegments",[])}static canHandle(e,t){return 65496===t}async parse(){await this.findAppSegments(),await this.readSegments(this.appSegments),this.mergeMultiSegments(),this.createParsers(this.mergedAppSegments||this.appSegments)}setupSegmentFinderArgs(e){!0===e?(this.findAll=!0,this.wanted=new Set(T.keyList())):(e=void 0===e?T.keyList().filter((e=>this.options[e].enabled)):e.filter((e=>this.options[e].enabled&&T.has(e))),this.findAll=!1,this.remaining=new Set(e),this.wanted=new Set(e)),this.unfinishedMultiSegment=!1}async findAppSegments(e=0,t){this.setupSegmentFinderArgs(t);let{file:i,findAll:n,wanted:s,remaining:r}=this;if(!n&&this.file.chunked&&(n=Array.from(s).some((e=>{let t=T.get(e),i=this.options[e];return t.multiSegment&&i.multiSegment})),n&&await this.file.readWhole()),e=this.findAppSegmentsInRange(e,i.byteLength),!this.options.onlyTiff&&i.chunked){let t=!1;for(;r.size>0&&!t&&(i.canReadNextChunk||this.unfinishedMultiSegment);){let{nextChunkOffset:n}=i,s=this.appSegments.some((e=>!this.file.available(e.offset||e.start,e.length||e.size)));if(t=e>n&&!s?!await i.readNextChunk(e):!await i.readNextChunk(n),void 0===(e=this.findAppSegmentsInRange(e,i.byteLength)))return}}}findAppSegmentsInRange(e,t){t-=2;let i,n,s,r,a,o,{file:l,findAll:h,wanted:u,remaining:c,options:f}=this;for(;e<t;e++)if(255===l.getUint8(e))if(i=l.getUint8(e+1),oe(i)){if(n=l.getUint16(e+2),s=le(l,e,n),s&&u.has(s)&&(r=T.get(s),a=r.findPosition(l,e),o=f[s],a.type=s,this.appSegments.push(a),!h&&(r.multiSegment&&o.multiSegment?(this.unfinishedMultiSegment=a.chunkNumber<a.chunkCount,this.unfinishedMultiSegment||c.delete(s)):c.delete(s),0===c.size)))break;f.recordUnknownSegments&&(a=re.findPosition(l,e),a.marker=i,this.unknownSegments.push(a)),e+=n+1}else if(ae(i)){if(n=l.getUint16(e+2),218===i&&!1!==f.stopAfterSos)return;f.recordJpegSegments&&this.jpegSegments.push({offset:e,length:n,marker:i}),e+=n+1}return e}mergeMultiSegments(){if(!this.appSegments.some((e=>e.multiSegment)))return;let e=function(e,t){let i,n,s,r=new Map;for(let a=0;a<e.length;a++)i=e[a],n=i[t],r.has(n)?s=r.get(n):r.set(n,s=[]),s.push(i);return Array.from(r)}(this.appSegments,"type");this.mergedAppSegments=e.map((([e,t])=>{let i=T.get(e,this.options);if(i.handleMultiSegments){return{type:e,chunk:i.handleMultiSegments(t)}}return t[0]}))}getSegment(e){return this.appSegments.find((t=>t.type===e))}async getOrFindSegment(e){let t=this.getSegment(e);return void 0===t&&(await this.findAppSegments(0,[e]),t=this.getSegment(e)),t}}c(he,"type","jpeg"),w.set("jpeg",he);const ue=[void 0,1,1,2,4,8,1,1,2,4,8,4,8,4];class ce extends re{parseHeader(){var e=this.chunk.getUint16();18761===e?this.le=!0:19789===e&&(this.le=!1),this.chunk.le=this.le,this.headerParsed=!0}parseTags(e,t,i=new Map){let{pick:n,skip:s}=this.options[t];n=new Set(n);let r=n.size>0,a=0===s.size,o=this.chunk.getUint16(e);e+=2;for(let l=0;l<o;l++){let o=this.chunk.getUint16(e);if(r){if(n.has(o)&&(i.set(o,this.parseTag(e,o,t)),n.delete(o),0===n.size))break}else!a&&s.has(o)||i.set(o,this.parseTag(e,o,t));e+=12}return i}parseTag(e,t,i){let{chunk:n}=this,s=n.getUint16(e+2),r=n.getUint32(e+4),a=ue[s];if(a*r<=4?e+=8:e=n.getUint32(e+8),(s<1||s>13)&&g(`Invalid TIFF value type. block: ${i.toUpperCase()}, tag: ${t.toString(16)}, type: ${s}, offset ${e}`),e>n.byteLength&&g(`Invalid TIFF value offset. block: ${i.toUpperCase()}, tag: ${t.toString(16)}, type: ${s}, offset ${e} is outside of chunk size ${n.byteLength}`),1===s)return n.getUint8Array(e,r);if(2===s)return m(n.getString(e,r));if(7===s)return n.getUint8Array(e,r);if(1===r)return this.parseTagValue(s,e);{let t=new(function(e){switch(e){case 1:return Uint8Array;case 3:return Uint16Array;case 4:return Uint32Array;case 5:return Array;case 6:return Int8Array;case 8:return Int16Array;case 9:return Int32Array;case 10:return Array;case 11:return Float32Array;case 12:return Float64Array;default:return Array}}(s))(r),i=a;for(let n=0;n<r;n++)t[n]=this.parseTagValue(s,e),e+=i;return t}}parseTagValue(e,t){let{chunk:i}=this;switch(e){case 1:return i.getUint8(t);case 3:return i.getUint16(t);case 4:return i.getUint32(t);case 5:return i.getUint32(t)/i.getUint32(t+4);case 6:return i.getInt8(t);case 8:return i.getInt16(t);case 9:return i.getInt32(t);case 10:return i.getInt32(t)/i.getInt32(t+4);case 11:return i.getFloat(t);case 12:return i.getDouble(t);case 13:return i.getUint32(t);default:g(`Invalid tiff type ${e}`)}}}class fe extends ce{static canHandle(e,t){return 225===e.getUint8(t+1)&&1165519206===e.getUint32(t+4)&&0===e.getUint16(t+8)}async parse(){this.parseHeader();let{options:e}=this;return e.ifd0.enabled&&await this.parseIfd0Block(),e.exif.enabled&&await this.safeParse("parseExifBlock"),e.gps.enabled&&await this.safeParse("parseGpsBlock"),e.interop.enabled&&await this.safeParse("parseInteropBlock"),e.ifd1.enabled&&await this.safeParse("parseThumbnailBlock"),this.createOutput()}safeParse(e){let t=this[e]();return void 0!==t.catch&&(t=t.catch(this.handleError)),t}findIfd0Offset(){void 0===this.ifd0Offset&&(this.ifd0Offset=this.chunk.getUint32(4))}findIfd1Offset(){if(void 0===this.ifd1Offset){this.findIfd0Offset();let e=this.chunk.getUint16(this.ifd0Offset),t=this.ifd0Offset+2+12*e;this.ifd1Offset=this.chunk.getUint32(t)}}parseBlock(e,t){let i=new Map;return this[t]=i,this.parseTags(e,t,i),i}async parseIfd0Block(){if(this.ifd0)return;let{file:e}=this;this.findIfd0Offset(),this.ifd0Offset<8&&g("Malformed EXIF data"),!e.chunked&&this.ifd0Offset>e.byteLength&&g(`IFD0 offset points to outside of file.\nthis.ifd0Offset: ${this.ifd0Offset}, file.byteLength: ${e.byteLength}`),e.tiff&&await e.ensureChunk(this.ifd0Offset,S(this.options));let t=this.parseBlock(this.ifd0Offset,"ifd0");return 0!==t.size?(this.exifOffset=t.get(34665),this.interopOffset=t.get(40965),this.gpsOffset=t.get(34853),this.xmp=t.get(700),this.iptc=t.get(33723),this.icc=t.get(34675),this.options.sanitize&&(t.delete(34665),t.delete(40965),t.delete(34853),t.delete(700),t.delete(33723),t.delete(34675)),t):void 0}async parseExifBlock(){if(this.exif)return;if(this.ifd0||await this.parseIfd0Block(),void 0===this.exifOffset)return;this.file.tiff&&await this.file.ensureChunk(this.exifOffset,S(this.options));let e=this.parseBlock(this.exifOffset,"exif");return this.interopOffset||(this.interopOffset=e.get(40965)),this.makerNote=e.get(37500),this.userComment=e.get(37510),this.options.sanitize&&(e.delete(40965),e.delete(37500),e.delete(37510)),this.unpack(e,41728),this.unpack(e,41729),e}unpack(e,t){let i=e.get(t);i&&1===i.length&&e.set(t,i[0])}async parseGpsBlock(){if(this.gps)return;if(this.ifd0||await this.parseIfd0Block(),void 0===this.gpsOffset)return;let e=this.parseBlock(this.gpsOffset,"gps");return e&&e.has(2)&&e.has(4)&&(e.set("latitude",de(...e.get(2),e.get(1))),e.set("longitude",de(...e.get(4),e.get(3)))),e}async parseInteropBlock(){if(!this.interop&&(this.ifd0||await this.parseIfd0Block(),void 0!==this.interopOffset||this.exif||await this.parseExifBlock(),void 0!==this.interopOffset))return this.parseBlock(this.interopOffset,"interop")}async parseThumbnailBlock(e=!1){if(!this.ifd1&&!this.ifd1Parsed&&(!this.options.mergeOutput||e))return this.findIfd1Offset(),this.ifd1Offset>0&&(this.parseBlock(this.ifd1Offset,"ifd1"),this.ifd1Parsed=!0),this.ifd1}async extractThumbnail(){if(this.headerParsed||this.parseHeader(),this.ifd1Parsed||await this.parseThumbnailBlock(!0),void 0===this.ifd1)return;let e=this.ifd1.get(513),t=this.ifd1.get(514);return this.chunk.getUint8Array(e,t)}get image(){return this.ifd0}get thumbnail(){return this.ifd1}createOutput(){let e,t,i,n={};for(t of H)if(e=this[t],!p(e))if(i=this.canTranslate?this.translateBlock(e,t):Object.fromEntries(e),this.options.mergeOutput){if("ifd1"===t)continue;Object.assign(n,i)}else n[t]=i;return this.makerNote&&(n.makerNote=this.makerNote),this.userComment&&(n.userComment=this.userComment),n}assignToOutput(e,t){if(this.globalOptions.mergeOutput)Object.assign(e,t);else for(let[i,n]of Object.entries(t))this.assignObjectToOutput(e,i,n)}}function de(e,t,i,n){var s=e+t/60+i/3600;return"S"!==n&&"W"!==n||(s*=-1),s}c(fe,"type","tiff"),c(fe,"headerLength",10),T.set("tiff",fe);var pe=Object.freeze({__proto__:null,default:ne,Exifr:te,fileParsers:w,segmentParsers:T,fileReaders:A,tagKeys:E,tagValues:B,tagRevivers:N,createDictionary:U,extendDictionary:F,fetchUrlAsArrayBuffer:M,readBlobAsArrayBuffer:R,chunkedProps:G,otherSegments:V,segments:z,tiffBlocks:H,segmentsAndBlocks:j,tiffExtractables:W,inheritables:K,allFormatters:X,Options:q,parse:ie});const ge={ifd0:!1,ifd1:!1,exif:!1,gps:!1,interop:!1,sanitize:!1,reviveValues:!0,translateKeys:!1,translateValues:!1,mergeOutput:!1},me=Object.assign({},ge,{firstChunkSize:4e4,gps:[1,2,3,4]});async function Se(e){let t=new te(me);await t.read(e);let i=await t.parse();if(i&&i.gps){let{latitude:e,longitude:t}=i.gps;return{latitude:e,longitude:t}}}const Ce=Object.assign({},ge,{tiff:!1,ifd1:!0,mergeOutput:!1});async function ye(e){let t=new te(Ce);await t.read(e);let i=await t.extractThumbnail();return i&&a?s.from(i):i}async function be(e){let t=await this.thumbnail(e);if(void 0!==t){let e=new Blob([t]);return URL.createObjectURL(e)}}const Ie=Object.assign({},ge,{firstChunkSize:4e4,ifd0:[274]});async function Pe(e){let t=new te(Ie);await t.read(e);let i=await t.parse();if(i&&i.ifd0)return i.ifd0[274]}const ke=Object.freeze({1:{dimensionSwapped:!1,scaleX:1,scaleY:1,deg:0,rad:0},2:{dimensionSwapped:!1,scaleX:-1,scaleY:1,deg:0,rad:0},3:{dimensionSwapped:!1,scaleX:1,scaleY:1,deg:180,rad:180*Math.PI/180},4:{dimensionSwapped:!1,scaleX:-1,scaleY:1,deg:180,rad:180*Math.PI/180},5:{dimensionSwapped:!0,scaleX:1,scaleY:-1,deg:90,rad:90*Math.PI/180},6:{dimensionSwapped:!0,scaleX:1,scaleY:1,deg:90,rad:90*Math.PI/180},7:{dimensionSwapped:!0,scaleX:1,scaleY:-1,deg:270,rad:270*Math.PI/180},8:{dimensionSwapped:!0,scaleX:1,scaleY:1,deg:270,rad:270*Math.PI/180}});let we=!0,Te=!0;if("object"==typeof navigator){let e=navigator.userAgent;if(e.includes("iPad")||e.includes("iPhone")){let t=e.match(/OS (\d+)_(\d+)/);if(t){let[,e,i]=t,n=Number(e)+.1*Number(i);we=n<13.4,Te=!1}}else if(e.includes("OS X 10")){let[,t]=e.match(/OS X 10[_.](\d+)/);we=Te=Number(t)<15}if(e.includes("Chrome/")){let[,t]=e.match(/Chrome\/(\d+)/);we=Te=Number(t)<81}else if(e.includes("Firefox/")){let[,t]=e.match(/Firefox\/(\d+)/);we=Te=Number(t)<77}}async function Ae(e){let t=await Pe(e);return Object.assign({canvas:we,css:Te},ke[t])}class De extends I{constructor(...e){super(...e),c(this,"ranges",new Oe),0!==this.byteLength&&this.ranges.add(0,this.byteLength)}_tryExtend(e,t,i){if(0===e&&0===this.byteLength&&i){let e=new DataView(i.buffer||i,i.byteOffset,i.byteLength);this._swapDataView(e)}else{let i=e+t;if(i>this.byteLength){let{dataView:e}=this._extend(i);this._swapDataView(e)}}}_extend(e){let t;t=a?s.allocUnsafe(e):new Uint8Array(e);let i=new DataView(t.buffer,t.byteOffset,t.byteLength);return t.set(new Uint8Array(this.buffer,this.byteOffset,this.byteLength),0),{uintView:t,dataView:i}}subarray(e,t,i=!1){return t=t||this._lengthToEnd(e),i&&this._tryExtend(e,t),this.ranges.add(e,t),super.subarray(e,t)}set(e,t,i=!1){i&&this._tryExtend(t,e.byteLength,e);let n=super.set(e,t);return this.ranges.add(t,n.byteLength),n}async ensureChunk(e,t){this.chunked&&(this.ranges.available(e,t)||await this.readChunk(e,t))}available(e,t){return this.ranges.available(e,t)}}class Oe{constructor(){c(this,"list",[])}get length(){return this.list.length}add(e,t,i=0){let n=e+t,s=this.list.filter((t=>xe(e,t.offset,n)||xe(e,t.end,n)));if(s.length>0){e=Math.min(e,...s.map((e=>e.offset))),n=Math.max(n,...s.map((e=>e.end))),t=n-e;let i=s.shift();i.offset=e,i.length=t,i.end=n,this.list=this.list.filter((e=>!s.includes(e)))}else this.list.push({offset:e,length:t,end:n})}available(e,t){let i=e+t;return this.list.some((t=>t.offset<=e&&i<=t.end))}}function xe(e,t,i){return e<=t&&t<=i}class ve extends De{constructor(e,t){super(0),c(this,"chunksRead",0),this.input=e,this.options=t}async readWhole(){this.chunked=!1,await this.readChunk(this.nextChunkOffset)}async readChunked(){this.chunked=!0,await this.readChunk(0,this.options.firstChunkSize)}async readNextChunk(e=this.nextChunkOffset){if(this.fullyRead)return this.chunksRead++,!1;let t=this.options.chunkSize,i=await this.readChunk(e,t);return!!i&&i.byteLength===t}async readChunk(e,t){if(this.chunksRead++,0!==(t=this.safeWrapAddress(e,t)))return this._readChunk(e,t)}safeWrapAddress(e,t){return void 0!==this.size&&e+t>this.size?Math.max(0,this.size-e):t}get nextChunkOffset(){if(0!==this.ranges.list.length)return this.ranges.list[0].length}get canReadNextChunk(){return this.chunksRead<this.options.chunkLimit}get fullyRead(){return void 0!==this.size&&this.nextChunkOffset===this.size}read(){return this.options.chunked?this.readChunked():this.readWhole()}close(){}}A.set("blob",class extends ve{async readWhole(){this.chunked=!1;let e=await R(this.input);this._swapArrayBuffer(e)}readChunked(){return this.chunked=!0,this.size=this.input.size,super.readChunked()}async _readChunk(e,t){let i=t?e+t:void 0,n=this.input.slice(e,i),s=await R(n);return this.set(s,e,!0)}});var Me=Object.freeze({__proto__:null,default:pe,Exifr:te,fileParsers:w,segmentParsers:T,fileReaders:A,tagKeys:E,tagValues:B,tagRevivers:N,createDictionary:U,extendDictionary:F,fetchUrlAsArrayBuffer:M,readBlobAsArrayBuffer:R,chunkedProps:G,otherSegments:V,segments:z,tiffBlocks:H,segmentsAndBlocks:j,tiffExtractables:W,inheritables:K,allFormatters:X,Options:q,parse:ie,gpsOnlyOptions:me,gps:Se,thumbnailOnlyOptions:Ce,thumbnail:ye,thumbnailUrl:be,orientationOnlyOptions:Ie,orientation:Pe,rotations:ke,get rotateCanvas(){return we},get rotateCss(){return Te},rotation:Ae});A.set("url",class extends ve{async readWhole(){this.chunked=!1;let e=await M(this.input);e instanceof ArrayBuffer?this._swapArrayBuffer(e):e instanceof Uint8Array&&this._swapBuffer(e)}async _readChunk(e,t){let i=t?e+t-1:void 0,n=this.options.httpHeaders||{};(e||i)&&(n.range=`bytes=${[e,i].join("-")}`);let s=await h(this.input,{headers:n}),r=await s.arrayBuffer(),a=r.byteLength;if(416!==s.status)return a!==t&&(this.size=e+a),this.set(r,e,!0)}});I.prototype.getUint64=function(e){let t=this.getUint32(e),i=this.getUint32(e+4);return t<1048575?t<<32|i:void 0!==typeof r?(console.warn("Using BigInt because of type 64uint but JS can only handle 53b numbers."),r(t)<<r(32)|r(i)):void g("Trying to read 64b value but JS can only handle 53b numbers.")};class Re extends se{parseBoxes(e=0){let t=[];for(;e<this.file.byteLength-4;){let i=this.parseBoxHead(e);if(t.push(i),0===i.length)break;e+=i.length}return t}parseSubBoxes(e){e.boxes=this.parseBoxes(e.start)}findBox(e,t){return void 0===e.boxes&&this.parseSubBoxes(e),e.boxes.find((e=>e.kind===t))}parseBoxHead(e){let t=this.file.getUint32(e),i=this.file.getString(e+4,4),n=e+8;return 1===t&&(t=this.file.getUint64(e+8),n+=8),{offset:e,length:t,kind:i,start:n}}parseBoxFullHead(e){if(void 0!==e.version)return;let t=this.file.getUint32(e.start);e.version=t>>24,e.start+=4}}class Le extends Re{static canHandle(e,t){if(0!==t)return!1;let i=e.getUint16(2);if(i>50)return!1;let n=16,s=[];for(;n<i;)s.push(e.getString(n,4)),n+=4;return s.includes(this.type)}async parse(){let e=this.file.getUint32(0),t=this.parseBoxHead(e);for(;"meta"!==t.kind;)e+=t.length,await this.file.ensureChunk(e,16),t=this.parseBoxHead(e);await this.file.ensureChunk(t.offset,t.length),this.parseBoxFullHead(t),this.parseSubBoxes(t),this.options.icc.enabled&&await this.findIcc(t),this.options.tiff.enabled&&await this.findExif(t)}async registerSegment(e,t,i){await this.file.ensureChunk(t,i);let n=this.file.subarray(t,i);this.createParser(e,n)}async findIcc(e){let t=this.findBox(e,"iprp");if(void 0===t)return;let i=this.findBox(t,"ipco");if(void 0===i)return;let n=this.findBox(i,"colr");void 0!==n&&await this.registerSegment("icc",n.offset+12,n.length)}async findExif(e){let t=this.findBox(e,"iinf");if(void 0===t)return;let i=this.findBox(e,"iloc");if(void 0===i)return;let n=this.findExifLocIdInIinf(t),s=this.findExtentInIloc(i,n);if(void 0===s)return;let[r,a]=s;await this.file.ensureChunk(r,a);let o=4+this.file.getUint32(r);r+=o,a-=o,await this.registerSegment("tiff",r,a)}findExifLocIdInIinf(e){this.parseBoxFullHead(e);let t,i,n,s,r=e.start,a=this.file.getUint16(r);for(r+=2;a--;){if(t=this.parseBoxHead(r),this.parseBoxFullHead(t),i=t.start,t.version>=2&&(n=3===t.version?4:2,s=this.file.getString(i+n+2,4),"Exif"===s))return this.file.getUintBytes(i,n);r+=t.length}}get8bits(e){let t=this.file.getUint8(e);return[t>>4,15&t]}findExtentInIloc(e,t){this.parseBoxFullHead(e);let i=e.start,[n,s]=this.get8bits(i++),[r,a]=this.get8bits(i++),o=2===e.version?4:2,l=1===e.version||2===e.version?2:0,h=a+n+s,u=2===e.version?4:2,c=this.file.getUintBytes(i,u);for(i+=u;c--;){let e=this.file.getUintBytes(i,o);i+=o+l+2+r;let u=this.file.getUint16(i);if(i+=2,e===t)return u>1&&console.warn("ILOC box has more than one extent but we're only processing one\nPlease create an issue at https://github.com/MikeKovarik/exifr with this file"),[this.file.getUintBytes(i+a,n),this.file.getUintBytes(i+a+n,s)];i+=u*h}}}class Ue extends Le{}c(Ue,"type","heic");class Fe extends Le{}c(Fe,"type","avif"),w.set("heic",Ue),w.set("avif",Fe),U(E,["ifd0","ifd1"],[[256,"ImageWidth"],[257,"ImageHeight"],[258,"BitsPerSample"],[259,"Compression"],[262,"PhotometricInterpretation"],[270,"ImageDescription"],[271,"Make"],[272,"Model"],[273,"StripOffsets"],[274,"Orientation"],[277,"SamplesPerPixel"],[278,"RowsPerStrip"],[279,"StripByteCounts"],[282,"XResolution"],[283,"YResolution"],[284,"PlanarConfiguration"],[296,"ResolutionUnit"],[301,"TransferFunction"],[305,"Software"],[306,"ModifyDate"],[315,"Artist"],[316,"HostComputer"],[317,"Predictor"],[318,"WhitePoint"],[319,"PrimaryChromaticities"],[513,"ThumbnailOffset"],[514,"ThumbnailLength"],[529,"YCbCrCoefficients"],[530,"YCbCrSubSampling"],[531,"YCbCrPositioning"],[532,"ReferenceBlackWhite"],[700,"ApplicationNotes"],[33432,"Copyright"],[33723,"IPTC"],[34665,"ExifIFD"],[34675,"ICC"],[34853,"GpsIFD"],[330,"SubIFD"],[40965,"InteropIFD"],[40091,"XPTitle"],[40092,"XPComment"],[40093,"XPAuthor"],[40094,"XPKeywords"],[40095,"XPSubject"]]),U(E,"exif",[[33434,"ExposureTime"],[33437,"FNumber"],[34850,"ExposureProgram"],[34852,"SpectralSensitivity"],[34855,"ISO"],[34858,"TimeZoneOffset"],[34859,"SelfTimerMode"],[34864,"SensitivityType"],[34865,"StandardOutputSensitivity"],[34866,"RecommendedExposureIndex"],[34867,"ISOSpeed"],[34868,"ISOSpeedLatitudeyyy"],[34869,"ISOSpeedLatitudezzz"],[36864,"ExifVersion"],[36867,"DateTimeOriginal"],[36868,"CreateDate"],[36873,"GooglePlusUploadCode"],[36880,"OffsetTime"],[36881,"OffsetTimeOriginal"],[36882,"OffsetTimeDigitized"],[37121,"ComponentsConfiguration"],[37122,"CompressedBitsPerPixel"],[37377,"ShutterSpeedValue"],[37378,"ApertureValue"],[37379,"BrightnessValue"],[37380,"ExposureCompensation"],[37381,"MaxApertureValue"],[37382,"SubjectDistance"],[37383,"MeteringMode"],[37384,"LightSource"],[37385,"Flash"],[37386,"FocalLength"],[37393,"ImageNumber"],[37394,"SecurityClassification"],[37395,"ImageHistory"],[37396,"SubjectArea"],[37500,"MakerNote"],[37510,"UserComment"],[37520,"SubSecTime"],[37521,"SubSecTimeOriginal"],[37522,"SubSecTimeDigitized"],[37888,"AmbientTemperature"],[37889,"Humidity"],[37890,"Pressure"],[37891,"WaterDepth"],[37892,"Acceleration"],[37893,"CameraElevationAngle"],[40960,"FlashpixVersion"],[40961,"ColorSpace"],[40962,"ExifImageWidth"],[40963,"ExifImageHeight"],[40964,"RelatedSoundFile"],[41483,"FlashEnergy"],[41486,"FocalPlaneXResolution"],[41487,"FocalPlaneYResolution"],[41488,"FocalPlaneResolutionUnit"],[41492,"SubjectLocation"],[41493,"ExposureIndex"],[41495,"SensingMethod"],[41728,"FileSource"],[41729,"SceneType"],[41730,"CFAPattern"],[41985,"CustomRendered"],[41986,"ExposureMode"],[41987,"WhiteBalance"],[41988,"DigitalZoomRatio"],[41989,"FocalLengthIn35mmFormat"],[41990,"SceneCaptureType"],[41991,"GainControl"],[41992,"Contrast"],[41993,"Saturation"],[41994,"Sharpness"],[41996,"SubjectDistanceRange"],[42016,"ImageUniqueID"],[42032,"OwnerName"],[42033,"SerialNumber"],[42034,"LensInfo"],[42035,"LensMake"],[42036,"LensModel"],[42037,"LensSerialNumber"],[42080,"CompositeImage"],[42081,"CompositeImageCount"],[42082,"CompositeImageExposureTimes"],[42240,"Gamma"],[59932,"Padding"],[59933,"OffsetSchema"],[65e3,"OwnerName"],[65001,"SerialNumber"],[65002,"Lens"],[65100,"RawFile"],[65101,"Converter"],[65102,"WhiteBalance"],[65105,"Exposure"],[65106,"Shadows"],[65107,"Brightness"],[65108,"Contrast"],[65109,"Saturation"],[65110,"Sharpness"],[65111,"Smoothness"],[65112,"MoireFilter"],[40965,"InteropIFD"]]),U(E,"gps",[[0,"GPSVersionID"],[1,"GPSLatitudeRef"],[2,"GPSLatitude"],[3,"GPSLongitudeRef"],[4,"GPSLongitude"],[5,"GPSAltitudeRef"],[6,"GPSAltitude"],[7,"GPSTimeStamp"],[8,"GPSSatellites"],[9,"GPSStatus"],[10,"GPSMeasureMode"],[11,"GPSDOP"],[12,"GPSSpeedRef"],[13,"GPSSpeed"],[14,"GPSTrackRef"],[15,"GPSTrack"],[16,"GPSImgDirectionRef"],[17,"GPSImgDirection"],[18,"GPSMapDatum"],[19,"GPSDestLatitudeRef"],[20,"GPSDestLatitude"],[21,"GPSDestLongitudeRef"],[22,"GPSDestLongitude"],[23,"GPSDestBearingRef"],[24,"GPSDestBearing"],[25,"GPSDestDistanceRef"],[26,"GPSDestDistance"],[27,"GPSProcessingMethod"],[28,"GPSAreaInformation"],[29,"GPSDateStamp"],[30,"GPSDifferential"],[31,"GPSHPositioningError"]]),U(B,["ifd0","ifd1"],[[274,{1:"Horizontal (normal)",2:"Mirror horizontal",3:"Rotate 180",4:"Mirror vertical",5:"Mirror horizontal and rotate 270 CW",6:"Rotate 90 CW",7:"Mirror horizontal and rotate 90 CW",8:"Rotate 270 CW"}],[296,{1:"None",2:"inches",3:"cm"}]]);let Ee=U(B,"exif",[[34850,{0:"Not defined",1:"Manual",2:"Normal program",3:"Aperture priority",4:"Shutter priority",5:"Creative program",6:"Action program",7:"Portrait mode",8:"Landscape mode"}],[37121,{0:"-",1:"Y",2:"Cb",3:"Cr",4:"R",5:"G",6:"B"}],[37383,{0:"Unknown",1:"Average",2:"CenterWeightedAverage",3:"Spot",4:"MultiSpot",5:"Pattern",6:"Partial",255:"Other"}],[37384,{0:"Unknown",1:"Daylight",2:"Fluorescent",3:"Tungsten (incandescent light)",4:"Flash",9:"Fine weather",10:"Cloudy weather",11:"Shade",12:"Daylight fluorescent (D 5700 - 7100K)",13:"Day white fluorescent (N 4600 - 5400K)",14:"Cool white fluorescent (W 3900 - 4500K)",15:"White fluorescent (WW 3200 - 3700K)",17:"Standard light A",18:"Standard light B",19:"Standard light C",20:"D55",21:"D65",22:"D75",23:"D50",24:"ISO studio tungsten",255:"Other"}],[37385,{0:"Flash did not fire",1:"Flash fired",5:"Strobe return light not detected",7:"Strobe return light detected",9:"Flash fired, compulsory flash mode",13:"Flash fired, compulsory flash mode, return light not detected",15:"Flash fired, compulsory flash mode, return light detected",16:"Flash did not fire, compulsory flash mode",24:"Flash did not fire, auto mode",25:"Flash fired, auto mode",29:"Flash fired, auto mode, return light not detected",31:"Flash fired, auto mode, return light detected",32:"No flash function",65:"Flash fired, red-eye reduction mode",69:"Flash fired, red-eye reduction mode, return light not detected",71:"Flash fired, red-eye reduction mode, return light detected",73:"Flash fired, compulsory flash mode, red-eye reduction mode",77:"Flash fired, compulsory flash mode, red-eye reduction mode, return light not detected",79:"Flash fired, compulsory flash mode, red-eye reduction mode, return light detected",89:"Flash fired, auto mode, red-eye reduction mode",93:"Flash fired, auto mode, return light not detected, red-eye reduction mode",95:"Flash fired, auto mode, return light detected, red-eye reduction mode"}],[41495,{1:"Not defined",2:"One-chip color area sensor",3:"Two-chip color area sensor",4:"Three-chip color area sensor",5:"Color sequential area sensor",7:"Trilinear sensor",8:"Color sequential linear sensor"}],[41728,{1:"Film Scanner",2:"Reflection Print Scanner",3:"Digital Camera"}],[41729,{1:"Directly photographed"}],[41985,{0:"Normal",1:"Custom",2:"HDR (no original saved)",3:"HDR (original saved)",4:"Original (for HDR)",6:"Panorama",7:"Portrait HDR",8:"Portrait"}],[41986,{0:"Auto",1:"Manual",2:"Auto bracket"}],[41987,{0:"Auto",1:"Manual"}],[41990,{0:"Standard",1:"Landscape",2:"Portrait",3:"Night",4:"Other"}],[41991,{0:"None",1:"Low gain up",2:"High gain up",3:"Low gain down",4:"High gain down"}],[41996,{0:"Unknown",1:"Macro",2:"Close",3:"Distant"}],[42080,{0:"Unknown",1:"Not a Composite Image",2:"General Composite Image",3:"Composite Image Captured While Shooting"}]]);const Be={1:"No absolute unit of measurement",2:"Inch",3:"Centimeter"};Ee.set(37392,Be),Ee.set(41488,Be);const Ne={0:"Normal",1:"Low",2:"High"};function Ge(e){return"object"==typeof e&&void 0!==e.length?e[0]:e}function Ve(e){let t=Array.from(e).slice(1);return t[1]>15&&(t=t.map((e=>String.fromCharCode(e)))),"0"!==t[2]&&0!==t[2]||t.pop(),t.join(".")}function ze(e){if("string"==typeof e){var[t,i,n,s,r,a]=e.trim().split(/[-: ]/g).map(Number),o=new Date(t,i-1,n);return Number.isNaN(s)||Number.isNaN(r)||Number.isNaN(a)||(o.setHours(s),o.setMinutes(r),o.setSeconds(a)),Number.isNaN(+o)?e:o}}function He(e){if("string"==typeof e)return e;let t=[];if(0===e[1]&&0===e[e.length-1])for(let i=0;i<e.length;i+=2)t.push(je(e[i+1],e[i]));else for(let i=0;i<e.length;i+=2)t.push(je(e[i],e[i+1]));return m(String.fromCodePoint(...t))}function je(e,t){return e<<8|t}Ee.set(41992,Ne),Ee.set(41993,Ne),Ee.set(41994,Ne),U(N,["ifd0","ifd1"],[[50827,function(e){return"string"!=typeof e?b(e):e}],[306,ze],[40091,He],[40092,He],[40093,He],[40094,He],[40095,He]]),U(N,"exif",[[40960,Ve],[36864,Ve],[36867,ze],[36868,ze],[40962,Ge],[40963,Ge]]),U(N,"gps",[[0,e=>Array.from(e).join(".")],[7,e=>Array.from(e).join(":")]]);class We extends re{static canHandle(e,t){return 225===e.getUint8(t+1)&&1752462448===e.getUint32(t+4)&&"http://ns.adobe.com/"===e.getString(t+4,"http://ns.adobe.com/".length)}static headerLength(e,t){return"http://ns.adobe.com/xmp/extension/"===e.getString(t+4,"http://ns.adobe.com/xmp/extension/".length)?79:4+"http://ns.adobe.com/xap/1.0/".length+1}static findPosition(e,t){let i=super.findPosition(e,t);return i.multiSegment=i.extended=79===i.headerLength,i.multiSegment?(i.chunkCount=e.getUint8(t+72),i.chunkNumber=e.getUint8(t+76),0!==e.getUint8(t+77)&&i.chunkNumber++):(i.chunkCount=1/0,i.chunkNumber=-1),i}static handleMultiSegments(e){return e.map((e=>e.chunk.getString())).join("")}normalizeInput(e){return"string"==typeof e?e:I.from(e).getString()}parse(e=this.chunk){if(!this.localOptions.parse)return e;e=function(e){let t={},i={};for(let e of Ze)t[e]=[],i[e]=0;return e.replace(et,((e,n,s)=>{if("<"===n){let n=++i[s];return t[s].push(n),`${e}#${n}`}return`${e}#${t[s].pop()}`}))}(e);let t=Xe.findAll(e,"rdf","Description");0===t.length&&t.push(new Xe("rdf","Description",void 0,e));let i,n={};for(let e of t)for(let t of e.properties)i=Je(t.ns,n),_e(t,i);return function(e){let t;for(let i in e)t=e[i]=f(e[i]),void 0===t&&delete e[i];return f(e)}(n)}assignToOutput(e,t){if(this.localOptions.parse)for(let[i,n]of Object.entries(t))switch(i){case"tiff":this.assignObjectToOutput(e,"ifd0",n);break;case"exif":this.assignObjectToOutput(e,"exif",n);break;case"xmlns":break;default:this.assignObjectToOutput(e,i,n)}else e.xmp=t}}c(We,"type","xmp"),c(We,"multiSegment",!0),T.set("xmp",We);class Ke{static findAll(e){return qe(e,/([a-zA-Z0-9-]+):([a-zA-Z0-9-]+)=("[^"]*"|'[^']*')/gm).map(Ke.unpackMatch)}static unpackMatch(e){let t=e[1],i=e[2],n=e[3].slice(1,-1);return n=Qe(n),new Ke(t,i,n)}constructor(e,t,i){this.ns=e,this.name=t,this.value=i}serialize(){return this.value}}class Xe{static findAll(e,t,i){if(void 0!==t||void 0!==i){t=t||"[\\w\\d-]+",i=i||"[\\w\\d-]+";var n=new RegExp(`<(${t}):(${i})(#\\d+)?((\\s+?[\\w\\d-:]+=("[^"]*"|'[^']*'))*\\s*)(\\/>|>([\\s\\S]*?)<\\/\\1:\\2\\3>)`,"gm")}else n=/<([\w\d-]+):([\w\d-]+)(#\d+)?((\s+?[\w\d-:]+=("[^"]*"|'[^']*'))*\s*)(\/>|>([\s\S]*?)<\/\1:\2\3>)/gm;return qe(e,n).map(Xe.unpackMatch)}static unpackMatch(e){let t=e[1],i=e[2],n=e[4],s=e[8];return new Xe(t,i,n,s)}constructor(e,t,i,n){this.ns=e,this.name=t,this.attrString=i,this.innerXml=n,this.attrs=Ke.findAll(i),this.children=Xe.findAll(n),this.value=0===this.children.length?Qe(n):void 0,this.properties=[...this.attrs,...this.children]}get isPrimitive(){return void 0!==this.value&&0===this.attrs.length&&0===this.children.length}get isListContainer(){return 1===this.children.length&&this.children[0].isList}get isList(){let{ns:e,name:t}=this;return"rdf"===e&&("Seq"===t||"Bag"===t||"Alt"===t)}get isListItem(){return"rdf"===this.ns&&"li"===this.name}serialize(){if(0===this.properties.length&&void 0===this.value)return;if(this.isPrimitive)return this.value;if(this.isListContainer)return this.children[0].serialize();if(this.isList)return $e(this.children.map(Ye));if(this.isListItem&&1===this.children.length&&0===this.attrs.length)return this.children[0].serialize();let e={};for(let t of this.properties)_e(t,e);return void 0!==this.value&&(e.value=this.value),f(e)}}function _e(e,t){let i=e.serialize();void 0!==i&&(t[e.name]=i)}var Ye=e=>e.serialize(),$e=e=>1===e.length?e[0]:e,Je=(e,t)=>t[e]?t[e]:t[e]={};function qe(e,t){let i,n=[];if(!e)return n;for(;null!==(i=t.exec(e));)n.push(i);return n}function Qe(e){if(function(e){return null==e||"null"===e||"undefined"===e||""===e||""===e.trim()}(e))return;let t=Number(e);if(!Number.isNaN(t))return t;let i=e.toLowerCase();return"true"===i||"false"!==i&&e.trim()}const Ze=["rdf:li","rdf:Seq","rdf:Bag","rdf:Alt","rdf:Description"],et=new RegExp(`(<|\\/)(${Ze.join("|")})`,"g");var tt=Object.freeze({__proto__:null,default:Me,Exifr:te,fileParsers:w,segmentParsers:T,fileReaders:A,tagKeys:E,tagValues:B,tagRevivers:N,createDictionary:U,extendDictionary:F,fetchUrlAsArrayBuffer:M,readBlobAsArrayBuffer:R,chunkedProps:G,otherSegments:V,segments:z,tiffBlocks:H,segmentsAndBlocks:j,tiffExtractables:W,inheritables:K,allFormatters:X,Options:q,parse:ie,gpsOnlyOptions:me,gps:Se,thumbnailOnlyOptions:Ce,thumbnail:ye,thumbnailUrl:be,orientationOnlyOptions:Ie,orientation:Pe,rotations:ke,get rotateCanvas(){return we},get rotateCss(){return Te},rotation:Ae});const it=(/* unused pure expression or super */ null && (["xmp","icc","iptc","tiff"])),nt=()=>{};async function st(e,t,i){let n=new q(t);n.chunked=!1,void 0===i&&"string"==typeof e&&(i=function(e){let t=e.toLowerCase().split(".").pop();if(function(e){return"exif"===e||"tiff"===e||"tif"===e}(t))return"tiff";if(it.includes(t))return t}(e));let s=await D(e,n);if(i){if(it.includes(i))return rt(i,s,n);g("Invalid segment type")}else{if(function(e){let t=e.getString(0,50).trim();return t.includes("<?xpacket")||t.includes("<x:")}(s))return rt("xmp",s,n);for(let[e]of T){if(!it.includes(e))continue;let t=await rt(e,s,n).catch(nt);if(t)return t}g("Unknown file format")}}async function rt(e,t,i){let n=i[e];return n.enabled=!0,n.parse=!0,T.get(e).parse(t,n)}let at=l("fs",(e=>e.promises));A.set("fs",class extends ve{async readWhole(){this.chunked=!1,this.fs=await at;let e=await this.fs.readFile(this.input);this._swapBuffer(e)}async readChunked(){this.chunked=!0,this.fs=await at,await this.open(),await this.readChunk(0,this.options.firstChunkSize)}async open(){void 0===this.fh&&(this.fh=await this.fs.open(this.input,"r"),this.size=(await this.fh.stat(this.input)).size)}async _readChunk(e,t){void 0===this.fh&&await this.open(),e+t>this.size&&(t=this.size-e);var i=this.subarray(e,t,!0);return await this.fh.read(i.dataView,0,t,e),i}async close(){if(this.fh){let e=this.fh;this.fh=void 0,await e.close()}}});A.set("base64",class extends ve{constructor(...e){super(...e),this.input=this.input.replace(/^data:([^;]+);base64,/gim,""),this.size=this.input.length/4*3,this.input.endsWith("==")?this.size-=2:this.input.endsWith("=")&&(this.size-=1)}async _readChunk(e,t){let i,n,r=this.input;void 0===e?(e=0,i=0,n=0):(i=4*Math.floor(e/3),n=e-i/4*3),void 0===t&&(t=this.size);let o=e+t,l=i+4*Math.ceil(o/3);r=r.slice(i,l);let h=Math.min(t,this.size-e);if(a){let t=s.from(r,"base64").slice(n,n+h);return this.set(t,e,!0)}{let t=this.subarray(e,h,!0),i=atob(r),s=t.toUint8();for(let e=0;e<h;e++)s[e]=i.charCodeAt(n+e);return t}}});class ot extends se{static canHandle(e,t){return 18761===t||19789===t}extendOptions(e){let{ifd0:t,xmp:i,iptc:n,icc:s}=e;i.enabled&&t.deps.add(700),n.enabled&&t.deps.add(33723),s.enabled&&t.deps.add(34675),t.finalizeFilters()}async parse(){let{tiff:e,xmp:t,iptc:i,icc:n}=this.options;if(e.enabled||t.enabled||i.enabled||n.enabled){let e=Math.max(S(this.options),this.options.chunkSize);await this.file.ensureChunk(0,e),this.createParser("tiff",this.file),this.parsers.tiff.parseHeader(),await this.parsers.tiff.parseIfd0Block(),this.adaptTiffPropAsSegment("xmp"),this.adaptTiffPropAsSegment("iptc"),this.adaptTiffPropAsSegment("icc")}}adaptTiffPropAsSegment(e){if(this.parsers.tiff[e]){let t=this.parsers.tiff[e];this.injectSegment(e,t)}}}c(ot,"type","tiff"),w.set("tiff",ot);let lt=l("zlib");const ht=["ihdr","iccp","text","itxt","exif"];class ut extends se{constructor(...e){super(...e),c(this,"catchError",(e=>this.errors.push(e))),c(this,"metaChunks",[]),c(this,"unknownChunks",[])}static canHandle(e,t){return 35152===t&&2303741511===e.getUint32(0)&&218765834===e.getUint32(4)}async parse(){let{file:e}=this;await this.findPngChunksInRange("PNG\r\n\n".length,e.byteLength),await this.readSegments(this.metaChunks),this.findIhdr(),this.parseTextChunks(),await this.findExif().catch(this.catchError),await this.findXmp().catch(this.catchError),await this.findIcc().catch(this.catchError)}async findPngChunksInRange(e,t){let{file:i}=this;for(;e<t;){let t=i.getUint32(e),n=i.getUint32(e+4),s=i.getString(e+4,4).toLowerCase(),r=t+4+4+4,a={type:s,offset:e,length:r,start:e+4+4,size:t,marker:n};ht.includes(s)?this.metaChunks.push(a):this.unknownChunks.push(a),e+=r}}parseTextChunks(){let e=this.metaChunks.filter((e=>"text"===e.type));for(let t of e){let[e,i]=this.file.getString(t.start,t.size).split("\0");this.injectKeyValToIhdr(e,i)}}injectKeyValToIhdr(e,t){let i=this.parsers.ihdr;i&&i.raw.set(e,t)}findIhdr(){let e=this.metaChunks.find((e=>"ihdr"===e.type));e&&!1!==this.options.ihdr.enabled&&this.createParser("ihdr",e.chunk)}async findExif(){let e=this.metaChunks.find((e=>"exif"===e.type));e&&this.injectSegment("tiff",e.chunk)}async findXmp(){let e=this.metaChunks.filter((e=>"itxt"===e.type));for(let t of e){"XML:com.adobe.xmp"===t.chunk.getString(0,"XML:com.adobe.xmp".length)&&this.injectSegment("xmp",t.chunk)}}async findIcc(){let e=this.metaChunks.find((e=>"iccp"===e.type));if(!e)return;let{chunk:t}=e,i=t.getUint8Array(0,81),s=0;for(;s<80&&0!==i[s];)s++;let r=s+2,a=t.getString(0,s);if(this.injectKeyValToIhdr("ProfileName",a),n){let e=await lt,i=t.getUint8Array(r);i=e.inflateSync(i),this.injectSegment("icc",i)}}}c(ut,"type","png"),w.set("png",ut),U(E,"interop",[[1,"InteropIndex"],[2,"InteropVersion"],[4096,"RelatedImageFileFormat"],[4097,"RelatedImageWidth"],[4098,"RelatedImageHeight"]]),F(E,"ifd0",[[11,"ProcessingSoftware"],[254,"SubfileType"],[255,"OldSubfileType"],[263,"Thresholding"],[264,"CellWidth"],[265,"CellLength"],[266,"FillOrder"],[269,"DocumentName"],[280,"MinSampleValue"],[281,"MaxSampleValue"],[285,"PageName"],[286,"XPosition"],[287,"YPosition"],[290,"GrayResponseUnit"],[297,"PageNumber"],[321,"HalftoneHints"],[322,"TileWidth"],[323,"TileLength"],[332,"InkSet"],[337,"TargetPrinter"],[18246,"Rating"],[18249,"RatingPercent"],[33550,"PixelScale"],[34264,"ModelTransform"],[34377,"PhotoshopSettings"],[50706,"DNGVersion"],[50707,"DNGBackwardVersion"],[50708,"UniqueCameraModel"],[50709,"LocalizedCameraModel"],[50736,"DNGLensInfo"],[50739,"ShadowScale"],[50740,"DNGPrivateData"],[33920,"IntergraphMatrix"],[33922,"ModelTiePoint"],[34118,"SEMInfo"],[34735,"GeoTiffDirectory"],[34736,"GeoTiffDoubleParams"],[34737,"GeoTiffAsciiParams"],[50341,"PrintIM"],[50721,"ColorMatrix1"],[50722,"ColorMatrix2"],[50723,"CameraCalibration1"],[50724,"CameraCalibration2"],[50725,"ReductionMatrix1"],[50726,"ReductionMatrix2"],[50727,"AnalogBalance"],[50728,"AsShotNeutral"],[50729,"AsShotWhiteXY"],[50730,"BaselineExposure"],[50731,"BaselineNoise"],[50732,"BaselineSharpness"],[50734,"LinearResponseLimit"],[50735,"CameraSerialNumber"],[50741,"MakerNoteSafety"],[50778,"CalibrationIlluminant1"],[50779,"CalibrationIlluminant2"],[50781,"RawDataUniqueID"],[50827,"OriginalRawFileName"],[50828,"OriginalRawFileData"],[50831,"AsShotICCProfile"],[50832,"AsShotPreProfileMatrix"],[50833,"CurrentICCProfile"],[50834,"CurrentPreProfileMatrix"],[50879,"ColorimetricReference"],[50885,"SRawType"],[50898,"PanasonicTitle"],[50899,"PanasonicTitle2"],[50931,"CameraCalibrationSig"],[50932,"ProfileCalibrationSig"],[50933,"ProfileIFD"],[50934,"AsShotProfileName"],[50936,"ProfileName"],[50937,"ProfileHueSatMapDims"],[50938,"ProfileHueSatMapData1"],[50939,"ProfileHueSatMapData2"],[50940,"ProfileToneCurve"],[50941,"ProfileEmbedPolicy"],[50942,"ProfileCopyright"],[50964,"ForwardMatrix1"],[50965,"ForwardMatrix2"],[50966,"PreviewApplicationName"],[50967,"PreviewApplicationVersion"],[50968,"PreviewSettingsName"],[50969,"PreviewSettingsDigest"],[50970,"PreviewColorSpace"],[50971,"PreviewDateTime"],[50972,"RawImageDigest"],[50973,"OriginalRawFileDigest"],[50981,"ProfileLookTableDims"],[50982,"ProfileLookTableData"],[51043,"TimeCodes"],[51044,"FrameRate"],[51058,"TStop"],[51081,"ReelName"],[51089,"OriginalDefaultFinalSize"],[51090,"OriginalBestQualitySize"],[51091,"OriginalDefaultCropSize"],[51105,"CameraLabel"],[51107,"ProfileHueSatMapEncoding"],[51108,"ProfileLookTableEncoding"],[51109,"BaselineExposureOffset"],[51110,"DefaultBlackRender"],[51111,"NewRawImageDigest"],[51112,"RawToPreviewGain"]]);let ct=[[273,"StripOffsets"],[279,"StripByteCounts"],[288,"FreeOffsets"],[289,"FreeByteCounts"],[291,"GrayResponseCurve"],[292,"T4Options"],[293,"T6Options"],[300,"ColorResponseUnit"],[320,"ColorMap"],[324,"TileOffsets"],[325,"TileByteCounts"],[326,"BadFaxLines"],[327,"CleanFaxData"],[328,"ConsecutiveBadFaxLines"],[330,"SubIFD"],[333,"InkNames"],[334,"NumberofInks"],[336,"DotRange"],[338,"ExtraSamples"],[339,"SampleFormat"],[340,"SMinSampleValue"],[341,"SMaxSampleValue"],[342,"TransferRange"],[343,"ClipPath"],[344,"XClipPathUnits"],[345,"YClipPathUnits"],[346,"Indexed"],[347,"JPEGTables"],[351,"OPIProxy"],[400,"GlobalParametersIFD"],[401,"ProfileType"],[402,"FaxProfile"],[403,"CodingMethods"],[404,"VersionYear"],[405,"ModeNumber"],[433,"Decode"],[434,"DefaultImageColor"],[435,"T82Options"],[437,"JPEGTables"],[512,"JPEGProc"],[515,"JPEGRestartInterval"],[517,"JPEGLosslessPredictors"],[518,"JPEGPointTransforms"],[519,"JPEGQTables"],[520,"JPEGDCTables"],[521,"JPEGACTables"],[559,"StripRowCounts"],[999,"USPTOMiscellaneous"],[18247,"XP_DIP_XML"],[18248,"StitchInfo"],[28672,"SonyRawFileType"],[28688,"SonyToneCurve"],[28721,"VignettingCorrection"],[28722,"VignettingCorrParams"],[28724,"ChromaticAberrationCorrection"],[28725,"ChromaticAberrationCorrParams"],[28726,"DistortionCorrection"],[28727,"DistortionCorrParams"],[29895,"SonyCropTopLeft"],[29896,"SonyCropSize"],[32781,"ImageID"],[32931,"WangTag1"],[32932,"WangAnnotation"],[32933,"WangTag3"],[32934,"WangTag4"],[32953,"ImageReferencePoints"],[32954,"RegionXformTackPoint"],[32955,"WarpQuadrilateral"],[32956,"AffineTransformMat"],[32995,"Matteing"],[32996,"DataType"],[32997,"ImageDepth"],[32998,"TileDepth"],[33300,"ImageFullWidth"],[33301,"ImageFullHeight"],[33302,"TextureFormat"],[33303,"WrapModes"],[33304,"FovCot"],[33305,"MatrixWorldToScreen"],[33306,"MatrixWorldToCamera"],[33405,"Model2"],[33421,"CFARepeatPatternDim"],[33422,"CFAPattern2"],[33423,"BatteryLevel"],[33424,"KodakIFD"],[33445,"MDFileTag"],[33446,"MDScalePixel"],[33447,"MDColorTable"],[33448,"MDLabName"],[33449,"MDSampleInfo"],[33450,"MDPrepDate"],[33451,"MDPrepTime"],[33452,"MDFileUnits"],[33589,"AdventScale"],[33590,"AdventRevision"],[33628,"UIC1Tag"],[33629,"UIC2Tag"],[33630,"UIC3Tag"],[33631,"UIC4Tag"],[33918,"IntergraphPacketData"],[33919,"IntergraphFlagRegisters"],[33921,"INGRReserved"],[34016,"Site"],[34017,"ColorSequence"],[34018,"IT8Header"],[34019,"RasterPadding"],[34020,"BitsPerRunLength"],[34021,"BitsPerExtendedRunLength"],[34022,"ColorTable"],[34023,"ImageColorIndicator"],[34024,"BackgroundColorIndicator"],[34025,"ImageColorValue"],[34026,"BackgroundColorValue"],[34027,"PixelIntensityRange"],[34028,"TransparencyIndicator"],[34029,"ColorCharacterization"],[34030,"HCUsage"],[34031,"TrapIndicator"],[34032,"CMYKEquivalent"],[34152,"AFCP_IPTC"],[34232,"PixelMagicJBIGOptions"],[34263,"JPLCartoIFD"],[34306,"WB_GRGBLevels"],[34310,"LeafData"],[34687,"TIFF_FXExtensions"],[34688,"MultiProfiles"],[34689,"SharedData"],[34690,"T88Options"],[34732,"ImageLayer"],[34750,"JBIGOptions"],[34856,"Opto-ElectricConvFactor"],[34857,"Interlace"],[34908,"FaxRecvParams"],[34909,"FaxSubAddress"],[34910,"FaxRecvTime"],[34929,"FedexEDR"],[34954,"LeafSubIFD"],[37387,"FlashEnergy"],[37388,"SpatialFrequencyResponse"],[37389,"Noise"],[37390,"FocalPlaneXResolution"],[37391,"FocalPlaneYResolution"],[37392,"FocalPlaneResolutionUnit"],[37397,"ExposureIndex"],[37398,"TIFF-EPStandardID"],[37399,"SensingMethod"],[37434,"CIP3DataFile"],[37435,"CIP3Sheet"],[37436,"CIP3Side"],[37439,"StoNits"],[37679,"MSDocumentText"],[37680,"MSPropertySetStorage"],[37681,"MSDocumentTextPosition"],[37724,"ImageSourceData"],[40965,"InteropIFD"],[40976,"SamsungRawPointersOffset"],[40977,"SamsungRawPointersLength"],[41217,"SamsungRawByteOrder"],[41218,"SamsungRawUnknown"],[41484,"SpatialFrequencyResponse"],[41485,"Noise"],[41489,"ImageNumber"],[41490,"SecurityClassification"],[41491,"ImageHistory"],[41494,"TIFF-EPStandardID"],[41995,"DeviceSettingDescription"],[42112,"GDALMetadata"],[42113,"GDALNoData"],[44992,"ExpandSoftware"],[44993,"ExpandLens"],[44994,"ExpandFilm"],[44995,"ExpandFilterLens"],[44996,"ExpandScanner"],[44997,"ExpandFlashLamp"],[46275,"HasselbladRawImage"],[48129,"PixelFormat"],[48130,"Transformation"],[48131,"Uncompressed"],[48132,"ImageType"],[48256,"ImageWidth"],[48257,"ImageHeight"],[48258,"WidthResolution"],[48259,"HeightResolution"],[48320,"ImageOffset"],[48321,"ImageByteCount"],[48322,"AlphaOffset"],[48323,"AlphaByteCount"],[48324,"ImageDataDiscard"],[48325,"AlphaDataDiscard"],[50215,"OceScanjobDesc"],[50216,"OceApplicationSelector"],[50217,"OceIDNumber"],[50218,"OceImageLogic"],[50255,"Annotations"],[50459,"HasselbladExif"],[50547,"OriginalFileName"],[50560,"USPTOOriginalContentType"],[50656,"CR2CFAPattern"],[50710,"CFAPlaneColor"],[50711,"CFALayout"],[50712,"LinearizationTable"],[50713,"BlackLevelRepeatDim"],[50714,"BlackLevel"],[50715,"BlackLevelDeltaH"],[50716,"BlackLevelDeltaV"],[50717,"WhiteLevel"],[50718,"DefaultScale"],[50719,"DefaultCropOrigin"],[50720,"DefaultCropSize"],[50733,"BayerGreenSplit"],[50737,"ChromaBlurRadius"],[50738,"AntiAliasStrength"],[50752,"RawImageSegmentation"],[50780,"BestQualityScale"],[50784,"AliasLayerMetadata"],[50829,"ActiveArea"],[50830,"MaskedAreas"],[50935,"NoiseReductionApplied"],[50974,"SubTileBlockSize"],[50975,"RowInterleaveFactor"],[51008,"OpcodeList1"],[51009,"OpcodeList2"],[51022,"OpcodeList3"],[51041,"NoiseProfile"],[51114,"CacheVersion"],[51125,"DefaultUserCrop"],[51157,"NikonNEFInfo"],[65024,"KdcIFD"]];F(E,"ifd0",ct),F(E,"exif",ct),U(B,"gps",[[23,{M:"Magnetic North",T:"True North"}],[25,{K:"Kilometers",M:"Miles",N:"Nautical Miles"}]]);class ft extends re{static canHandle(e,t){return 224===e.getUint8(t+1)&&1246120262===e.getUint32(t+4)&&0===e.getUint8(t+8)}parse(){return this.parseTags(),this.translate(),this.output}parseTags(){this.raw=new Map([[0,this.chunk.getUint16(0)],[2,this.chunk.getUint8(2)],[3,this.chunk.getUint16(3)],[5,this.chunk.getUint16(5)],[7,this.chunk.getUint8(7)],[8,this.chunk.getUint8(8)]])}}c(ft,"type","jfif"),c(ft,"headerLength",9),T.set("jfif",ft),U(E,"jfif",[[0,"JFIFVersion"],[2,"ResolutionUnit"],[3,"XResolution"],[5,"YResolution"],[7,"ThumbnailWidth"],[8,"ThumbnailHeight"]]);class dt extends re{parse(){return this.parseTags(),this.translate(),this.output}parseTags(){this.raw=new Map([[0,this.chunk.getUint32(0)],[4,this.chunk.getUint32(4)],[8,this.chunk.getUint8(8)],[9,this.chunk.getUint8(9)],[10,this.chunk.getUint8(10)],[11,this.chunk.getUint8(11)],[12,this.chunk.getUint8(12)],...Array.from(this.raw)])}}c(dt,"type","ihdr"),T.set("ihdr",dt),U(E,"ihdr",[[0,"ImageWidth"],[4,"ImageHeight"],[8,"BitDepth"],[9,"ColorType"],[10,"Compression"],[11,"Filter"],[12,"Interlace"]]),U(B,"ihdr",[[9,{0:"Grayscale",2:"RGB",3:"Palette",4:"Grayscale with Alpha",6:"RGB with Alpha",DEFAULT:"Unknown"}],[10,{0:"Deflate/Inflate",DEFAULT:"Unknown"}],[11,{0:"Adaptive",DEFAULT:"Unknown"}],[12,{0:"Noninterlaced",1:"Adam7 Interlace",DEFAULT:"Unknown"}]]);class pt extends re{static canHandle(e,t){return 226===e.getUint8(t+1)&&1229144927===e.getUint32(t+4)}static findPosition(e,t){let i=super.findPosition(e,t);return i.chunkNumber=e.getUint8(t+16),i.chunkCount=e.getUint8(t+17),i.multiSegment=i.chunkCount>1,i}static handleMultiSegments(e){return function(e){let t=function(e){let t=e[0].constructor,i=0;for(let t of e)i+=t.length;let n=new t(i),s=0;for(let t of e)n.set(t,s),s+=t.length;return n}(e.map((e=>e.chunk.toUint8())));return new I(t)}(e)}parse(){return this.raw=new Map,this.parseHeader(),this.parseTags(),this.translate(),this.output}parseHeader(){let{raw:e}=this;this.chunk.byteLength<84&&g("ICC header is too short");for(let[t,i]of Object.entries(gt)){t=parseInt(t,10);let n=i(this.chunk,t);"\0\0\0\0"!==n&&e.set(t,n)}}parseTags(){let e,t,i,n,s,{raw:r}=this,a=this.chunk.getUint32(128),o=132,l=this.chunk.byteLength;for(;a--;){if(e=this.chunk.getString(o,4),t=this.chunk.getUint32(o+4),i=this.chunk.getUint32(o+8),n=this.chunk.getString(t,4),t+i>l)return void console.warn("reached the end of the first ICC chunk. Enable options.tiff.multiSegment to read all ICC segments.");s=this.parseTag(n,t,i),void 0!==s&&"\0\0\0\0"!==s&&r.set(e,s),o+=12}}parseTag(e,t,i){switch(e){case"desc":return this.parseDesc(t);case"mluc":return this.parseMluc(t);case"text":return this.parseText(t,i);case"sig ":return this.parseSig(t)}if(!(t+i>this.chunk.byteLength))return this.chunk.getUint8Array(t,i)}parseDesc(e){let t=this.chunk.getUint32(e+8)-1;return m(this.chunk.getString(e+12,t))}parseText(e,t){return m(this.chunk.getString(e+8,t-8))}parseSig(e){return m(this.chunk.getString(e+8,4))}parseMluc(e){let{chunk:t}=this,i=t.getUint32(e+8),n=t.getUint32(e+12),s=e+16,r=[];for(let a=0;a<i;a++){let i=t.getString(s+0,2),a=t.getString(s+2,2),o=t.getUint32(s+4),l=t.getUint32(s+8)+e,h=m(t.getUnicodeString(l,o));r.push({lang:i,country:a,text:h}),s+=n}return 1===i?r[0].text:r}translateValue(e,t){return"string"==typeof e?t[e]||t[e.toLowerCase()]||e:t[e]||e}}c(pt,"type","icc"),c(pt,"multiSegment",!0),c(pt,"headerLength",18);const gt={4:mt,8:function(e,t){return[e.getUint8(t),e.getUint8(t+1)>>4,e.getUint8(t+1)%16].map((e=>e.toString(10))).join(".")},12:mt,16:mt,20:mt,24:function(e,t){const i=e.getUint16(t),n=e.getUint16(t+2)-1,s=e.getUint16(t+4),r=e.getUint16(t+6),a=e.getUint16(t+8),o=e.getUint16(t+10);return new Date(Date.UTC(i,n,s,r,a,o))},36:mt,40:mt,48:mt,52:mt,64:(e,t)=>e.getUint32(t),80:mt};function mt(e,t){return m(e.getString(t,4))}T.set("icc",pt),U(E,"icc",[[4,"ProfileCMMType"],[8,"ProfileVersion"],[12,"ProfileClass"],[16,"ColorSpaceData"],[20,"ProfileConnectionSpace"],[24,"ProfileDateTime"],[36,"ProfileFileSignature"],[40,"PrimaryPlatform"],[44,"CMMFlags"],[48,"DeviceManufacturer"],[52,"DeviceModel"],[56,"DeviceAttributes"],[64,"RenderingIntent"],[68,"ConnectionSpaceIlluminant"],[80,"ProfileCreator"],[84,"ProfileID"],["Header","ProfileHeader"],["MS00","WCSProfiles"],["bTRC","BlueTRC"],["bXYZ","BlueMatrixColumn"],["bfd","UCRBG"],["bkpt","MediaBlackPoint"],["calt","CalibrationDateTime"],["chad","ChromaticAdaptation"],["chrm","Chromaticity"],["ciis","ColorimetricIntentImageState"],["clot","ColorantTableOut"],["clro","ColorantOrder"],["clrt","ColorantTable"],["cprt","ProfileCopyright"],["crdi","CRDInfo"],["desc","ProfileDescription"],["devs","DeviceSettings"],["dmdd","DeviceModelDesc"],["dmnd","DeviceMfgDesc"],["dscm","ProfileDescriptionML"],["fpce","FocalPlaneColorimetryEstimates"],["gTRC","GreenTRC"],["gXYZ","GreenMatrixColumn"],["gamt","Gamut"],["kTRC","GrayTRC"],["lumi","Luminance"],["meas","Measurement"],["meta","Metadata"],["mmod","MakeAndModel"],["ncl2","NamedColor2"],["ncol","NamedColor"],["ndin","NativeDisplayInfo"],["pre0","Preview0"],["pre1","Preview1"],["pre2","Preview2"],["ps2i","PS2RenderingIntent"],["ps2s","PostScript2CSA"],["psd0","PostScript2CRD0"],["psd1","PostScript2CRD1"],["psd2","PostScript2CRD2"],["psd3","PostScript2CRD3"],["pseq","ProfileSequenceDesc"],["psid","ProfileSequenceIdentifier"],["psvm","PS2CRDVMSize"],["rTRC","RedTRC"],["rXYZ","RedMatrixColumn"],["resp","OutputResponse"],["rhoc","ReflectionHardcopyOrigColorimetry"],["rig0","PerceptualRenderingIntentGamut"],["rig2","SaturationRenderingIntentGamut"],["rpoc","ReflectionPrintOutputColorimetry"],["sape","SceneAppearanceEstimates"],["scoe","SceneColorimetryEstimates"],["scrd","ScreeningDesc"],["scrn","Screening"],["targ","CharTarget"],["tech","Technology"],["vcgt","VideoCardGamma"],["view","ViewingConditions"],["vued","ViewingCondDesc"],["wtpt","MediaWhitePoint"]]);const St={"4d2p":"Erdt Systems",AAMA:"Aamazing Technologies",ACER:"Acer",ACLT:"Acolyte Color Research",ACTI:"Actix Sytems",ADAR:"Adara Technology",ADBE:"Adobe",ADI:"ADI Systems",AGFA:"Agfa Graphics",ALMD:"Alps Electric",ALPS:"Alps Electric",ALWN:"Alwan Color Expertise",AMTI:"Amiable Technologies",AOC:"AOC International",APAG:"Apago",APPL:"Apple Computer",AST:"AST","AT&T":"AT&T",BAEL:"BARBIERI electronic",BRCO:"Barco NV",BRKP:"Breakpoint",BROT:"Brother",BULL:"Bull",BUS:"Bus Computer Systems","C-IT":"C-Itoh",CAMR:"Intel",CANO:"Canon",CARR:"Carroll Touch",CASI:"Casio",CBUS:"Colorbus PL",CEL:"Crossfield",CELx:"Crossfield",CGS:"CGS Publishing Technologies International",CHM:"Rochester Robotics",CIGL:"Colour Imaging Group, London",CITI:"Citizen",CL00:"Candela",CLIQ:"Color IQ",CMCO:"Chromaco",CMiX:"CHROMiX",COLO:"Colorgraphic Communications",COMP:"Compaq",COMp:"Compeq/Focus Technology",CONR:"Conrac Display Products",CORD:"Cordata Technologies",CPQ:"Compaq",CPRO:"ColorPro",CRN:"Cornerstone",CTX:"CTX International",CVIS:"ColorVision",CWC:"Fujitsu Laboratories",DARI:"Darius Technology",DATA:"Dataproducts",DCP:"Dry Creek Photo",DCRC:"Digital Contents Resource Center, Chung-Ang University",DELL:"Dell Computer",DIC:"Dainippon Ink and Chemicals",DICO:"Diconix",DIGI:"Digital","DL&C":"Digital Light & Color",DPLG:"Doppelganger",DS:"Dainippon Screen",DSOL:"DOOSOL",DUPN:"DuPont",EPSO:"Epson",ESKO:"Esko-Graphics",ETRI:"Electronics and Telecommunications Research Institute",EVER:"Everex Systems",EXAC:"ExactCODE",Eizo:"Eizo",FALC:"Falco Data Products",FF:"Fuji Photo Film",FFEI:"FujiFilm Electronic Imaging",FNRD:"Fnord Software",FORA:"Fora",FORE:"Forefront Technology",FP:"Fujitsu",FPA:"WayTech Development",FUJI:"Fujitsu",FX:"Fuji Xerox",GCC:"GCC Technologies",GGSL:"Global Graphics Software",GMB:"Gretagmacbeth",GMG:"GMG",GOLD:"GoldStar Technology",GOOG:"Google",GPRT:"Giantprint",GTMB:"Gretagmacbeth",GVC:"WayTech Development",GW2K:"Sony",HCI:"HCI",HDM:"Heidelberger Druckmaschinen",HERM:"Hermes",HITA:"Hitachi America",HP:"Hewlett-Packard",HTC:"Hitachi",HiTi:"HiTi Digital",IBM:"IBM",IDNT:"Scitex",IEC:"Hewlett-Packard",IIYA:"Iiyama North America",IKEG:"Ikegami Electronics",IMAG:"Image Systems",IMI:"Ingram Micro",INTC:"Intel",INTL:"N/A (INTL)",INTR:"Intra Electronics",IOCO:"Iocomm International Technology",IPS:"InfoPrint Solutions Company",IRIS:"Scitex",ISL:"Ichikawa Soft Laboratory",ITNL:"N/A (ITNL)",IVM:"IVM",IWAT:"Iwatsu Electric",Idnt:"Scitex",Inca:"Inca Digital Printers",Iris:"Scitex",JPEG:"Joint Photographic Experts Group",JSFT:"Jetsoft Development",JVC:"JVC Information Products",KART:"Scitex",KFC:"KFC Computek Components",KLH:"KLH Computers",KMHD:"Konica Minolta",KNCA:"Konica",KODA:"Kodak",KYOC:"Kyocera",Kart:"Scitex",LCAG:"Leica",LCCD:"Leeds Colour",LDAK:"Left Dakota",LEAD:"Leading Technology",LEXM:"Lexmark International",LINK:"Link Computer",LINO:"Linotronic",LITE:"Lite-On",Leaf:"Leaf",Lino:"Linotronic",MAGC:"Mag Computronic",MAGI:"MAG Innovision",MANN:"Mannesmann",MICN:"Micron Technology",MICR:"Microtek",MICV:"Microvitec",MINO:"Minolta",MITS:"Mitsubishi Electronics America",MITs:"Mitsuba",MNLT:"Minolta",MODG:"Modgraph",MONI:"Monitronix",MONS:"Monaco Systems",MORS:"Morse Technology",MOTI:"Motive Systems",MSFT:"Microsoft",MUTO:"MUTOH INDUSTRIES",Mits:"Mitsubishi Electric",NANA:"NANAO",NEC:"NEC",NEXP:"NexPress Solutions",NISS:"Nissei Sangyo America",NKON:"Nikon",NONE:"none",OCE:"Oce Technologies",OCEC:"OceColor",OKI:"Oki",OKID:"Okidata",OKIP:"Okidata",OLIV:"Olivetti",OLYM:"Olympus",ONYX:"Onyx Graphics",OPTI:"Optiquest",PACK:"Packard Bell",PANA:"Matsushita Electric Industrial",PANT:"Pantone",PBN:"Packard Bell",PFU:"PFU",PHIL:"Philips Consumer Electronics",PNTX:"HOYA",POne:"Phase One A/S",PREM:"Premier Computer Innovations",PRIN:"Princeton Graphic Systems",PRIP:"Princeton Publishing Labs",QLUX:"Hong Kong",QMS:"QMS",QPCD:"QPcard AB",QUAD:"QuadLaser",QUME:"Qume",RADI:"Radius",RDDx:"Integrated Color Solutions",RDG:"Roland DG",REDM:"REDMS Group",RELI:"Relisys",RGMS:"Rolf Gierling Multitools",RICO:"Ricoh",RNLD:"Edmund Ronald",ROYA:"Royal",RPC:"Ricoh Printing Systems",RTL:"Royal Information Electronics",SAMP:"Sampo",SAMS:"Samsung",SANT:"Jaime Santana Pomares",SCIT:"Scitex",SCRN:"Dainippon Screen",SDP:"Scitex",SEC:"Samsung",SEIK:"Seiko Instruments",SEIk:"Seikosha",SGUY:"ScanGuy.com",SHAR:"Sharp Laboratories",SICC:"International Color Consortium",SONY:"Sony",SPCL:"SpectraCal",STAR:"Star",STC:"Sampo Technology",Scit:"Scitex",Sdp:"Scitex",Sony:"Sony",TALO:"Talon Technology",TAND:"Tandy",TATU:"Tatung",TAXA:"TAXAN America",TDS:"Tokyo Denshi Sekei",TECO:"TECO Information Systems",TEGR:"Tegra",TEKT:"Tektronix",TI:"Texas Instruments",TMKR:"TypeMaker",TOSB:"Toshiba",TOSH:"Toshiba",TOTK:"TOTOKU ELECTRIC",TRIU:"Triumph",TSBT:"Toshiba",TTX:"TTX Computer Products",TVM:"TVM Professional Monitor",TW:"TW Casper",ULSX:"Ulead Systems",UNIS:"Unisys",UTZF:"Utz Fehlau & Sohn",VARI:"Varityper",VIEW:"Viewsonic",VISL:"Visual communication",VIVO:"Vivo Mobile Communication",WANG:"Wang",WLBR:"Wilbur Imaging",WTG2:"Ware To Go",WYSE:"WYSE Technology",XERX:"Xerox",XRIT:"X-Rite",ZRAN:"Zoran",Zebr:"Zebra Technologies",appl:"Apple Computer",bICC:"basICColor",berg:"bergdesign",ceyd:"Integrated Color Solutions",clsp:"MacDermid ColorSpan",ds:"Dainippon Screen",dupn:"DuPont",ffei:"FujiFilm Electronic Imaging",flux:"FluxData",iris:"Scitex",kart:"Scitex",lcms:"Little CMS",lino:"Linotronic",none:"none",ob4d:"Erdt Systems",obic:"Medigraph",quby:"Qubyx Sarl",scit:"Scitex",scrn:"Dainippon Screen",sdp:"Scitex",siwi:"SIWI GRAFIKA",yxym:"YxyMaster"},Ct={scnr:"Scanner",mntr:"Monitor",prtr:"Printer",link:"Device Link",abst:"Abstract",spac:"Color Space Conversion Profile",nmcl:"Named Color",cenc:"ColorEncodingSpace profile",mid:"MultiplexIdentification profile",mlnk:"MultiplexLink profile",mvis:"MultiplexVisualization profile",nkpf:"Nikon Input Device Profile (NON-STANDARD!)"};U(B,"icc",[[4,St],[12,Ct],[40,Object.assign({},St,Ct)],[48,St],[80,St],[64,{0:"Perceptual",1:"Relative Colorimetric",2:"Saturation",3:"Absolute Colorimetric"}],["tech",{amd:"Active Matrix Display",crt:"Cathode Ray Tube Display",kpcd:"Photo CD",pmd:"Passive Matrix Display",dcam:"Digital Camera",dcpj:"Digital Cinema Projector",dmpc:"Digital Motion Picture Camera",dsub:"Dye Sublimation Printer",epho:"Electrophotographic Printer",esta:"Electrostatic Printer",flex:"Flexography",fprn:"Film Writer",fscn:"Film Scanner",grav:"Gravure",ijet:"Ink Jet Printer",imgs:"Photo Image Setter",mpfr:"Motion Picture Film Recorder",mpfs:"Motion Picture Film Scanner",offs:"Offset Lithography",pjtv:"Projection Television",rpho:"Photographic Paper Printer",rscn:"Reflective Scanner",silk:"Silkscreen",twax:"Thermal Wax Printer",vidc:"Video Camera",vidm:"Video Monitor"}]]);class yt extends re{static canHandle(e,t,i){return 237===e.getUint8(t+1)&&"Photoshop"===e.getString(t+4,9)&&void 0!==this.containsIptc8bim(e,t,i)}static headerLength(e,t,i){let n,s=this.containsIptc8bim(e,t,i);if(void 0!==s)return n=e.getUint8(t+s+7),n%2!=0&&(n+=1),0===n&&(n=4),s+8+n}static containsIptc8bim(e,t,i){for(let n=0;n<i;n++)if(this.isIptcSegmentHead(e,t+n))return n}static isIptcSegmentHead(e,t){return 56===e.getUint8(t)&&943868237===e.getUint32(t)&&1028===e.getUint16(t+4)}parse(){let{raw:e}=this,t=this.chunk.byteLength-1,i=!1;for(let n=0;n<t;n++)if(28===this.chunk.getUint8(n)&&2===this.chunk.getUint8(n+1)){i=!0;let t=this.chunk.getUint16(n+3),s=this.chunk.getUint8(n+2),r=this.chunk.getLatin1String(n+5,t);e.set(s,this.pluralizeValue(e.get(s),r)),n+=4+t}else if(i)break;return this.translate(),this.output}pluralizeValue(e,t){return void 0!==e?e instanceof Array?(e.push(t),e):[e,t]:t}}c(yt,"type","iptc"),c(yt,"translateValues",!1),c(yt,"reviveValues",!1),T.set("iptc",yt),U(E,"iptc",[[0,"ApplicationRecordVersion"],[3,"ObjectTypeReference"],[4,"ObjectAttributeReference"],[5,"ObjectName"],[7,"EditStatus"],[8,"EditorialUpdate"],[10,"Urgency"],[12,"SubjectReference"],[15,"Category"],[20,"SupplementalCategories"],[22,"FixtureIdentifier"],[25,"Keywords"],[26,"ContentLocationCode"],[27,"ContentLocationName"],[30,"ReleaseDate"],[35,"ReleaseTime"],[37,"ExpirationDate"],[38,"ExpirationTime"],[40,"SpecialInstructions"],[42,"ActionAdvised"],[45,"ReferenceService"],[47,"ReferenceDate"],[50,"ReferenceNumber"],[55,"DateCreated"],[60,"TimeCreated"],[62,"DigitalCreationDate"],[63,"DigitalCreationTime"],[65,"OriginatingProgram"],[70,"ProgramVersion"],[75,"ObjectCycle"],[80,"Byline"],[85,"BylineTitle"],[90,"City"],[92,"Sublocation"],[95,"State"],[100,"CountryCode"],[101,"Country"],[103,"OriginalTransmissionReference"],[105,"Headline"],[110,"Credit"],[115,"Source"],[116,"CopyrightNotice"],[118,"Contact"],[120,"Caption"],[121,"LocalCaption"],[122,"Writer"],[125,"RasterizedCaption"],[130,"ImageType"],[131,"ImageOrientation"],[135,"LanguageIdentifier"],[150,"AudioType"],[151,"AudioSamplingRate"],[152,"AudioSamplingResolution"],[153,"AudioDuration"],[154,"AudioOutcue"],[184,"JobID"],[185,"MasterDocumentID"],[186,"ShortDocumentID"],[187,"UniqueDocumentID"],[188,"OwnerID"],[200,"ObjectPreviewFileFormat"],[201,"ObjectPreviewFileVersion"],[202,"ObjectPreviewData"],[221,"Prefs"],[225,"ClassifyState"],[228,"SimilarityIndex"],[230,"DocumentNotes"],[231,"DocumentHistory"],[232,"ExifCameraInfo"],[255,"CatalogSets"]]),U(B,"iptc",[[10,{0:"0 (reserved)",1:"1 (most urgent)",2:"2",3:"3",4:"4",5:"5 (normal urgency)",6:"6",7:"7",8:"8 (least urgent)",9:"9 (user-defined priority)"}],[75,{a:"Morning",b:"Both Morning and Evening",p:"Evening"}],[131,{L:"Landscape",P:"Portrait",S:"Square"}]]);/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (tt);
|
|
13919
|
+
|
|
13920
|
+
|
|
14497
13921
|
/***/ },
|
|
14498
13922
|
|
|
14499
13923
|
/***/ 9241
|
|
@@ -15239,7 +14663,7 @@ _confirm__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .A.remove = function () {
|
|
|
15239
14663
|
/******/ };
|
|
15240
14664
|
/******/
|
|
15241
14665
|
/******/ // Execute the module function
|
|
15242
|
-
/******/ __webpack_modules__[moduleId]
|
|
14666
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
15243
14667
|
/******/
|
|
15244
14668
|
/******/ // Return the exports of the module
|
|
15245
14669
|
/******/ return module.exports;
|
|
@@ -15270,6 +14694,18 @@ _confirm__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .A.remove = function () {
|
|
|
15270
14694
|
/******/ };
|
|
15271
14695
|
/******/ })();
|
|
15272
14696
|
/******/
|
|
14697
|
+
/******/ /* webpack/runtime/global */
|
|
14698
|
+
/******/ (() => {
|
|
14699
|
+
/******/ __webpack_require__.g = (function() {
|
|
14700
|
+
/******/ if (typeof globalThis === 'object') return globalThis;
|
|
14701
|
+
/******/ try {
|
|
14702
|
+
/******/ return this || new Function('return this')();
|
|
14703
|
+
/******/ } catch (e) {
|
|
14704
|
+
/******/ if (typeof window === 'object') return window;
|
|
14705
|
+
/******/ }
|
|
14706
|
+
/******/ })();
|
|
14707
|
+
/******/ })();
|
|
14708
|
+
/******/
|
|
15273
14709
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
15274
14710
|
/******/ (() => {
|
|
15275
14711
|
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|