MickHarrigan / uhdrtz-rust

Rust implementation of the UHDRTZ
4 stars 1 forks source link

Add image adjustment features #42

Closed dancleaver closed 1 year ago

dancleaver commented 1 year ago

Might use imgproc-rs or image2.

dancleaver commented 1 year ago

One thing for sure that needs to be added is image adjustments (exposure, levels (combined-RGB input black level, gamma, input white level - like the Levels image adjustment in Photoshop) and white balance selection for tungsten and daylight. Basically, we need post-processing controls to make the final image to look as good as possible

clostoski commented 1 year ago

Mostly done, white balance still needs to be done.

MickHarrigan commented 1 year ago

Addressed in #91 and its predecessors