Closed schoenenberg closed 4 years ago
This looks great to me. The image
dependency is already there and might as well output jpeg. Could you fix the merge conflict please?
If you're interested in this you may like chimper
as well:
https://github.com/pedrocr/chimper
I haven't had time to work on it but it's my take on a 100% rust photography workflow. It already exposes a lot of imagepipe
as interactive. It's only missing a few other interface tweaks and an export button to be useful.
Thanks. It's best to rebase on current master instead of adding merge commits to a PR.
Merged manually. Thanks!
Thanks, I had some problems fix it..
Hi Pedro,
great work developing a whole image pipeline from scratch in rust !!
I have changed the
converter
executable to export the raw image in JPEG-Format using functions from theimage
crate. I think it's the more common format and will make theconverter
-executable more usable to other users.If you like this you can merge this, if not maybe consider it as an example for other users.
Best regards, Maximilian