How to generate animated gif from some some uploaded .jpg images?
How to generate animated .gif from some some uploaded .jpg images?
I just tried http://res.cloudinary.com/my_cloud/image/multi/my_tag.gif
But nothing was displayed on the browser. Also nothing changed in my media library.
Please help! Am I using an incorrect command?
-
Please note that an authenticated API must be first used in order to generate animated GIFs. After it has been fully processed, you can use the URL as returned by the API call.
Here's an example in Node.js:cloudinary.uploader.multi(my_tag', function(result) { console.log(result) });
Post is closed for comments.
Comments
1 comment