Different command line

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.
Post Reply
Florian26
Posts: 8
Joined: 2014-06-04T13:00:38-07:00
Authentication code: 6789

Different command line

Post by Florian26 »

Hello,

Sorry to my english, i'm french... and i understand not very good the docs to ImageMagick :/

I would like to know :

- how i can resize image proportionally (not up width or/and height). Example : if have image 500x200, i want resize to 1000x400, but image is less, so i don't resize it. I get the image 500x200
- the same thing but with animate gif, with each image in gif to resize, if necessary, each image in a bad width/height. Example : one image in animate gif don't have good width or/and height, so i resize this image and not other image
- add second (little) image (with transparent font) on bottom right to the first image

Little question :

- why thumbnail exist ? Indeed, resize is same thing :/
- how can i create one image and put the uploaded image in the created image to don't have php code and other malicious code in the image ?

Thanks to your answer :)
Post Reply