Skip to content

Instantly share code, notes, and snippets.

View pepepper's full-sized avatar
👁️‍🗨️

Chiharu Shirasaka pepepper

👁️‍🗨️
View GitHub Profile
@puhitaku
puhitaku / moji_emoji_stroke.py
Created November 5, 2020 09:49
透明背景に黒一色なPNG文字絵文字をちょっと縮小して白フチ付けるやつ
# Runs on Python 3.8 + Pillow
# Should run also on Python 3.7+
from pathlib import Path
from PIL import Image, ImageOps, ImageFilter
def main():
Path('./stroked').mkdir(exist_ok=True)