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

4h 50m 36s logged

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.py into different modules to keep the codebase more organized
0
14

Comments 0

No comments yet. Be the first!