photopea / UTIF.js

Fast and advanced TIFF decoder
MIT License
426 stars 87 forks source link

Can auto adjust the contrast according to the maximum and minimum values of the picture for display? #128

Closed Achuan-2 closed 4 months ago

Achuan-2 commented 4 months ago

Can adjust the contrast according to the maximum and minimum values of the picture for display?

My tif pictures are mainly pictures taken by fluorescence microscope. These pictures are 16bit data, but the maximum value of the pictures mainly depends on the brightness of the fluorescence. The maximum value may not reach 2^16, and often the maximum value is only 5000.

photopea commented 4 months ago

UTIF is for encoding and decoding images, we do not provide any image editing tools.