2024-08-21 09:45:18 +00:00
|
|
|
which magick --skip-functions >/dev/null 2>/dev/null
|
|
|
|
if [ $status -eq 0 ]
|
2024-08-21 20:07:01 +00:00
|
|
|
function gen-emoji-akkoma --wraps=magick
|
2024-08-21 19:59:02 +00:00
|
|
|
log-t "Creating" "Akkoma" "directory..."
|
2024-08-21 09:45:18 +00:00
|
|
|
command mkdir --parents "Akkoma"
|
2024-08-21 20:42:30 +00:00
|
|
|
log-d "Processing" "$argv[1]" "for Akkoma use..."
|
2024-08-21 09:45:18 +00:00
|
|
|
command magick -background none "$argv[1]" -resize "106x106^" -gravity center -extent 106x106 $argv[2..-1] "Akkoma/$argv[1]"
|
2024-08-21 20:42:30 +00:00
|
|
|
log-t "Done! Emoji added to the" "Akkoma" "directory!"
|
2024-08-21 09:45:18 +00:00
|
|
|
end
|
|
|
|
end
|