Javascript TIFF Image Conversion

后端 未结 1 527
温柔的废话
温柔的废话 2020-12-09 06:56

I am looking for a way to convert a Tiff image into a png so modern browsers can render it. I have looked at Tiffus, but that doesn\'t look like it is being developed anymor

1条回答
  •  既然无缘
    2020-12-09 07:18

    I ported LibTIFF to Javascript with Emscripten ( https://github.com/seikichi/tiff.js , demo: http://seikichi.github.io/tiff.js/basic.html)

    0 讨论(0)
提交回复
热议问题