[[["เข้าใจง่าย","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 UTC"],[[["This operation computes the gamma function of an image."],["It takes an image as input and returns a modified image."],["The gamma function adjusts the pixel values of the image, typically used for brightness or contrast adjustments."]]],["The core functionality computes the gamma function of an input image. The `Image.gamma()` method is used to perform this operation, returning a new `Image` as the result. The method is applied directly to an existing image, designated as `this: value`, which serves as the input for the gamma function calculation. No other arguments are needed for this operation.\n"]]