Skip to main content

Comments

5 comments

  • Itay Taragano

    Hi Gary,

    Currently Cloudinary supports generating transformations of animated GIFs of up to a 100 frames.

    It's on our road-map to increase this limit.

    0
  • Gary Carruthers

    Thanks for that, that makes sense.

    0
  • Itay Taragano

    UPDATE

    Cloudinary now supports generating transformation of animated GIFs of up to 500 frames when using 'eager' transformations while uploading.

    For example in PHP:

    \Cloudinary\Uploader::upload('/home/image.gif', array("public_id" => "my_image", "eager" => array("width" => 342, "height" => 220, "crop" => "fill" )));

    0
  • Gary Carruthers

    Excellent news! Thanks for the update.

    0
  • Javier

    Hi, I know this is an old thread, but I'm noticing that the limit in frames is still 100 if you use 'chroma subsampling' for quality.

    For example, these gifs are the same, except for that parameter, and the # of frames get cut on the 2nd one:

    http://res.cloudinary.com/javrok/image/upload/fl_lossy,q_25/v1468338061/r93fvomyyaisxf3szpkl.gif
    http://res.cloudinary.com/javrok/image/upload/fl_lossy,q_25:420/v1468338061/r93fvomyyaisxf3szpkl.gif

    The optimization boost with chroma subsampling is quite noticing, so I'd like to know how to use it without loosing all those frames.

    Thanks

    0

Post is closed for comments.