You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Adjustable Image Transparency - press T (default) to toggle image transparency or hold Y (default) and use the mouse wheel to adjust it
Added Image Cropping - hold X (default) and drag the mouse to crop the current view of the image
Added Mipmapping option + turned Mipmapping on by default (images should look smoother when zoomed out)
Added Lock function - lock the image in place, preventing dragging and zooming
Added Exit All function - close all current vimage windows (SHIFT+ESC by default)
Added Open Full Duplicate Image function (same as Open Duplicate but keeps the current zoom, rotation, crop, etc)
Added possible command line arguments to vimage (-x, -y, -zoom, -flip, -rotation, -alwaysOnTop, -colour and more)
Custom Actions can now be written with just command line arguments to apply them to the current instance of vimage (eg: create actions to set the zoom to 0.5, set the exact position and more)
Added Max Textures and Max Animations options (set how many vimage will keep in it's memory when browsing)
Checkboxes for Context Menu submenus can now be turned on/off separately from the main context menu
"Reset Image" now centers the image on the monitor the mouse is currently on
Fixed/Improved image positioning when using "Fit to Monitor" functions
Fixed temporary "Always on Top" being turned on when it was not needed (makes the image appear above the taskbar when it's fit to monitor dimensions)
Fixed some issues with the PositionLargeWideImagesInCorner setting
Fixed images not being centered on the current monitor when the OpenAtMousePosition setting is off
Fixed the new vimage_settings.exe not allowing the binding of mouse buttons
Fixed possible crash when toggling smoothing while an animated gif is still being loaded
Fixed image preloading bug that could sometimes cause large images to fail to load
Fixed possible white image problem with splits textures (occurs with images larger than the GPU's max texture size)
Fixed custom actions not saving properly in some cases