xz-dev
86cb2edcfa
fix: Improve edge transparency handling by modifying only the Alpha channel
In our testing, the method of exclusively processing the Alpha channel yielded the best results. This approach focuses on adjusting transparency while preserving the RGB color information, which prevents color distortion and maintains image detail. Key reasons for the improvement include:
- Protecting RGB from color alterations, avoiding color seepage and contamination.
- Precisely removing unwanted semi-transparency in the Alpha channel, eliminating white edges.
- Simplifying the process, reducing complexity, and minimizing risk of introducing new issues.
By targeting transparency issues directly in the Alpha channel, we achieve cleaner edges without compromising the image's color quality and detail.
3 months ago
xz-dev
a0ef9f84be
perf: convert static animated WebP to PNG
3 months ago
xz-dev
a83bc15208
fix: keep webm transparency
3 months ago
xz-dev
8ce5be04fb
perf: ignore imported resources
3 months ago
xz-dev
47a98ba81b
perf: optimize gif via gifsicle
5 months ago
xz-dev
e38090e952
fix: fix webm duration via ffmpeg
5 months ago
xz-dev
a6b8c09379
fix: support animated sticker convert(RGBA)
5 months ago
xz-dev
be477874e3
feat: support animated(lottie) sticker
5 months ago
xz-dev
715f62af58
feat: support animated(webm) sticker
5 months ago
Tulir Asokan
333567f481
Convert gif width/height to numbers
6 months ago
Tulir Asokan
125d057e44
Remove animated sticker pack check
6 months ago
Tulir Asokan
e1038e7d1e
Force proxying legacy federated downloads in giphy proxy
6 months ago
Tulir Asokan
850668a9f6
Update giphyproxy /version response
6 months ago
Tulir Asokan
804014f3b4
Add cats to giphy proxy
6 months ago
Tulir Asokan
5da539ad84
Add MSC3916-compatible giphy media repo proxy
6 months ago
Tulir Asokan
6332613e13
Don't try to use non-existent variables
6 months ago
Tulir Asokan
dbc3a9fbb8
Don't prompt for giphy api key by default
7 months ago
Tulir Asokan
47f17fde45
Add support for sending gifs via Giphy
Fixes #22
Closes #75
Co-authored-by: Nischay <hegdenischay@gmail.com>
7 months ago
Tulir Asokan
f59406a47a
Add missing parameter to getting sticker sets. Fixes #51
2 years ago
Tulir Asokan
99ced8878a
Merge remote-tracking branch 'salixor/feat/search-box'
3 years ago
Tulir Asokan
046779d102
Update some metadata
3 years ago
Tulir Asokan
ef844a0ff8
Update dependencies
3 years ago
Tulir Asokan
502d91fc75
Merge remote-tracking branch 'p1gp1g/dev'
3 years ago
Tulir Asokan
591137ccb3
Merge remote-tracking branch 'celogeek/fixes-ios-and-more'
3 years ago
Tulir Asokan
f29c165357
Merge remote-tracking branch 'aWeinzierl/fix-encoding'
3 years ago
S1m
7939793351
Remove parseQuery and use params
3 years ago
S1m
e0d895f22a
Check packfile protocole scheme + rm semicolons
3 years ago
S1m
5d3c7d1e2f
Allow using external index.json and stickerpack
3 years ago
Tulir Asokan
ec8eeeeaf5
Fix scrolling topbar on Firefox
(and possibly break it on other browsers)
4 years ago
Tulir Asokan
57fde6fcad
Assume https if homeserver URL doesn't have protocol
4 years ago
celogeek
9443e79e97
fix display of packs with sticker-import --list
4 years ago
celogeek
85813b22e5
add missing msgtype = m.sticker
On iOS the message is sent twice, with a duplicate event_id.
It cause error on logs, in different places (synapse, mautrix, ...)
It required to fix the already existing json or reimport the stickers.
The "packs/scalar*" example already include this field, and it works.
4 years ago
Andreas Weinzierl
569d9815c6
remove redundant utf-8 setting
4 years ago
Andreas Weinzierl
0f7b678f57
Use utf8-encoding whenever JSON is processed
4 years ago
Andreas Weinzierl
b884a9c387
Set encoding to utf-8 when saving json file for stickerpack
Fixes UnicodeEncodeError with Windows 10 when trying to import sticker packs caused by the default encoding scheme in Windows
4 years ago
Tulir Asokan
ba0096275c
Update README.md
4 years ago
Tulir Asokan
3916ade97b
Merge pull request #26 from auscompgeek/patch-1
Show sticker body in hover tooltip
4 years ago
Tulir Asokan
dab2420cd4
Merge pull request #28 from SpiritCroc/fix-import
Rename import.py, since import is a keyword
4 years ago
SpiritCroc
601d2acc32
Rename import.py, since import is a keyword
from sticker.import import cmd
^
SyntaxError: invalid syntax
Fixes https://github.com/maunium/stickerpicker/issues/27 .
4 years ago
David Vo
21d4f5cce6
Show sticker body in hover tooltip
4 years ago
Kévin Cocchi
9350d5f27b
Update sass style file
4 years ago
Kévin Cocchi
add27513fe
Implement stickers search
4 years ago
Kévin Cocchi
66d5b90ea1
Re-format CSS for readability in PR
4 years ago
Tulir Asokan
d3adedf3df
Add fancy versioning stuff
4 years ago
Tulir Asokan
78fdb6f175
Switch license to AGPLv3+
The license was initially MPLv2 as I expected the project to be a fairly
simple tiny web app, but it has already grown into multiple files. Now
that I'm going to add a server component, I'm switching the license for
future versions to AGPL like all my other non-library projects.
4 years ago
Tulir Asokan
477a4c83ca
Update feature table
4 years ago
Tulir Asokan
59dd002ae4
Add small sticker picker comparison table
4 years ago
Tulir Asokan
e073f6972c
Make magic optional
4 years ago
Tulir Asokan
14059764a8
Update README and gitignore
4 years ago
Tulir Asokan
ddcdffc1c9
Update readme
4 years ago