diff --git a/.gitattributes b/.gitattributes index 127be44..32dc231 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,5 +8,6 @@ *.jpg filter=lfs diff=lfs merge=lfs -text *.jpeg filter=lfs diff=lfs merge=lfs -text *.png filter=lfs diff=lfs merge=lfs -text +*.webp filter=lfs diff=lfs merge=lfs -text LICENSES/** text linguist-vendored eol=lf diff --git a/avatar/128.jpeg b/avatar/128.jpeg new file mode 100644 index 0000000..3e0f474 --- /dev/null +++ b/avatar/128.jpeg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5b3d6caa2549546af1250232313c087f05307f0ec827b1785651b9f0fe0f67 +size 17350 diff --git a/avatar/128.jpeg.license b/avatar/128.jpeg.license new file mode 100644 index 0000000..e77ed5e --- /dev/null +++ b/avatar/128.jpeg.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2025 Aminda Suomalainen + +SPDX-License-Identifier: CC-BY-ND-4.0 diff --git a/avatar/250.jpeg b/avatar/250.jpeg index d9341c3..d67d4ba 100644 --- a/avatar/250.jpeg +++ b/avatar/250.jpeg @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e36df531f7ec4a237b314174a17818185b8a12fea8220a1810ddf1f521400174 -size 48351 +oid sha256:7ba515295c3cf82ac1fe8b825c84c7b0525fcc033df87007be08fb3cafcf1791 +size 51195 diff --git a/avatar/250.jpeg.license b/avatar/250.jpeg.license index 4e2575a..e77ed5e 100644 --- a/avatar/250.jpeg.license +++ b/avatar/250.jpeg.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2023 Aminda Suomalainen +SPDX-FileCopyrightText: 2025 Aminda Suomalainen SPDX-License-Identifier: CC-BY-ND-4.0 diff --git a/avatar/90.jpeg b/avatar/90.jpeg index bd4f002..bd0fb07 100644 --- a/avatar/90.jpeg +++ b/avatar/90.jpeg @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:246e1789e99eda0447229aa368fcfa4e440c8491a8a6559ca6d7140a6d01fbfe -size 9059 +oid sha256:7dd72d2c6e3a932a18f4f8b087c91083ff150d291a87a9ca3d23bc75965ca704 +size 10539 diff --git a/avatar/90.jpeg.license b/avatar/90.jpeg.license index 4e2575a..e77ed5e 100644 --- a/avatar/90.jpeg.license +++ b/avatar/90.jpeg.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2023 Aminda Suomalainen +SPDX-FileCopyrightText: 2025 Aminda Suomalainen SPDX-License-Identifier: CC-BY-ND-4.0 diff --git a/avatar/convert.bash b/avatar/convert.bash new file mode 100755 index 0000000..44c06dc --- /dev/null +++ b/avatar/convert.bash @@ -0,0 +1,12 @@ +#!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2025 Aminda Suomalainen +# +# SPDX-License-Identifier: CC0-1.0 + +# Pass the original filename as an argument to this script and it will do the +# rest! + +magick "$1" -resize "250x250" -quality 100 "250.jpeg" +magick "$1" -resize "128x128" -quality 100 "128.jpeg" +magick "$1" -resize "90x90" -quality 100 "90.jpeg" diff --git a/avatar/orig.jpeg b/avatar/orig.jpeg deleted file mode 100644 index a5d23eb..0000000 --- a/avatar/orig.jpeg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c469560a89f5519f8e369a842a728b2c3a8f7b4379d30436244522c94bd9df58 -size 3636585 diff --git a/avatar/orig.jpeg.license b/avatar/orig.jpeg.license deleted file mode 100644 index 4e2575a..0000000 --- a/avatar/orig.jpeg.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2023 Aminda Suomalainen - -SPDX-License-Identifier: CC-BY-ND-4.0 diff --git a/avatar/orig.png b/avatar/orig.png new file mode 100644 index 0000000..2fb912e --- /dev/null +++ b/avatar/orig.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b16098a05ad3b7ce4b4165f0afb93f32ec5754c1ad1bb55f842940573661936 +size 295063 diff --git a/avatar/orig.png.license b/avatar/orig.png.license new file mode 100644 index 0000000..e77ed5e --- /dev/null +++ b/avatar/orig.png.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2025 Aminda Suomalainen + +SPDX-License-Identifier: CC-BY-ND-4.0 diff --git a/avatar/origish.webp b/avatar/origish.webp new file mode 100644 index 0000000..1df9c31 --- /dev/null +++ b/avatar/origish.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398dd714fc05ce9099a835bc913b9ade288128388b6fda00d8132b14a4a34397 +size 303438 diff --git a/avatar/origish.webp.license b/avatar/origish.webp.license new file mode 100644 index 0000000..e77ed5e --- /dev/null +++ b/avatar/origish.webp.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2025 Aminda Suomalainen + +SPDX-License-Identifier: CC-BY-ND-4.0