Pixels

Type Alias Pixels 

Source
pub type Pixels = i32;
Expand description

The device coordinate system when rendering or displaying an image.

While Pdfium will accept pixel sizes in either dimension up to the limits of i32, in practice the maximum size of a bitmap image is limited to approximately 2,320,723,080 bytes (a little over 2 Gb). You can use the PdfBitmap::bytes_required_for_size function to estimate the maximum size of a bitmap image for a given target pixel width and height.