none
This commit is contained in:
parent
b8efcb1ecc
commit
95e53658a8
@ -1,7 +1,11 @@
|
||||
import os
|
||||
import aiofiles
|
||||
import aiohttp
|
||||
from PIL import Image, ImageDraw, ImageFont
|
||||
from PIL import (
|
||||
Image,
|
||||
ImageDraw,
|
||||
ImageFont,
|
||||
)
|
||||
|
||||
|
||||
def changeImageSize(maxWidth, maxHeight, image):
|
||||
|
Loading…
Reference in New Issue
Block a user