Skip to content

Instantly share code, notes, and snippets.

@erikchan002
erikchan002 / focal_length_visualizer.py
Created March 20, 2025 12:42
Focal Length Visualizer
from PIL import Image, ImageDraw, ImageFont, ImageColor
from operator import itemgetter
canon_red = "#CC0000"
nikon_yellow = "#FFE100"
fuji_green = "#01916d"
sony_black = "#000000"
path = r"250.jpeg"