[[["เข้าใจง่าย","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"],[[["`Image.tan()` calculates the tangent of pixel values within an image, assuming the values represent angles in radians."],["The function operates directly on an image, returning a modified copy with the tangent applied to each pixel's value."],["This method is useful for mathematical image manipulation and potentially specific image processing techniques where tangent calculations on pixel values are required."]]],["The `tan()` function calculates the tangent of an image's pixel values, which are assumed to be in radians. It operates on an `Image` object and returns a new `Image` where each pixel's value represents the tangent of the corresponding input pixel. The function takes the input image as an argument (`this: value`).\n"]]