RawStudio
- 3 Devlogs
- 19 Total hours
A simple desktop photo editor.
A simple desktop photo editor.
hello.
I’ve finished up some major updates, 2 for image adjustments and one for refactoring
New updates:
main.py just started getting really crammed, so I moved all the image processing code into a function in processor.py. Now, main.py only manages the UI components and the processor wiring.I’ve also spent a bunch of time experimenting with different filters to add, I’m hoping to add these before the next devlog, not too sure though.
hey guys.
I have added ALOT of features since the last devlog.
Finally starting to become an actual app :D.
I also added a banner/logo to the project, you can view it in my project page. Designed in Figma.
main.py is very cluttered with all the logic and processing in a single file. I know I said that I would do the modularization in the previous devlog, but I will acc be modularizing between this and the next devlog.
hey guys, first devlog for RawStudio.
RawStudio is a desktop photo editor that I’m building in Python.
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.
main.py into different modules to keep the codebase more organized