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.
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 amode
, but withprocessors
. They will be chainable to make funky effects, but this requires UI which is not yet implemented.