sharp icon indicating copy to clipboard operation
sharp copied to clipboard

create gif using multiple images

Open bhargavbalusu opened this issue 1 year ago • 0 comments

Feature request

What are you trying to achieve?

I am trying to create gif using multiple images but the gif is being created with only one image. I did something like await sharp(inputs[0].input,{animated: true}).composite(inputs).gif().toFile(outputGifPath);

When you searched for similar feature requests, what did you find that might be related?

What would you expect the API to look like?

What alternatives have you considered?

Please provide sample image(s) that help explain this feature

bhargavbalusu avatar May 23 '24 18:05 bhargavbalusu