summaryrefslogtreecommitdiff
path: root/internal/media/test
diff options
context:
space:
mode:
authorLibravatar KEINOS <github@keinos.com>2023-10-25 21:58:45 +0900
committerLibravatar GitHub <noreply@github.com>2023-10-25 14:58:45 +0200
commit27f465913916505197b06503efd7c30a79ac2016 (patch)
tree9aed4c711f85bdc99e5aae077d76e8debbe560ca /internal/media/test
parent[bugfix/frontend] Export/import CSV correctly (#2294) (diff)
downloadgotosocial-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.jpgbin0 -> 630 bytes
-rw-r--r--internal/media/test/test-png-alphachannel-1x1px.pngbin0 -> 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
new file mode 100644
index 000000000..13d5a4b8c
--- /dev/null
+++ b/internal/media/test/test-jpeg-1x1px-white.jpg
Binary files differ
diff --git a/internal/media/test/test-png-alphachannel-1x1px.png b/internal/media/test/test-png-alphachannel-1x1px.png
new file mode 100644
index 000000000..6f39d4d67
--- /dev/null
+++ b/internal/media/test/test-png-alphachannel-1x1px.png
Binary files differ