IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
In the Imagemagick I have a big problem. Whenever I apply composite for the images, the final image always appearing in the upper left corner. I have tried all the possibilities. Even I tried in the Imagemagick studio.. but same story... therefore I couldn't get the full image, top of the image is in out of the screen...
I tried this one... exec('convert s_r_rr_img.png book_trans.png \ -gravity center -geometry -30-20 -compose SrcOver -composite +repage +repage finalIMGFINAL.png ') Still no use... WTH ((
Tried this : exec('convert -page 600x600+200+200 finalIMGFINAL.png -flatten flatten_image.png'). Image showed in middle but top and left parts are missing... becaz final image was in upper left corner... WTH WTH... I don't know what to do,.....