ee.PixelType.int8
Returns the 8-bit signed integer pixel type.
Usage | Returns |
---|
ee.PixelType.int8() | PixelType |
No arguments.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 UTC."],[[["Represents signed integer pixel values within an 8-bit range."],["Accessible through the `ee.PixelType.int8()` function, returning a PixelType object."],["Does not require any input arguments for utilization."]]],["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"]]