GelbEinhalb / gelbeinhalb

0 stars 0 forks source link

https://gelbeinhalb.com/posts/2024/11/07/post/ #3

Open utterances-bot opened 2 weeks ago

utterances-bot commented 2 weeks ago

Raw to TIFF Converter :: GelbEinhalb

I have just released a small converter for raw camera formats to the standard .tiff format. The converter seems to work as of now, but the code has not been tested at all. I have ran the application twice and it did its job so far but I’m very suspicious of this tool. It should generally work with the most popular raw formats like: .cr2 (only format i have tested) .nef .arw .dng .raw I do advice however to not trust the tool entirely as I dont know if it looses image quality or keeps important metadata. Backups of your images should also be standard practice when dealing with this converter 😬

https://gelbeinhalb.com/posts/2024/11/07/post/

GelbEinhalb commented 2 weeks ago

As of now I had no issues with this tool :) All my .cr2 files are now .tiff files

But I still dont know if they loose image quality or metadata :(

GelbEinhalb commented 2 weeks ago

Im probably going to add multi threading and render the window in a separate thread to prevent it from not responding every time you convert more than one image.

GelbEinhalb commented 1 week ago

Multithreading and more has been added: https://gelbeinhalb.com/posts/2024/11/10/post/