first commit

This commit is contained in:
Andre Henriques 2023-03-26 22:42:00 +01:00
commit 40bda1d0b1
24 changed files with 25 additions and 0 deletions

16
generate-images.sh Executable file
View File

@ -0,0 +1,16 @@
#!/bin/bash
# Canage sad
./move.sh myne-emojies-v2/MyneSad.png u1f61e
# Change biohazerd
./move.sh myne-emojies-v2/MyneShocked.png u2623
# Change heart
./move.sh myne-emojies-v2/MyneBurningEyes.png u2764
# Change free
./move.sh myne-emojies-v2/MyneJoy.png u1f193
# Change A in red box
./move.sh myne-emojies-v2/MyneMic.png u1f170
# Change >> in red box
./move.sh myne-emojies-v2/MyneParty.png u1f201

8
move.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
echo $1
echo $2
ffmpeg -y -i "$1" -vf scale=32:32 "noto-emoji/png/32/emoji_$2.png"
ffmpeg -y -i "$1" -vf scale=72:72 "noto-emoji/png/72/emoji_$2.png"
ffmpeg -y -i "$1" -vf scale=128:128 "noto-emoji/png/128/emoji_$2.png"
ffmpeg -y -i "$1" -vf scale=512:512 "noto-emoji/png/512/emoji_$2.png"

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

BIN
myne-emojies-v2/MyneJoy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

BIN
myne-emojies-v2/MyneMic.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 KiB

BIN
myne-emojies-v2/MyneSad.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

1
noto-emoji Submodule

@ -0,0 +1 @@
Subproject commit 341cf6add6aac745fc578197f0ac6bac5b93e010