mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-04-01 21:36:58 +02:00
update avatar?
This commit is contained in:
parent
a33aad7e27
commit
7ec1d2fadd
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -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
|
||||
|
BIN
avatar/128.jpeg
(Stored with Git LFS)
Normal file
BIN
avatar/128.jpeg
(Stored with Git LFS)
Normal file
Binary file not shown.
3
avatar/128.jpeg.license
Normal file
3
avatar/128.jpeg.license
Normal file
@ -0,0 +1,3 @@
|
||||
SPDX-FileCopyrightText: 2025 Aminda Suomalainen <suomalainen@aminda.eu>
|
||||
|
||||
SPDX-License-Identifier: CC-BY-ND-4.0
|
BIN
avatar/250.jpeg
(Stored with Git LFS)
BIN
avatar/250.jpeg
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,3 @@
|
||||
SPDX-FileCopyrightText: 2023 Aminda Suomalainen <suomalainen+git@mikaela.info>
|
||||
SPDX-FileCopyrightText: 2025 Aminda Suomalainen <suomalainen@aminda.eu>
|
||||
|
||||
SPDX-License-Identifier: CC-BY-ND-4.0
|
||||
|
BIN
avatar/90.jpeg
(Stored with Git LFS)
BIN
avatar/90.jpeg
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,3 @@
|
||||
SPDX-FileCopyrightText: 2023 Aminda Suomalainen <suomalainen+git@mikaela.info>
|
||||
SPDX-FileCopyrightText: 2025 Aminda Suomalainen <suomalainen@aminda.eu>
|
||||
|
||||
SPDX-License-Identifier: CC-BY-ND-4.0
|
||||
|
12
avatar/convert.bash
Executable file
12
avatar/convert.bash
Executable file
@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# SPDX-FileCopyrightText: 2025 Aminda Suomalainen <suomalainen@aminda.eu>
|
||||
#
|
||||
# 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"
|
BIN
avatar/orig.jpeg
(Stored with Git LFS)
BIN
avatar/orig.jpeg
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
SPDX-FileCopyrightText: 2023 Aminda Suomalainen <suomalainen+git@mikaela.info>
|
||||
|
||||
SPDX-License-Identifier: CC-BY-ND-4.0
|
BIN
avatar/orig.png
(Stored with Git LFS)
Normal file
BIN
avatar/orig.png
(Stored with Git LFS)
Normal file
Binary file not shown.
3
avatar/orig.png.license
Normal file
3
avatar/orig.png.license
Normal file
@ -0,0 +1,3 @@
|
||||
SPDX-FileCopyrightText: 2025 Aminda Suomalainen <suomalainen@aminda.eu>
|
||||
|
||||
SPDX-License-Identifier: CC-BY-ND-4.0
|
BIN
avatar/origish.webp
(Stored with Git LFS)
Normal file
BIN
avatar/origish.webp
(Stored with Git LFS)
Normal file
Binary file not shown.
3
avatar/origish.webp.license
Normal file
3
avatar/origish.webp.license
Normal file
@ -0,0 +1,3 @@
|
||||
SPDX-FileCopyrightText: 2025 Aminda Suomalainen <suomalainen@aminda.eu>
|
||||
|
||||
SPDX-License-Identifier: CC-BY-ND-4.0
|
Loading…
x
Reference in New Issue
Block a user