TIFF URL Viewer

Content Type: Widget
Categories: Utility

Overview

The TiffURLViewerInput component is a lightweight, client-side TIFF viewer built using React. It leverages the utif2 library to decode TIFF files and render them onto HTML canvas elements.

 

This component is designed for integration within Mendix custom widgets and supports multi-page TIFF rendering, zoom controls, and responsive scaling.

 

Features:

  • tiffvalueURI:URL of the TIFF file to render
  • widthValue: Width of the viewer container 
  • heightValue : Height of the viewer container
  • showZoomControls: Toggle visibility of zoom toolbar

 

Documentation

The TiffURLViewerInput component is a lightweight, client-side TIFF viewer built using React. It leverages the utif2 library to decode TIFF files and render them onto HTML canvas elements.

 

This component is designed for integration within Mendix custom widgets and supports multi-page TIFF rendering, zoom controls, and responsive scaling

 

Features:

  • tiffvalueURI:URL of the TIFF file to render
  • widthValue: Width of the viewer container 
  • heightValue : Height of the viewer container
  • showZoomControls: Toggle visibility of zoom toolbar

 

Dependencies:

    • Mendix modeler 10.18.4.

 

Issues, suggestions and feature requests:

https://github.com/bharathidas/TIFF-URL-Viewer/issues

 

Releases

Version: 1.0.0
Framework Version: 10.18.4
Release Notes:

The TiffURLViewerInput component is a lightweight, client-side TIFF viewer built using React. It leverages the utif2 library to decode TIFF files and render them onto HTML canvas elements. This component is designed for integration within Mendix custom widgets and supports multi-page TIFF rendering, zoom controls, and responsive scaling **Features:** •**tiffvalueURI**:URL of the TIFF file to render •**widthValue**: Width of the viewer container •**heightValue**: Height of the viewer container •**showZoomControls**: Toggle visibility of zoom toolbar **Dependencies**: • Mendix modeler 10.18.4. **Issues, suggestions and feature requests**: https://github.com/bharathidas/TIFF-URL-Viewer/issues