A simplistic image viewer for Windows, inspired by vjpeg.
C# Batchfile
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
vimage Fixed cut-up image transparency crash Jun 7, 2018
vimage_settings
.gitignore
LICENSE
README.md Seperate checkbox settings for Context submenus Feb 12, 2018
pack.bat Updated pack.bat for WPF vimage_settings Jan 16, 2018
vimage.sln Updated SFML.Net + changes to initialization May 18, 2017

README.md

vimage

torrunt.net/vimage

A simplistic image viewer for Windows, inspired by vjpeg.

Created by

Corey Zeke Womack (Torrunt) - me@torrunt.net - torrunt.net

Features

  • No ugly interface, just the image
  • Move it around, resize it, rotate it, flip it and step through images in a folder
  • Supports .bmp, .cut, .dds, .doom, .exr, .hdr, .gif, .ico, .jp2, .jpg,.lbm, .mdl, .mng, .pal, .pbm, .pcd, .pcx, .pgm, .pic, .png, .ppm, .psd, .psp, .raw, .sgi, .tga and .tif files. (Image loading done via DevIL)
  • Supports Transparency
  • Supports Animated .gifs (pauseable and the frames can be stepped through)
  • Toggleable Always on Top Mode
  • Settings, Keyboard/Mouse Bindings and Context Menu are completely configurable

Basic Controls

  • Left-Click to Drag
  • Right-Click to Close
  • Scroll Wheel to Zoom - Hold SHIFT to zoom faster
  • Middle-Click to go between actual size and monitor height
  • Left/Right Arrows (or Page Up/Down) to go through images in a folder
  • Up/Down Arrows to Rotate
  • F to Flip Horizontally
  • S to Toggle Smoothing (SHIFT+S to Toggle Mipmapping)
  • L to Toggle Always On Top mode
  • X (hold) + Move Mouse to crop the view of the image
  • Y (hold) + Scroll Wheel to adjust transparency of the image
  • R to Reset Image
  • Space to pause Animated GIFs
  • ,/. to step through Animated GIF frames