noah-peeters / ChimpStackr

free, multi-platform focus stacking software
GNU General Public License v3.0
74 stars 8 forks source link

Export TIFFS as 16 bit by default #151

Open da-phil opened 3 months ago

da-phil commented 3 months ago

Currently all images are exported as 8-bit images, however this is not a good choice if users want to continue post-processing in an image editor (PS, LR, gimp, darktable etc.). Especially the TIFF file format is known as an excellent export format choice for intermediate files in a processing workflow as it saves files with non-destructive compression and allows higher bit depths, such as int16, int32 or even float32.

This PR is just a minor step to export TIFF files in int16 precision.

Feel free to extend the PR to your liking.