party-party-party icon indicating copy to clipboard operation
party-party-party copied to clipboard

Turn a source image into an animated party emoji

Results 4 party-party-party issues
Sort by recently updated
recently updated
newest added

With the ability to just animate or modify a source image, we might not always want to add the party palette. I know, sacrilegious!

Currently `createPartyImage` returns before the image has fully rendered, this can cause invalid image output when the outputStream is immediately read, especially for larger input images, such as animated GIFs...

Adding some sort of `--rotate ` would give maximum flexibility. Should consider how this might interplay with a similar feature for animating a rotation, if that were ever added.

Slack has an upload limit of 64kb for new emoji images. This means that even a 128x128 image could exceed the file size limit and require a third-party tool to...