Devlog 01
hey guys, first devlog for RawStudio.
RawStudio is a desktop photo editor that I’m building in Python.
What have I done so far?
- base canvas is running
- file picking and canvas image loading
- controls for brightness, contrast, and grayscale
I ran into an issue today where OpenCV imported images in bgr instead of rgb, which made the loaded photos look only blue. Easy fix, I just switched the channels before sending them to the pixmap.
What’s next?
- I will be separating
main.pyinto different modules to keep the codebase more organized
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.