diff options
author | 2023-10-25 21:58:45 +0900 | |
---|---|---|
committer | 2023-10-25 14:58:45 +0200 | |
commit | 27f465913916505197b06503efd7c30a79ac2016 (patch) | |
tree | 9aed4c711f85bdc99e5aae077d76e8debbe560ca /internal/media/test | |
parent | [bugfix/frontend] Export/import CSV correctly (#2294) (diff) | |
download | gotosocial-27f465913916505197b06503efd7c30a79ac2016.tar.xz |
[bugfix] allow store smaller PNG image than 261 bytes (#2263) (#2298)
* chore: add test of golden cases before fix of #2263
* chore: add test case to reproduce error of #2263
* [bugfix] allow store smaller PNG image than 261 bytes (#2263)
Diffstat (limited to 'internal/media/test')
-rw-r--r-- | internal/media/test/test-jpeg-1x1px-white.jpg | bin | 0 -> 630 bytes |
-rw-r--r-- | internal/media/test/test-png-alphachannel-1x1px.png | bin | 0 -> 91 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/internal/media/test/test-jpeg-1x1px-white.jpg b/internal/media/test/test-jpeg-1x1px-white.jpg Binary files differnew file mode 100644 index 000000000..13d5a4b8c --- /dev/null +++ b/internal/media/test/test-jpeg-1x1px-white.jpg diff --git a/internal/media/test/test-png-alphachannel-1x1px.png b/internal/media/test/test-png-alphachannel-1x1px.png Binary files differnew file mode 100644 index 000000000..6f39d4d67 --- /dev/null +++ b/internal/media/test/test-png-alphachannel-1x1px.png |