Provide an
integrated TIFF image viewer experience in Blazor so users can load TIFF files and inspect them inside the browser without external conversion steps.
- User uploads a TIFF file from the UI.
- System validates the extension and MIME type.
- System loads and previews the TIFF inside the Blazor component area.
- For multi-page files, user can switch pages using navigation controls.
- User can zoom, pan, and reset the view.
- If the file cannot be parsed, the component shows a user-friendly error.
- Viewer works in the supported Blazor hosting model(s).