Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
[[["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."],[[["\u003cp\u003eRepresents signed integer pixel values within an 8-bit range.\u003c/p\u003e\n"],["\u003cp\u003eAccessible through the \u003ccode\u003eee.PixelType.int8()\u003c/code\u003e function, returning a PixelType object.\u003c/p\u003e\n"],["\u003cp\u003eDoes not require any input arguments for utilization.\u003c/p\u003e\n"]]],["The core content defines and explains the `int8` pixel type within a specific system. The function `ee.PixelType.int8()` returns a `PixelType` object. This function is used to specify an 8-bit signed integer data type for pixels. The function takes no arguments and is the sole method for accessing and utilizing the 8-bit signed integer pixel representation.\n"],null,["# ee.PixelType.int8\n\nReturns the 8-bit signed integer pixel type.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------------|-----------|\n| `ee.PixelType.int8()` | PixelType |\n\n**No arguments.**"]]