ittner / signal-sticker-tool

A tool to create and upload Signal sticker packs from the command line
GNU General Public License v3.0
13 stars 3 forks source link

Preview improvements #2

Closed Commenter25 closed 7 months ago

Commenter25 commented 7 months ago

Currently, the size of the stickers will just be the image's intrinsic size. This can be quite large, and hard to skim. This locks it to 128px, a much more comfortable size for any one sticker to be on screen.

Additionally, the emojis are made larger, making them much easier to read; and they're placed slightly outside the bounding box to cover less of the sticker and help ensure the emoji is visible. An example of this: The boom emoji over an explosion sticker

I also added a color preset for Signal Desktop's dark theme.

ittner commented 7 months ago

Thanks! I have just merged it!