Load image from imagick object rather than file.

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
JohnSmith
Posts: 11
Joined: 2012-10-01T16:41:10-07:00
Authentication code: 67789

Load image from imagick object rather than file.

Post by JohnSmith »

I have created two imagick objects $obj_one add $obj_two and loaded image from file image.jpg into $obj_one.
Now i need to load image from $obj_one to $obj_two pretty much the same way as i did with file.
How can i do it?

Note $obj_two resolution is twice more than $obj_one.
Post Reply