-- 3036 ( 2024-11-12 )
FIXED - A case where color rules did not always refresh
ADDED - MultiScript function "FindFirstFileEx" that also support recursive search
ADDED - New PictureViewer - Gamma and Hue/Saturation can now be changed
FIXED - New PictureViewer - Added icon and toolbar button for Slideshow and fullscreen
ADDED - New PictureViewer - Image size shown in statusbar
FIXED - New PictureViewer - Tooltips for toolbar buttons now using multilanguage system
FIXED - New PictureViewer - Many minor fixed
-- 3034
FIXED - New PictureViewer - Fixed icons in the toolbar
FIXED - New PictureViewer - Key issue with keyboard navigation when zoomed
FIXED - New PictureViewer - Can now show photo information like ISO,Exp,FNum (Press P in viewer)
FIXED - New PictureViewer - Can now turn off "interpolation" for rendering.
FIXED - New PictureViewer - Can now adjust brightness and contrast
FIXED - When testing archive, The wrong colorprofile was used.
FIXED - When testing archive the volume name is now also shown
FIXED - When testing 7z archive and aborting. It said it was successful even if it was not.
-- 3033
ADDED - If image is rotated in PictureViewer and is a JPG. it can be be rotated and saved lossless. (Unless size format is unusual)
ADDED - Update Languages was missing
( Build 3032 - 2024-11-04 )
CHANGE- MCPictureViewer extension rewritten to use WIC and D2D. Still missing some features.
FIXED - When drag and dropping file on a .exe the option to start the exe with the dropped files as parameters that option was not always enabled
FIXED - 3 Stability issues
( Build 3029 - 2024-10-10 )
Added - After folder sizing you can enable columns that show number of sub files/folders items
Added - During folder sizing on normal filesystem the UI will update during the process and you see the folder size increase.
FIXED - Alias Editor now support type search
ADDED - Option to always show tab list button
FIXED - GetFolder Size now follow settings for how to handle links (Symlinks/junctions)
CHANGE- Changed so when symlink is created. The target does not need to exists. Symlink are allowed to point to non existing files/folders.
Build 3032+
MCPictureViewer - The internal picture viewer has change from a 3rd party image component that is abandoned and not supported anymore to be using WIC (Windows Imaging Component).
WIC is using installed codec in Windows to decode and encode images. and as default on Windows more formats are supported then the old code.
Also the drawing of the images are now done using Direct2D instead of GDI, Allowing for better and faster rendering.
Currently the new MCPictureViewer support almost all the features that the old one did. Some are missing like changing brightness, HUE and so.
They might be added if needed.
Also some new features are planed. So If you have any features you would like to have in the picture viewer. lets me know and I will take them under consideration.
If you tweaked the FileType setup. Like changed what files type the viewer should react to. You might need to reset that.
To reset the FileType setup for Viewers. then go to Menu > Configuation > FileType Setup > Viewer (Tab)
And then press Reset. Then you will get several entries for MCPicture viewer. The supported file types times are split into different section
So that you easily can just remove one if needed.
Changes to Picture Viewer
* Now using WIC. More formats supported. both for viewer and converting. (Type ":wicformats" in commandline field to get a list of formats your machine support)
* Images are rendered with Direct2D. However it is rendered in a way to improve quality. There will be a setting to disabled this so it can render pixel perfect so you see pixels.
* Picture Window has a toolbar most common commands for easy access. Some icons are not correct yet
Know Issues
* Some zoom issue that make the image jump a bit.
* If rotating a jpg in the viewer and then saving. Image is recodoed when saving.
If the only modification is a rotate then a lossless rotate can be done
* Some icons are wrong
* Auto rotate, is not rotating when opening according to exif information
* Add Support for Encoding of WebP format, creating WebP is not supported by WIC (decoding "viewing" is)
New script function
FindFirstFileEx
FindFirstFileEx( <str> path, <str> options)
Options can be a comma separated list with
DBG - Show debug info in Appication log window
SUBFOLDERS - Scan all subfolders
ONLYFILENAME - Return only the filename, else whole path is returned
IGNOREFOLDERS - Ignore folders. Only search for a matcning File