[[["容易理解","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 (世界標準時間)。"],[[["Visualizes an image in RGB or grayscale by adjusting gain, bias, min/max values, and gamma correction for specified or default bands."],["Accepts single values or lists for gain, bias, min, max, and gamma to apply to all or individual bands, respectively."],["Offers customization options including opacity, a color palette for multi-band visualization, and forced RGB output."],["Uses a list of CSS color identifiers or hexadecimal color strings for the palette parameter when visualizing multi-band images."],["Operates on an input image and returns a modified image with the specified visualization parameters applied."]]],["The `Image.visualize` function generates an RGB or grayscale image visualization. It accepts arguments like `gain`, `bias`, `min`, `max`, and `gamma`, which can be applied to all bands or to individual bands specified in a list. Users can select specific `bands` to visualize or use the first three by default. The `opacity` controls scaling, and a `palette` allows for color customization. `forceRgbOutput` enables RGB output for single-band images.\n"]]