Releases: Torrunt/vimage
Releases · Torrunt/vimage
vimage version 18
- Added "Use DevIL" option to settings (so you can turn it off if you have issues while still being able to view all common image formats)
- Fixed an animated gif playback issue
- Fixed
-taskbarIcon
command / launch argument not working in Windows 7 - Updated dependencies
vimage version 17
- Added .webp file support
- Fixed animated gifs with different frame delays not playing correctly
vimage version 16
- Fixed glitch that occurred when zooming or dragging an image off-screen. (Issue #47)
vimage version 15
- Added support for viewing images that are in the Clipboard (open vimage.exe directly with an image in the clipboard) - useful when used with the Windows snipping tool (WIN+SHIFT+S)
- Added .svg Support (Scalable Vector Graphics)
- Use "Re-render SVG" (default: SHIFT+R) to re-render the image at the current zoom level
- Added Click-Through-Able toggle - allows you to interact with what's behind the current vimage window
- Added "Toggle Overlay Mode" as a default custom action (bound to SHIFT+L) - Which toggles Always On Top, Click-Through-Able and Image Transparency at once
- Added Clear Memory on Reset Image option (on by default) - clears all textures and animations from vimage's memory when the Reset Image button is used
- Added additional/changed various existing commands (for custom actions and command line arguments)
- Moved the commands list in vimage_settings Custom Actions tab to a new pop-up window + added descriptions
- Fixed .tiff files not opening (tif vs tiff issue) by adding it to the accepted extension list
- Fixed various .jpg extension alternatives not opening (jpe, jif, jfif, jfi) by adding them to the accepted extension list
- Fixed crash in vimage_settings that occurred when clicking the add button in the Context Menu editor when no item was selected
- Fixed window background glitch when using a semi-transparent background colour with the Title Bar on
- Fixed problem with custom action key-combo bindings
- Fixed a couple of possible crashes
vimage version 14
- Added Show Title Bar option / Toggle Title Bar function
- Added Next/Prev Image Sizing Option - Defaulted to "Fit Width" making the image resize to fit the width of the previous image (vimage behaved like the "Keep Zoom" option before this)
- Added support for [filename] and [filename.#] to the Context Menu - using these will allow you to see the current file's name when you open the Context Menu (use .# to limit the name length)
- Replaced VersionName function and added support for [version] to the Context Menu (by default the Context Menu will have an item called "vimage 14")
- Various tweaks to vimage_settings
- Fixed exclusive fullscreen bug (occurred when opening an image the same resolution as the screen)
- Fixed Random Image function not updating folder position
- Fixed "white image" problem that could occur when trying to open large images
- Fixed crash that occurred when image transparency was set when viewing a large image that vimage cut-up
- Fixed crash that occurred when vimage was located in a folder it didn't have write permissions for (ie: Program Files)
- Fixed a case where the image was centered on the wrong screen
vimage version 13
- Improved key combo support (can use more than just SHIFT/CTRL/ALT, eg: Q+C or W+MOUSELEFT)
- Mouse scroll up/down can now be bound + Mouse buttons/scrolling can now be used in key combos
- Zoom in/out controls are now bindable (defaulted to SCROLLUP/SCROLLDOWN)
- Add LoopImageNavigation setting (turn off to stop at the last/first image in a folder while navigating)
- Tweaked TransparencyToggle to allow it to work correctly when TransparencyInc/Dec are bound to the same key (default: T to toggle, T+SCROLLDOWN/UP to Inc/Dec)
- Fixed folder sorting bug that occurred if the folder was sorted by multiple columns in Windows (eg: date then name)
- Fixed crash that could occur when rapidly changing animations
vimage version 12
- 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
vimage version 11
- Replaced vimage_settings.exe with new version for a nicer look and improved context menu editor
- Added Limit to Monitor Bounds modifier - hold ALT (default) while dragging/resizing an image to keep it inside the current monitor boundaries
- Added Movement controls - bind keys to move the image/window around the screen
- Added Background Colour option (for images with transparency when background is turned on)
- Added FIT_TO_AUTO function to the list of functions for use in the Context Menu
- Fixed not being able to hold multiple key modifiers at once (ie: ALT, SHIFT, CTRL)
- Stopped controls that don't use key modifiers from triggering if one is held (eg: now one thing can be bound to C and another to CTRL+C)
vimage version 10
- Improved name sorting (now using same method as Windows)
- Some slight speed improvements
- Fixed transparency not working correctly on Windows 10 Creators Update
- Fixed some visual bugs
- Fixed possible crash when using vimage to browse images on a device that has been disconnected
vimage version 9
- Improved sorting (checks how windows is sorting the current folder + new date sorting + default options)
- Improved .ico support (displays the largest version of the icon)
- Added support for binding key combinations
- Added Custom Actions (add your own actions to the context menu / bind them to buttons)
- Added Copy and Copy as Image commands (defaulted to CTRL-C and ALT-C)
- Added Random Image command (goes to a random image in the folder)
- Added support for extra large images / images larger than the GPU's max texture size
- Added Crash Reporter
- Fixed possible crash when closing animated gifs
- Fixed images sometimes appearing off-screen when navigating between them
- Fixed some centering and zooming bugs