I known width & height of image and set PDEImageAttribute for png image file........
pdeImageAttrs.flags = kPDEImageExternal;
pdeImageAttrs.width = width;
pdeImageAttrs.height = height;
pdeImageAttrs.bitsPerComponent = 8;
I known width & height of image and set PDEImageAttribute for png image file........
pdeImageAttrs.flags = kPDEImageExternal;
pdeImageAttrs.width = width;
pdeImageAttrs.height = height;
pdeImageAttrs.bitsPerComponent = 8;