الأمثلة
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
أن يكون إجمالي حجم الكائن الثنائي الكبير (blob) لبيانات XMP أقل من 64 كيلوبايت
<rdf:Description rdf:about=""
xmlns:GDepth="http://ns.google.com/photos/1.0/depthmap/"
GDepth:Mime="image/jpeg"
GDepth:Format="RangeInverse"
GDepth:Near="29.3"
GDepth:Far="878.7"
GDepth:Mime="image/png"
GDepth:Data="iVBORw0KGgoAAAANSUhEUgAAAtAAAAPACAYAAAA..." />
إجمالي حجم كائن XMP الثنائي الكبير أكبر من 64 كيلوبايت
<rdf:Description rdf:about=""
xmlns:GDepth="http://ns.google.com/photos/1.0/depthmap/"
xmlns:xmpNote="http://ns.adobe.com/xmp/note/"
GDepth:Mime="image/jpeg"
GDepth:Format="RangeInverse"
GDepth:Near="29.3"
GDepth:Far="878.7"
GDepth:Mime="image/png"
GDepth:MeasureType="OpticalAxis"
GDepth:ConfidenceMime="image/png"
GDepth:Manufacturer="Primesense"
GDepth:Model="Carmine"
GDepth:Software="Tango 1.0"
GDepth:Units="mm"
xmpNote:HasExtendedXMP="36BE52D449F3E6B9760D7602FF75168D"/>
and a possibly very large extended xmp section:
<rdf:Description rdf:about=""
xmlns:GDepth="http://ns.google.com/photos/1.0/depthmap/"
GDepth:Data="iVBORw0KGgoAAAANSUhEUgAAAtAAAAPACAYAAAA..."
GDepth:Confidence="iVBORw0KGgoAAATNSUhEUgBAAtAAAACCA..." />
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Depth data in Google Photos is stored using XMP metadata, with different handling for data sizes below and above 64 KB."],["Smaller depth data is directly embedded within the main XMP block using the `GDepth:Data` tag."],["Larger depth data is split, with key properties in the main XMP and the raw depth and confidence data moved to an extended XMP section referenced by `xmpNote:HasExtendedXMP`."],["The `GDepth` namespace defines specific tags for depth metadata like format, near/far values, and measurement units."],["Extended XMP allows for storing large depth and confidence data separately, ensuring efficient handling of comprehensive depth information."]]],[]]