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.
Hello.... I need a little help with php Imagick. Let's say I have 3 images, and I want to append them 1 - 2 - 3 (next to each other) but in some cases I want to append them in that order 3 - 1 - 2 or 2 - 1 - 3.
What's the easiest way to achieve that? Right now I'm using that way ( would be using if statement )