Search found 4 matches
- 2012-06-21T23:15:54-07:00
- Forum: IMagick
- Topic: Is it possible to replace a PSD layer with another image(IM)
- Replies: 1
- Views: 8138
Is it possible to replace a PSD layer with another image(IM)
Hi all, I have two layers combined PSD file(top layer is just box second layer is background). Actually, I will have another image say that's in my server. What I want to do is, I want to replace that image file with top layer in PSD and output the image to PNG format. So I am expecting, the final ...
- 2012-06-20T19:36:18-07:00
- Forum: IMagick
- Topic: Image is always appearing in the upper left corner why??
- Replies: 2
- Views: 7780
Re: Imagemagick-Image is always appearing in the upper left
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,.....
- 2012-06-20T19:36:00-07:00
- Forum: IMagick
- Topic: Image is always appearing in the upper left corner why??
- Replies: 2
- Views: 7780
Re: Imagemagick-Image is always appearing in the upper left
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 ((
- 2012-06-20T19:34:57-07:00
- Forum: IMagick
- Topic: Image is always appearing in the upper left corner why??
- Replies: 2
- Views: 7780
Image is always appearing in the upper left corner why??
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 ...