[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["Calculates the digamma function for each pixel value in the input image."],["Returns a new image with the calculated digamma values for each corresponding pixel."],["The function operates directly on the provided image and doesn't require additional parameters beyond the image itself."]]],["The core functionality computes the digamma function, applying it to an input image. The operation, `Image.digamma()`, takes an image as input (`this: value`) and returns a new image. The digamma function is calculated for each pixel value within the input image, and the result is reflected in the output image.\n"]]