Notice
Recent Posts
Recent Comments
목록GPTs 팁 (1)
Creative Prompters
오늘의 뉴스를 이미지 파일로 바로 받아보는 💌 카드 뉴스 GPT
from PIL import Image, ImageDraw, ImageFont # Load the selected template template_path = "" img = Image.open(template_path) # Load the custom font font_path = "" title_font = ImageFont.truetype(font_path, 30) description_font = ImageFont.truetype(font_path, 20) # Define text properties text_color = "black" title_spacing = 1.5 description_spacing = 1.2 # Define the positions for titles and descri..
Creative prompters/제작한 서비스들
2024. 3. 11. 21:25