PHP/Imagick/PDFlib Flop Image Changes its Bit Depth
I am Having PNG Image And Trying To Flop (Mirror) by imagick function of php It Gets Flop Exactly But The Base Image is In Format 24 Bit RGB and after Convertion It Gets To 8 Bit Pallated . So the Main Problem is that when I use to place both images in my pdflib pages one of the image(converted) displays curly.... Original Image Output After Flop(Mirror) by Imagick and Rendered in PDFlib -> My Code Is Simple ----> $im = new Imagick($background_image); $im->flopImage(); $im->writeimage($background_image."_flop.png"); Modified Date => 29 Oct 2013 Original Image -> Size 4.68 KB Bit Depth 32