struct P1::ImageSdkC::BitmapImageRep

Overview

#include <C_P1ImageCaptureImage.h>

struct BitmapImageRep
{
    // fields

    uint32_t width;
    uint32_t height;
    uint16_t bitsPerSample;
    uint16_t samplesPerPixel;
    uint32_t byteSize;
    BitmapImageRepFormat format;
    ImageSdk::BitmapColorSpace colorSpace;
    Rect sourceCrop;
    uint8_t* data;
};

Detailed Documentation

Fields

Rect sourceCrop

If the image was cropped before it was scaled, this is the original crop