All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- Support for saving images to file as an LDR in PNG format.
- Support for copying the current edited image into the clipboard (Feature request).
- Now the extension should work both in desktop and web modes.
- Added support for loading
.hdrand UltraHDR.jpegimage files. - Multichannel EXRs can now be loaded and visualized (Feature request).
- Introduced a new layout mode with a sidebar.
- Added support for viewing pixel values and coordinates under the cursor (Feature request).
- Global Image Reload Command: Added a command to reload all images currently loaded in VERIV (Feature request).
- Enhanced statistics caching for faster retrieval.
- Improved histogram visualization.
- Native LDR format reloading to avoid caching issues with Electron.
- Integrated Tweakpane interface.
- Optimized pixel value drawing code.
- Improved the development pipeline.
- Truncated long image names: Image names exceeding a specified threshold are now truncated for better display.
- Enhanced zooming experience for viewing pixel values.
- Added support for settings, including color map, image interpolation, and the image list sidebar.
- Extended list of colormaps available.
- Improved tonemapping options for false color visualizations.
- Added support for normalizing the false color visualization across all images loaded in the viewer.
- Corrected tab list image names: Resolved an issue with incorrect image name display in the tab list.
- Fixed scrollbar overlap: Resolved a bug where the scrollbar obscured the image list.
- Preserved image load order: Ensured that the original order of images is maintained when loading multiple files simultaneously.
- Fixed an issue with loading EXRs that were not three-channel images.
- Better error handling.
- Opening images without specifying a workspace.
- Missing webworker code in the package.
- Histogram computation, including pixel values of images and error metrics.
- Right-click menu entry for opening all images inside the directory.
- Loading images in Windows now works again.
- Added support for loading animated images (
APNGandGIF). - Added button to play/pause video display.
- Added keybinding for closing all images (
shift+q).
- Improved initialization of the viewer.
- Removed limitation of not being able to close the first image used to open the viewer.
- Now it is possible to load images from outside of the current workspace path.
- Loading BMP images
.bmpis now supported by the extension.
- Reloading images now works always.
- Support for different tone mappings: sRGB, inverse gamma, false color, and positive/negative colors.
- Support for computing different error metrics between images.
- Visualization of pixel values from the viewer.
- When opening different images, they reuse the same viewer window.
- Improved handling of fitting the image to the available viewport.
- Minor update to the README
- Right-click menu
- Added teaser to the README
- Support for reloading images.
- Modified extension bundle so loading times are smaller.
- Basic unique image viewer.
- Load both LDR and HDR image files.
- Zoom with centering given mouse position.
- Basic GUI with exposure control.