You are browsing as a guest. Sign up (or log in) to start making projects!

1h 58m 57s logged

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.py instead 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.
1
10

Comments 0

No comments yet. Be the first!