Devlog 03
The next question was, “Can it even open the kind of images I use?” I used Pillow because it made loading and converting images much less scary.
What I did
- Added a file picker for image files.
- Loaded images with Pillow and converted them to RGB.
- Put the image-loading work into
image_processor.pyinstead of mixing it into the GUI.
Current result
- Users can choose an image from their computer.
- The program has a separate place for image-related code.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.