pub const MAX_PIXELS: u32 = u32::MAX; // 4_294_967_295u32
The maximum amount of pixels supported by this library (u32::MAX).
u32::MAX
This applies to all image types as well as pixel slices or buffers.