Enums.PixelType enumeration

The PixelType can be one of:

ConstantDescription
Enums.PixelTypeUnknown(-1) Unknown pixel type.
Enums.PixelTypeUint1(0) 1-bit pixel type.
Enums.PixelTypeUint2(1) 2-bit pixel type.
Enums.PixelTypeUint4(2) 4-bit pixel type.
Enums.PixelTypeUint8(3) Unsigned 8-bit integer pixel type.
Enums.PixelTypeInt8(4) Signed 8-bit integer pixel type.
Enums.PixelTypeUint16(5) Unsigned 16-bit integer pixel type.
Enums.PixelTypeInt16(6) Signed 16-bit integer pixel type.
Enums.PixelTypeUint32(7) Unsigned 32-bit integer pixel type.
Enums.PixelTypeInt32(8) Signed 32-bit integer pixel type.
Enums.PixelTypeFloat32(9) 32-bit floating point number pixel type.
Enums.PixelTypeFloat64(10) 64-bit floating point number pixel type.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close