This support forum is no longer in use. Please use the Cloudinary Community at https://community.cloudinary.com/ to receive assistance from other members of the community and from Cloudinary's support team. For account-specific questions or if you believe that you've encountered a bug, please contact the Cloudinary team directly via the "submit a request" option on this support site.

Comments

5 comments

  • Avatar
    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
    Comment actions Permalink
  • Avatar
    Gary Carruthers

    Thanks for that, that makes sense.

    0
    Comment actions Permalink
  • Avatar
    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
    Comment actions Permalink
  • Avatar
    Gary Carruthers

    Excellent news! Thanks for the update.

    0
    Comment actions Permalink
  • Avatar
    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
    Comment actions Permalink

Post is closed for comments.