first commit
16
generate-images.sh
Executable 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
@ -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"
|
BIN
myne-emojies-v2/Myne Emojis V2.rar
Normal file
BIN
myne-emojies-v2/MyneAngry.png
Normal file
After Width: | Height: | Size: 193 KiB |
BIN
myne-emojies-v2/MyneBurningEyes.png
Normal file
After Width: | Height: | Size: 144 KiB |
BIN
myne-emojies-v2/MyneCheering.png
Normal file
After Width: | Height: | Size: 167 KiB |
BIN
myne-emojies-v2/MyneDead.png
Normal file
After Width: | Height: | Size: 114 KiB |
BIN
myne-emojies-v2/MyneJoy.png
Normal file
After Width: | Height: | Size: 225 KiB |
BIN
myne-emojies-v2/MyneLaugh.png
Normal file
After Width: | Height: | Size: 134 KiB |
BIN
myne-emojies-v2/MyneMic.png
Normal file
After Width: | Height: | Size: 233 KiB |
BIN
myne-emojies-v2/MynePanic.png
Normal file
After Width: | Height: | Size: 206 KiB |
BIN
myne-emojies-v2/MyneParty.png
Normal file
After Width: | Height: | Size: 176 KiB |
BIN
myne-emojies-v2/MynePraying.png
Normal file
After Width: | Height: | Size: 125 KiB |
BIN
myne-emojies-v2/MynePrayingSticker.png
Normal file
After Width: | Height: | Size: 249 KiB |
BIN
myne-emojies-v2/MyneSad.png
Normal file
After Width: | Height: | Size: 190 KiB |
BIN
myne-emojies-v2/MyneShocked.png
Normal file
After Width: | Height: | Size: 190 KiB |
BIN
myne-emojies-v2/MyneSilent.png
Normal file
After Width: | Height: | Size: 113 KiB |
BIN
myne-emojies-v2/MyneSmile.png
Normal file
After Width: | Height: | Size: 130 KiB |
BIN
myne-emojies-v2/MyneSurfing.png
Normal file
After Width: | Height: | Size: 151 KiB |
BIN
myne-emojies-v2/MyneSurfingSticker.png
Normal file
After Width: | Height: | Size: 337 KiB |
BIN
myne-emojies-v2/MyneThink.png
Normal file
After Width: | Height: | Size: 152 KiB |
BIN
myne-emojies-v2/MyneTired.png
Normal file
After Width: | Height: | Size: 168 KiB |
BIN
myne-emojies-v2/MyneUnconscious.png
Normal file
After Width: | Height: | Size: 151 KiB |
1
noto-emoji
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 341cf6add6aac745fc578197f0ac6bac5b93e010
|