README
tiff
A JS encoder and Decoder for TIFF files. This doesn't implement the full specification, and rather is the bare minimum needed to do our tasks.
A JS encoder and Decoder for TIFF files. This doesn't implement the full specification, and rather is the bare minimum needed to do our tasks.
<script type="module">
import btImagingTiff from 'https://cdn.skypack.dev/@bt-imaging/tiff';
</script>
A JS encoder and Decoder for TIFF files. This doesn't implement the full specification, and rather is the bare minimum needed to do our tasks.