تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-24 بهوقت ساعت هماهنگ جهانی."],[[["Selects a contiguous range of bands from a given image based on their position."],["Uses `start` and optional `end` parameters to define the range of bands to be selected, supporting negative indexing for selecting from the end."],["Returns a new Image object containing only the selected bands."]]],["This document describes the `Image.slice` function, which extracts a subset of bands from an image. It takes two integer arguments: `start`, indicating the beginning band index (supporting negative indexing), and an optional `end` to specify the final band. If `end` is absent, it selects all bands from `start` to the end. The function returns a new `Image` object containing the selected contiguous bands.\n"]]