Skip to content

Commit

Permalink
Add ImageOps import to art.py for enhanced image processing capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsvdhoven committed Nov 29, 2024
1 parent f7c78cc commit df22124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant-samsung-frame-art-beta/art.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import asyncio
import logging
import argparse
from PIL import Image
from PIL import Image, ImageOps


sys.path.append('../')
Expand Down

0 comments on commit df22124

Please sign in to comment.