BigK-hub / webcam-image-processor

3 stars 0 forks source link

Beginning to work on UI #7

Closed domjanabi closed 1 year ago

domjanabi commented 1 year ago

Removed [M] for switching modes, but added temporary slider with which you can switch between them. Put saving image away into a function which will soon have proper handling of their names (likely just putting the time at which they were taken after 'image'). counter is now gone from the Window struct. Image processing no longer happens in a mode, but with processors. They will be chainable to make funky effects, but this requires UI which is not yet implemented.