Releases: carina-studio/PixelViewer
Releases · carina-studio/PixelViewer
2.0.2.321
- Support 19 new image formats.
- Support multiple image frames in single source file.
- Support demosaicing for Bayer Pattern format.
- Support color space management.
- Add brightness/contrast/highlight/shadow/saturation/vibrance adjustment.
- Add color balance adjustment.
- Add R/G/B gain adjustment.
- Support showing R/G/B and luminance histograms.
- Support saving image as JPEG or raw BGRA pixels.
- UX improvement.
- Update dependent libraries.
- Bug fixing.
2.0.1.314
- Add
P012
,P212
andP412
format. - Re-implement color space management based-on Skia.
- Improve memory management of rendering and filtering image.
- Upgrade
AppSuite
to 1.0.0.312. - Bug fixing.
2.0.0.308
- Add saturation/vibrance adjustment.
- Add auto color adjustment.
- Add auto R/G/B gain selection.
- Support resetting image filter parameters after opening image file.
- Support specifying default color space of image.
- Support using
Ctrl/Cmd +/-
to zoom image whenFit to viewport
is ON. - Update algorithm of highlight/shadow adjustment.
- Keep latest selected compression quality of JPEG.
- Other UX improvement.
- Update dependent libraries.
- Other bug fixing.
1.106.0.222
- Add
Display-P3
color space and set as default screen color space onmacOS
. - Add information bar to show
ARGB
/L*a*b*
/XYZ
colors of selected pixel. - Limited support of parsing DNG file.
- Support saving image with orientation.
- Support 4x4 Bayer Patterns.
- Support RGB gain for
Bayer Pattern
formats. - Support
BGR_161616
/RGB_161616
formats. - Allow specifying transformation function of brightness/contrast adjustment.
- Add highlight/shadow adjustment on image.
- Support selecting image format automatically according to file name of image.
- Support specifying default byte ordering.
- Support arranging tabs by dragging (not supported yet on
Linux
). - Support opening tab in new window.
- Support drag and drop multiple files to open.
- Support layouting windows in horizontal, vertical or tile mode.
- Support using system theme mode on
macOS
. - Support hiding rendering parameters panel to get more space for viewing image.
- Support auto update on
macOS
. - Improve tab scrolling UX.
- Improve toolbar scrolling UX.
- Calculate memory usage of rendered images with more accuracy.
- Reduce size of update packages for auto updating.
- Other UX improvement.
- Use system menu bar on
macOS
. - Enable
Color Space Management
by default onmacOS
. - Use
Command
key instead ofCtrl
key onmacOS
. - Use single process to manage all windows.
- Update dependent libraries.
- Correct parameters of
DCI-P3
color space. - Correct algorithm of demosaicing.
- Fix issue of unable to launch on
ARM64
PC. - Other bug fixing.
1.105.0.1220
- Support rendering
10/12-bit MIPI Bayer Pattern
images. - Support rendering
ABGR_16161616
/ARGB_16161616
/BGRA_16161616
/RGBA_16161616
images. - Support saving image as
Raw 32/64-bit BGRA pixels
. - Upgrade to .NET 6.
- Update sampling mode to improve quality of rendering image.
- Automatically change quality of rendering image according to scale of image for better image quality and performance.
- Support running on
Windows 7
andWindows 8
. - Support running on
x86
andarm64
PC. - UX improvement.
- Merge
BGGR_16
/GBRG_16
/GRBG_16
/RGGB_16
into single formatBayer Pattern (16-bit)
which allows changing Bayer Pattern. - Bug fixing.
1.104.0.1123
- Support color space management to provide more color accuracy.
- Support ITU-R BT.2020 and ITU-R BT.709 YUV to RGB conversion.
- Support adjusting brightness/contrast and color balance to help you checking the data of image.
- Support using 64-bit RGBA for internal image representation if needed to prevent color loss when converting color space or applying filters.
- Support moving viewport of image by mouse dragging.
- Improve performance of demosaicing.
- Improve performance of histograms generating.
- Improve performance of UI.
- UX improvement.
- NTSC and ITU-R YUV to RGB conversions are changed to ITU-R BT.656 and ITU-R BT.601.
- Bug fixing.
1.103.0.1109
- Support demosaicing for Bayer Pattern formats.
- Support turning notification OFF about application update.
- Memory management improvement for rendering images.
- Set default memory usage of rendered images to 2GB.
- Update dependent libraries.
- Bug fixing.
1.102.0.1103
- Support showing histograms of R/G/B and luminance.
- Support self-updating with smaller package if .NET has been installed on your device.
- Move toolbar to the top of working area.
- Update dependent libraries.
1.101.0.1028
- Support restarting application automatically if needed.
- Update dependency libraries.
1.100.0.1023
- Support showing image file in system file manager.
- Support changing UI scale factor on Linux.
- Prevent showing empty memory usage on macOS (currently unsupported).
- Update UI.