Save to Amazon S3

The MagickWand interface is a new high-level C API interface to ImageMagick core methods. We discourage the use of the core methods and encourage the use of this API instead. Post MagickWand questions, bug reports, and suggestions to this forum.
Post Reply
proqual_user

Save to Amazon S3

Post by proqual_user »

I am trying to save an image transformed by ImageMagick to Amazon S3 instead of saving locally.
Is that possible?

I was able to read (and create Wand) using the image URL, but saving is the problem.
Any helps will be appreciated.
Post Reply