Page 1 of 1

Load image from imagick object rather than file.

Posted: 2012-10-10T19:27:43-07:00
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.