تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تضرب القيمة الأولى بالقيمة الثانية لكل زوج مطابق من النطاقات في image1 وimage2. إذا كانت إحدى الصورتَين image1 أو image2 تحتوي على نطاق واحد فقط، يتم استخدامها مع جميع النطاقات في الصورة الأخرى. إذا كانت الصور تتضمّن العدد نفسه من النطاقات، ولكن ليس الأسماء نفسها، يتم استخدامها بشكل مزدوج بالترتيب الطبيعي. يتم تسمية النطاقات الناتجة حسب أطول نطاق من النطاقَين المُدخَلَين، أو إذا كانا متساويَين في الطول، يتم تسميتها حسب ترتيب image1. نوع وحدات البكسل الناتجة هو اتحاد الأنواع المدخلة.
الاستخدام
المرتجعات
Image.multiply(image2)
صورة
الوسيطة
النوع
التفاصيل
هذا: image1
صورة
الصورة التي يتم أخذ النطاقات من المعامِل الأيسر منها.
تاريخ التعديل الأخير: 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 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`Image.multiply()` multiplies corresponding bands of two images, handling single-band images and differing band names gracefully."],["The output image bands are named based on the input images, prioritizing the longer band list or image1's order for equal lengths."],["Pixel type in the output image is determined by combining the input pixel types."],["If a number is provided instead of an image, it's treated as a constant image for the multiplication."]]],["The `multiply()` function computes the product of pixel values from two images (`image1` and `image2`). It pairs bands from each image for multiplication. If one image has a single band, it's paired with all bands of the other. If both have multiple bands with different names, they are paired in their natural order. The output image bands are named based on the longer of the input image. Output pixel type is the union of input types.\n"]]