Translations of the user interface are included for the following languages:
Image Eye is a specialized image viewer — made for the sole purpose of viewing images as quickly and practically as possible — nothing else!
You get a window with the picture only — no bulky menus, tool-bars or other fancy but annoying clutter.
By default, even the window title-bar is hidden when you don't need it, leaving just a thin black border around the image.
There's also many handy and practical user interface tricks (e.g. hit Ctrl–Alt–X to close all image windows).
This software is freeware - there's no advertising, no trial period, no reg-codes, no crippled features.
However, if you use and like it, please consider making a donation here — both as a "thank you" and to support its continued development.
Adjustments can be saved non-destructively and re-applied the next time you open it.
It does not attempt to be a half-baked editor, format converter, or media player.
It does include a simple slide show scripting language.
Translated to several languages.
Freeware.
Feature-list for the tech-nerds:
Deep color & HDR support: Specialized code paths for grayscale and color data, with 8- or 16-bit integer, or 32-bit floating point / color component - maintaining full precision for all image processing operations.
High quality dithering: Floyd-Steinberg dithering is used for superior perceived image quality when displaying high bit-depth images.
Asynchronous file I/O: Images are decompressed at the same time as data is being read - i.e. it doesn't wait for file reads to finish before starting to decode.
Speculative decoding & caching of images: While you view a file, the next file in the folder is invisibly being decoded, so that it can be brought up very quickly. When you move to a new image, the old one is cached, so that there's little delay if you toggle back and forth between images.
Data parallelism exploitation: Many heavy computational tasks are considerably sped up by using SEE instructions. These SIMD instructions work on 4, 8 or even 16 numbers in parallel.
Task parallelism exploitation: Heavy computational work is considerably sped up by dividing bigger jobs into smaller tasks that are distributed on multiple CPU cores. Work stealing and dynamic load balancing techniques ensure that all cores are busy.
Hand tuned code optimizations: Critical sections are optimized by hand.
Code branching: Common cases are handled using specialized code that is faster than generic routines.
High quality resampling: All resampling (image resizing) is done using Catmull-Rom interpolation.
Text metadata handling: Text info tags can be read from several formats - Adobe XMP, IPTC IMM, EXIF, PNG, TIFF tags, PSD, GIF and JPEG comments.
Native code: x64 (64-bit), x86 (32-bit) and Arm64 (64-bit) versions are available.
High-quality Catmull-Rom (4x4 filter kernel) resampling filter used when resizing images.
Optimized SSE2, SSE3, SSSE3 and SSE4.1 instruction set code paths for much improved speed.
Multi-core support for much improved speed.
Small executable size.
Can be run as a portable application (e.g. run from USB stick and leave no trace).
Available in several languages & can easily be translated into more!
Freeware.
Open image dialog:
Image resolution and file format information is shown for selected files.
Preview of the selected image file.
The last viewed image is automatically selected and the file list is scrolled so that it is visible.
The most recent folders from which an image has been opened are remembered in a list and you can go back again to them very quickly (this can be turned off for privacy).
Open an index view of all images in the directory by pressing a single button.
Viewer window:
Launch the program and open images in multiple ways — choose the one that suits you best! You can launch it from the start menu, by clicking on a file in the Windows Explorer, or from an already open Image Eye window.
Browse images in a directory using the index mode, or using the 'open image file' dialog, or from a viewer window using previous/next image commands, or by pressing down the mouse wheel (if you have one) and rotating it.
The image adjustment dialog lets you adjust brightness, contrast, sharpness (using a true 'unsharp masking' algorithm), hue, saturation, gamma, luminance, red, green, blue, negative, rotation and mirroring controls.
Image adjustments can be saved and automatically re-applied the next time you open the image file — all without modifying the original image file.
File operations: Copy, rename, move, delete, erase. The erase command will wipe the file several times with random data before setting the file size to 0 then deleting it (bypassing the recycle bin) — use for sensitive data.
Function to capture images of the while screen shots or of selected windows.
View images in windowed or in full-screen mode.
Freeze mode sticks an image to the desktop so that it can't be moved until unfroozen — and it is automatically opened again if you restart your computer.
Zoom in and out using high quality filtering.
Set images as the Windows wallpaper.
Index window:
Fast thumbnail index creation.
The 'recurse sub-directories' command lets you optionally create an index displaying all files of all sub-directories.
Optionally save thumbnail icons in a cache file on disk for even faster retrieval next time.
Generate the cache automatically, manually, or not at all.
Lossless compression of cache files.
Select what ifno you wish to be displayed (directories, non-image files, names (1, 2, or 3 lines), comments, resolutions, file sizes, File dates, extensions).
Sort the index icons in various ways.
Slideshow:
A slide show scripting language allows you to roll your own slide-shows and presentations.
The 'Create slideshow script' dialog automatically creates slideshows for viewing of all the files in a directory using various options - in case you don't want to edit a script manually!
Screenshots:
You access the main menu by right-clicking on an image
The image adjustment dialog with its many controls
File formats - Image Eye
Image Eye can read a whole lot of different file formats:
Write support however, is limited to BMP only.
If you want a format converter, then check out Any Image - which besides additional write support also reads several less common formats!
Click on one of the links below to start downloading the 64-bit version:
Install the program on your main computer using any of the above installers, then grab the Image Eye.exe file that was installed.
If you run it on a computer where it has not been installed, then settings are not remembered - nothing will be stored in the registry et c, thus leaving an entirely untouched system.
This is useful e.g. if you want to run it from a USB-key on a borrowed computer.
Languages included:
Arabic
Chinese
Czech
Dutch
English (UK)
English (US)
Finnish
French
German
Greek
Hungarian
Italian
Japanese
Korean
Polish
Portuguese (Brazilian)
Russian
Spanish
Swedish
Turkish
Image Eye is quite easy to translate to other languages.
Only a simple 'translation dictionary' in the form of a text file needs to be created.
We can't afford to hire people to do translations though…
This is where you can help! If you'd like a version of Image Eye in your native language
and are willing spend an hour to translate it, then it can happen!
Interested?Contact us and we will get back to you with more information!
Send us a donation!
Image Eye is free to use. You don't have to pay for it. There's no nag boxes, no advertising, no time limit, no crippled features.
However we do make this plea — that if you use it and like it, please consider making a voluntary donation — both as a "thank you" and to support its continued development.
Note: Your donation will be processed by PayPal. (please donate a minimum of €10 or too much will be eaten up by transaction costs).
Your donation will helps us greatly in continuing to improve Image Eye!
Image Eye revision history
Revision history
Version 9.3
Index windows:
Index windows can now (optionally) auto-hide the title bar, similar to the image windows (enable in the index options).
You can now grab anywhere outside the thumbnails to move the window (also similar to image windows).
Image windows:
Added a new option to "Never show the title bar" (find it in a new mode-list in the viewer options).
Added a "File→Open folder in Explorer" command to the context menu.
Other improvements:
Refreshed the layout of the options dialog for a bit of a cleaner look.
Added a "Keys" tab in the options, where you can now remap image window keyboard commands.
Added an icon to Windows 11 Explorer context menu commands.
The program and the installer executables are now digitally signed for improved security.
An Arm64 native version is now also available (Windows 11 ARM only).
Version 9.2
Added support for the Google WebP image format (.WEBP). Lossless and lossy compression are both supported, as are extensions for animations and for XMP and EXIF text metadata.
Improved high-DPI screen support. UI elements have been tweaked to work better with varying display scalings and to react to dpi changes. Most importantly, images should never be drawn blurry due to upscaling by Windows.
Improved multi-monitor support, e.g. now opens an image on the same monitor as the file open dialog or the index window it was launched form.
Files are ordered using numerical sorting like Windows does, e.g. A3.jpg comes before A12.jpg.
Added "0" as a keyboard shortcut to set zoom to "print preview", i.e. screen PPI / image metadata PPI.
Version 9.1
The window "glass" effect is now working on Windows 8/10 (for index windows and for viewer windows when the image has alpha or transparency and "Translucent background" enabled).
Added a new "Auto-background color" viewer option. When enabled, it tries to compute a pleasant background color by examining the image. It's used for the letter-box borders in full screen mode and as background to transparent images (in windowed mode only if "Translucent background" is disabled). NB; if a background color is available as metadata (PNG and GIF files), then that has priority. If the auto-option is disabled, the selected "Window background color" is always used.
40% faster JPEG decoding (thanx to Huffman look-up tables, SIMD-optimized YCbCr color conversion and using a secondary thread for IDCT, upsampling and YCbCr→RGB).
Added support for .JPEGs using Arithmetic-encoding (this gives 5-10% smaller files with an identical image compared to the normal Huffman-encoding - but alas it is not very widely supported since this optional part of the JPEG spec was covered by a patent until recently).
Added support for .LBM images using the old Amiga modes HAM8, HAM6 and Half-Brite.
Added supported for APNG - Animated PNGs (.PNG or .APNG).
Reduced the flickering of the cursor when switching between images.
Added a "Sort files alphabetically" option to the "Create Slideshow" dialog.
Fixed several issues with animated .GIFs.
Faster sorting and better handling of folders with many files in index mode.
Many fixes and minor improvements.
20th Anniversary Edition!
Version 9.0
Main improvements:
Now available as both an x86 (32-bit) version and a brand new x64 (64-bit) version. The x64 version is a bit faster – e.g. ~10% faster JPEG decoding.
Added true support for "deep color" images (16 bits/color component). Earlier versions would read such files too, but threw away the lower 8 bits. Color adjustments, image resizing et c are now done at the full data precision.
Added support for "HDR" images (high dynamic range images with than 32-bit floating point/color component). Image processing operations are done at full precision here too.
High quality dithering is used when displaying deep color and HDR images. Neither Windows, nor most displays support more 32-bit display modes (8 bits/color component), which most apps solve by truncating higher bit depth data. This can cause ugly "banding" artifacts in smooth gradients. Adding the dithering takes a fair bit of CPU-power but can greatly improve the perceived image quality.
Additional improvements:
If you open multiple Image Eye windows, they will now all run in the same process. This makes new windows open faster and conserves memory. The image caching and preloading system also works more effectively and use less total memory. (One drawback though; if one file hangs it, then they all go down...)
You can now zoom in on an image until it reaches the maximum size that Windows will allow for a bitmap (typically 2GB RAM / ~512 Megapixels for the x64 version). The cursor will temporarily change to a stop sign when you hit the limit.
Dithering is also used for superior display in 15/16-bit display modes (5 bits/color component).
Added a View->Freeze window option to the index window. If you set it, the index window will not resize to fit the icons if you browse to a different folder. Also, if you close it, then open a new index window, it'll remember the size and position from last time.
Image decoding progress is now shown in the Windows task-bar (Windows Vista/7/8 only).
Added support for the Radiance RGBE HDR image format (.HDR/.PIC/.IMG).
Added support for .TIFFs and .PSDs with floating point HDR data.
Added support for .TIFFs with SGI RLE compressed LogLuv and LogL-format HDR data.
Added a "Slideshow→Slideshow" command (short key: S). It creates a slideshow script and runs it without further ado (bypassing the "Create slideshow script" dialog, but using your last used setting).
Added a Chinese translation.
Added SSE4.1 instruction support.
Built with our new ieC++ v2.0 library ("Image Engine in C++").
Version 8.0
General improvements:
Image Eye is now "donationware" for non-commercial use.
This is a type of freeware.
There's no fee to use it, no nag boxes, no advertising, no time limit, no reg-codes, and no crippled features.
However we do make this plea, that if you like it and use it, you can/should to make a voluntary donation — both as a "thank you", and to support the continued development of Image Eye.
For commercial use, we do ask for a small license fee.
To make a donation, or to license it for commercial use, please go here.
Added parallel processing support for several operations - boosting performance considerably when running on modern multi-core CPUs.
Unicode text is now supported - both for file names and for translations of the user interface.
Added support for "keyword" text metadata.
Added support for several types of EXIF-format camera metadata: Manufacturer, Model, Exposure time, F-Number, ISO speed rating, Shutter speed, Aperture, Exposure bias, Flash, Focal length, Exposure mode, White balance.
Added support for Adobe Extensible Metadata Platform ("XMP") text metadata with the following file types: .JPEG/.JPG, .PNG, .GIF, .PSD, .TIFF.
The program now supports the Windows Vista / 7 "Default programs" and "Open with" features (this replaces the deprecated "file types" tab in the options).
The program settings will now be remembered (stored in the Windows registry) *only* if the program has been installed using Setup.exe. I.e. if you run Image Eye.exe on a machine where it has not been installed, then it wont leave any traces on that system. This can be usefull if e.g. running it on a borrowed computer.
Several additional performance enhancements through rewrites & code optimizations, e.g. ~10% faster JPEG decoder.
Viewer improvements:
The background is now translucent (with "glass effect") when viewing transparent images, or if you make the viewer window larger than the image (NB, this can be turned off in the viewer options, and it is automatically disabled in fullscreen mode; furthermore, it's not availabe in Windows XP, and neither is it when viewing 1..8-bit non-transparent images).
When the viewer window is not captioned, any images with transparency will now have a transparent background, i.e. they'll be "look through" (when the window is captioned, it gets the translucent background).
File directories are now parsed by a background thread that caches the file names in memory. This makes the "Next / Previous image" commands much faster when there's very many files in a directory, or when working e.g. with network drives.
Multi-core (parallel processing) support for very much faster resampling (scaling) of large images.
Additional image resampling speed improvements through various tricks and code improvements, e.g. better cache usage & a bit of data prefetching, data dependency optimizations, and new SSSE3 instruction code paths (if your CPU supports it).
Multi-core (parallel processing) support for faster image adjustments (color, contrast, sharpness et c).
The image adjustment 'Sharpness' control now has a separate (considerably faster) code path for grayscale images.
Improved the file open dialog:
It is now resizeable, i.e. you can enlarge it in order to more easily browse among many files.
The "recent" (paths) list now looks better.
The right-hand preview pane has been replaced with a smaller preview image below the file list.
File information is shown next to the preview image (file type, resolution, comments - if any).
As an alternative to the "View" button, you can click on the preview image to open it.
Added support for displaying up to three overlay texts of various kinds (e.g. comment metadata - c.f. the viewer options).
NB; these are show only when the viewer window is captioned (i.e. when you move the mouse over it).
The "Next / Previous image file" commands will now also show images from file links.
Improved compatibility with Windows 7 and Vista.
Index improvements:
Multi-core support for parallel decoding of multiple thumbnail images.
For a more modern look, the image icons are now drawn with a simple black border, replacing the 'button' style. It now also high-lights when you move the mouse over an icon.
Added support for a translucent background ("glass effect" - NB; not available in Windows XP).
You can now navigate using the keyboard (cursor keys move focus, enter viewes, context key shows menu).
You can now select multiple icons by holding down control or shift while clicking with the mouse (or using the enter key), then right click to do a copy/move/delete on all the selected files.
Added an option to show image comments. (Note: if you are using index cache files created by an earlier version of Image Eye, then you need to delete the cache before you see any comments).
Smarter automatic window sizing.
You can now double-click (on the background, not on an icon) to a maximize or restore the window. Also, the mouse "browse back" button now navigates to the parent directory.
An option named "Icon size stored in cache overrides selected icon size" replaces the earlier per-directory "Save options in cache file" option.
Link files now also get image icons, and can be opened the same as other files.
Axed features:
Dropped support for older Windows versions - minimum required OS version is now Windows XP with SP3.
Dropped printing support (there are better ways to print, with more layout control).
Dropped some seldom used file formats (.FIF, .JP2/.JPC, .MAC, .NEO, .PIC, .PBM/.PGM/.PNM/.PPM, .PXR, .RAS). NB: these can still be read & converted using our Any Image software.
Dropped MMX instruction support (MMX was superceeded by SSE2 with the Pentium 4 and later).
The axing of these features served to reduce the executable size by ~100KB (a saving which unfortunately was eaten up by the size of the new multi-core run-time).
Version 7.6
Several fixes and minor changes made for Windows Vista compatibility.
Added support for several more obscure variants of TIFF files: tiled images, subsampled chroma YCbCr images, plane-separated images, plus an old type of JPEG-in-a-TIFF.
When displaying multi-page files, the current page number and the total number of pages are now shown in the title bar.
Image pre-caching now also works when browsing images in reverse file name order.
Version 7.5
Updated & improved design of the context menus.
Smarter/faster display-refresh - now only updates window regions that have been obscured.
Much faster resampling (resizing) of grayscale images.
Faster resampling (resizing) of color images at common zoom-factors (4x, 2x, 1/2x, 1/4x, 1/8x, 1/16x).
Faster loading and display of uncompressed TIFFs (especially with very big files and with files with 16 bits/component).
Added support for deflate-compressed (a.k.a. ZIP-compressed) TIFF files.
New and improved design of the progress dialog.
The program can now also continue a image file decode that was started, but not completed, in the "preview" window of the "Open image file" dialog. Of course, just like with previous versions, it doesn't have to re-decode an image that finished decoding and was shown in the preview either.
Pre-caching of files are now disabled if the system is low on memory, or if the window is in 'frozen' mode.
The "Rename file" and "Delete file" commands will now also rename or delete any associated ".iea" adjustment file.
Improved behaviour on dual-monitor setups.
Added a -NOREGISTRY command line option that prevents the program from reading or writing any settings in the Windows registry. This makes it possible to e.g. run it from a memory stick without leaving any traces on the host computer.
Added parsing of GPS cooardinate data from JPEG/EXIF and TIFF. If available, this can be seen in the "Image" tab in the options.
Dropped support for Windows 95 and NT. Also removed support for using display modes with 256 or less colors. Removal of these legacy functions serves to reduce the size of the executable, which makes the app load somewhat faster and use less memory. For the same reason 16 and 256-color versions of the menu icons are no longer included - this means that the menus wont look as good under Windows 98/ME/NT/2000 (which do not support the 32-bit icons of Windows XP and Vista).
Many minor fixes and improvements.
Version 7.4
Added (optional) support for SSE2 instructions for several crucial operations. E.g. zooming, adjusting colors, and decoding JPEGs are now even faster than before! (i.e. if you have a CPU that supports SSE2, i.e. an Intel Pentium 4, or an AMD Athlon 64, or later).
In the viewer tab of the options dialog, you can now select a "Window background color". This is the color of the background for transparent images, and of the borders outside the image if the window is larger than the image. NB, .GIF and .PNG files sometimes contains a background color parameter, which will, if present, always (for the specific image) override the selection that you make in the options.
Added new keyboard shortcuts: Ctrl + left/right arrow to mirror horizontally, Ctrl + up/down arrow to mirror vertically, Numeric +/- to zoom in (alternatives to up/down arrow).
The "auto size image to window" function is now inhibited if you manually zoom into an image and it becomes larger than the screen (which is also the maximum windows size).
Slide show delay times can now be set with a precision of 0.1 seconds.
Fixed memory leak when displaying animated .GIFs.
Version 7.3
The index View → Names selection have been replaced with four selections: "Names (1 line)", "Names (2 lines)", "Names (3 lines)" and "Names (4 lines"). This allows you to get space to see longer names.
The index file name, file size, and date display is now drawn in gray in order to more easily distinguish this info from the name text drawn in black. They are also separated from the name by a few extra pixels.
Changed what you can do with a mouse wheel:
Use the mouse wheel for scrolling vertically (like before).
Press down the wheel to drag the window instead of scrolling it.
Use left mouse-button + mouse-wheel for switching between images.
Use right mouse-button + mouse-wheel for zooming.
'Backspace' has replaced 'Shift+Space' as the short-cut key for displaying the previous image.
Added support for reading 32-bit RGBA icons (.ICO).
Added for reading Vista 256x256 PNG-compressed icons (.ICO).
If you are running under Windows XP then buttons and other controls will now use the rounder and more colorful 'XP style'.
The program manual is now in 'HTML help' format (it now both looks better and is easier to use than when it was using the older 'WinHelp' format).
Plus, several smaller improvements and bug-fixes.
Version 7.2
Added a "Save index as bitmap" command to the index window. This allows you to save a .bmp file with all of the index icons - can be useful as an image overview map.
Added "Next/Prev image" and "Load new..." commands when you right-click on an image in 'freeze mode'. These zooms a new frozen image to fit inside the frame of the previous frozen image. Similarly new "Zoom in/out" commands (in the same menu) allows you to zoom a frozen image without changing the image frame (i.e. it clips the borders if zooming in, or adds black bars if zooming out).
The Home / End keys now switch to the first / last image in the current directory.
The "Save as" command now applies image adjustments (if any) to the saved image ("what you see is what you save").
Minor bug fixes & improvements.
Version 7.1
The "Image adjustment dialog" (previously named the "Color adjustment dialog") is now non-destructive, i.e. if you re-open the dialog after previously having made some adjustments, you'll see that the adjustment sliders are in the position where you left them. And the "Reset" button will now always bring back the original image.
Add a "Save" button to the image adjustments dialog. This creates an ".iea" file that stores the settings so that the next time you load the image file, they are automatically re-applied. This allows adjustments to be remembered without having to actually edit the image file. NB, if you want to delete the adjustments file, just hit the "Reset" button.
Added image rotation and mirroring options to the image adjustments dialog. The main point of this is that you can save them together with the other adjustments in the new ".iea" files.
Add support for Windows links (.lnk files) that links to image files (in both the index and the viewer).
Added support for reading TIFF images using JPEG compression. It primarily supports the new "compression type 7" but many (if not all) of the deprecated "compression type 6" files can also be read.
Added the "F" key as short-cut for displaying the "image file information" page (this has also added this to the file menu).
Added a "-zoom=<factor>" command line option.
Images with transparency are now composited upon a white background in the viewer.
Clicking on an index cache file (".iei", normally a hidden file) will now open the index for the directory. Similarly clicking on one of the new adjustment files (".iea", also normally hidden) will open the image that the adjustments refer to.
A number of minor bug fixes and improvements.
Version 7.0
The biggest change in this version is that it can now be used for free! There's no time limit and no functionality limitations in the unregistered version! So feel free to give it too all your friends! However, there is a 'nag box' when you start it that is only removed if you pay a small fee to register it.
Improved the graphical design of the program menu and of the color adjustment dialog.
Languages are now handled differently. Now select the 'interface language' in the Options dialog, i.e. separate compiles for different languages is no longer necessary. You can add new languages by adding '.language' file. This is simple text file containing a 'dictionary'.
Many of the 'control-letter' keyboard short-cuts have been replaces by 'single-key' shortcuts.
Added a 'gamma control' slider to the color adjustments dialog.
If an image orientation parameter is stored in a TIFF file or a JPEG file with EXIF extensions (as saved by many digital cameras with built in 'orientation sensors'), then the image is now automatically rotated for correct viewing when you open it.
New index option: 'Close index window when opening an image'.
New index option: 'Monitor directory for new or changed files'.
Added support for displaying YCbCr format '.raw' files.
The normal 'arrow keys' is no longer used for scrolling. That is now done with the numeric key-pad keys instead (and you can now scroll in the diagonal directions using the '7912' keys' - and center with the '5' key). The normal 'up-down' arrow keys now zooms in/out. The 'left-right' arrow keys rotate the image.
The 'folder view style' (details view, icon view, et c) of the file open dialog box is now remembered.
The 'auto size to window' function is now temporarily disabled when you manually zoom into an image (so that you can manually zoom to larger than the screen size, even if this option is enabled).
Various bug-fixes and improvements.
Version 6.2
Added support for reading JPEG 2000 files (.JP2, .JPC). This new format is based on advanced wavelet compression techniques. It compresses at least 2x as much as the 'old' JPEG for the same subjective image quality. It is also more error resilient, it is better at 'progressive decoding', and it provides better control over the compression factor. Note: You can use our software Any Image (v3.2 or later) to write JPEG 2000 files.
Improved the resampling (resizing) algorithm.
In maximized viewer mode, the program is now minimized if you change to another active window (e.g. by pressing Alt-Tab).
When using the command 'Recurse sub-directories' in an index window, the icons are now displayed unsorted. If you want them sorted you can always select a sort order in the View menu (if you have extremely many files it can take quite a while to sort them, thus this change...).
Fixed a bug with the printing of larger images.
.PNM is now recognized as an alternate extension for .PGM, .PGM and .PPM files.
Fixed a problem with reading of some strangely formatted .PBM files.
Fixed bug that could cause the program to crash when reading 24- and 32-bit .RAS files.
Version 6.1
Added support for reading DirectDraw Surfaces (.DDS files).
Added support for reading TIFFs and PSDs with 16-bits/pixel/color component.
When using the 'Next image' command on the last image file in a directory, or the 'Prev image' command on the first image file, then it now beeps (as before) then wraps to show the first or last image file respectively.
The 'Slideshow...' command is now called 'Create slideshow script' and is located in a 'Slideshow' sub-menu, together with a new option 'Run in fullscreen mode' (which is what earlier versions has always done, but if you now uncheck it, it'll run in a window instead...).
Windows icon and cursor files (.ICO and .CUR) are now shown with transparency in the index - and with a white background in the viewer.
Various minor bug-fixes.
Version 6.0
Viewer window improvements:
Added support for displaying animated GIF files.
Added support for reading and viewing multi-page TIFFs (switch page with the next/prev image commands).
Added a 'Hue' color control slider in the color adjustment dialog. Also, the 'invert colors' command has been moved to this dialog.
The Next/Prev image file commands now skips bad and corrupted files.
Added 'Copy file', 'Move file' and 'Erase file' commands to the file menu.
The new 'Erase file' command will wipe the file contents three times with random data before it is deleted (not moved to the recycle bin) in order to make it much more difficult to 'undelete'. It will also rename it three times first in order to attempt to wipe the original name from the file directory tables.
It is now more responsive to user input under some circumstances when using stuff over 'slow' media (floppy disks, network connections et c).
Window borders (when the window is larger than the image) is now drawn in the 'background color' that may be specified in GIFs and PNGs.
Index window improvements:
Alpha-blending and transparency is now used when drawing icons (note: only on Windows 98 or 2000 or later).
Improved the scrolling - scrolls faster and with less flickering.
There's now a 'Save options in cache file' toggle under 'cache' in the context menu. When enabled, all of the index options (icon sizes, what info to show, et c), plus the window size, is stored in the index cache file for the directory and are restored the next time it is read. This allows you to set special options certain directories.
A 'View' submenu in the context menu replaces the options in the 'Index properties' dialog for selecting what file info to show.
Added a 'File' sub-menu to context menu. It contains commands for copying, moving, renaming, deleting and erasing the file.
The index window now detects when a file is copied, moved, deleted or renamed in the Windows Explorer and 'recreates' itself when that happens.
When you drop files from the Explorer, they are now copied to the index directory, and the index is updated accordingly.
Added a 'Recurse sub-directories' command.
After doing a 'recurse subdirectories', you'll also have the added option of sorting icons 'by full path'.
Directories are now sorted first -except when in 'recurse subdirectory' and sorting 'by full path' where each directory instead is placed at the start of the icons that it contains.
Added an 'Add all files to Any Image' command.
You can now select a 'foreground color' (used for the icon buttons).
The last sort order is now remembered.
Cache files are now saved using a background thread.
Added several new or alternate keyboard short-cuts.
Fixed a bug with the index not displaying the complete name of directories with a dot in the name when file extension display is off.
Fixed problem with not always getting long file names in the title bar under some Windows versions.
Further changes and improvements:
In the file open dialog, the last file opened is now selected and the list is scrolled so that it is visible.
There's now a 'File type associations' list in the program properties dialog that allows you to easily turn on and off individual file type associations.
Alpha blending and transparency is now used when previewing images in the open file dialog (note: only on Windows 98 or 2000 or later).
The 'Raw image file' dialog is gone, to open a raw image file you now need to create a text file with a .RAW extension, and containing the required information for reading the file (see the Image Eye help file for more information).
The progress dialog now does not steal the keyboard focus. It also considers the position of the 'Start bar' so that it is not obscured.
Some general speed improvements.
Fixed a few minor bugs and issues.
Version 5.6
The 'Next/Prev image' commands are now faster at finding the requested file when there are very many files in a directory.
It now also handles sorting of international characters by using Windows 'language aware' functions.
Added support for reading CALS (Computer Aided Acquisition and Logistics Support) type I files (.CAL, .CALS, .RAS).
Added an 'Only shrink' option that modifies the behavior of the 'Auto size image to window' function so that it only scales down images and never scales up them.
Added an option to turn on or off the file names in the index.
Added a 'Print image...' command when right-clicking on image icons in the index.
Added pixel density to the image info tab for some formats.
Added support for reading some info from the EXIF JPEG extension (used by digital cameras).
Rotating in maximized mode now keeps the window in maximized mode and is also 'smart' with respect to the 'auto size' and 'shrink large' options.
Added support for Group 3/4 fax-compressed sub-format TIFF files with a 'reverse bit-ordering' (this is an unusual format that was previously displayed incorrectly).
Fixed a problem with crashing on some corrupted PhotoShop extension blocks inside JPEG files.
Fixed a problem with some very rare GIF files.
Added a 48x48 icon for Windows XP.
Version 5.5
Added some smart caching and background preloading of images. This can make image loading 'subjectively' appear as considerably faster when you're going back and forth between images in a directory.
Added support for reading different kinds of text information from file formats that supports it in any standardized manner. These texts, and more info are found in a new scrollable 'list' in the 'properties' → 'image' dialog.
Added an 'Add to Any Image' command (in the viewer and in the index). This allows you to easily send an image file to our dedicated image converter application, Any Image. You need to have Any Image v1.5 (or later) installed for this to work.
During a slide show, the 'pause' key can now be used to pause it. Press any other key to continue again.
You can now hold down the mouse wheel 'button' and scroll it to browse images.
When you right click on an icon in index mode and select properties, some info about the file is now shown in the 'image' tab.
Zoom in is now done in steps of 25% of the original size rather than 2x. Similarly for zoom out. What's more, the 'center of view' is now preserved while zooming.
Added a 'Zoom 2x heuristic' command (on the View menu). It uses a special heuristic algorithm to double the image size. Which one's best, the normal filtered zoom or this new one, depends on the image and your personal taste. The heuristic one is can give much sharper results, but it is also usually much more ´'blocky and pixilated'.
Added an option to the Index to show the number of images in the directory in the title bar.
Fixed a JPEG decoding bug on non-MMX CPUs when using the 'fast IDCT' option.
Also fixed another JPEG decoding debug that crashed it on some very uncommon images.
Removed support for saving GIF and RAW files. The same functionality, and much more is now provided by the above mentioned integration with Any Image.
This keeps the EXE file size small - so that it loads fast and don't use up needlessly use up memory!
There have also been many 'invisible' changes 'under the hood' - the entire image handling functionality has been cleaned up, improved, and isolated in a generic image-handling library called ieC++. This library is used both in Image Eye and in Any Image. It will also be made available to other developers in the form of a commercial SDK.
Version 5.1
Added an optional image preview window to the file open dialog.
Improved the 'Sharpness' adjustment algorithm (better edge sharpening, and less prone to enhance noise). It will now also work on palette images although the result is still best on 24-bit images.
Added a 'freeze window' command to the view submenu. The idea is that when you put the image window into 'freeze' mode, it will lock itself into its current position on the desktop (with no menu bars or anything) and the only thing you can do with it is right click on it to bring up a menu with the commands 'unfreeze' and 'close'. If you shut down Windows without manually closing such a frozen window, it will automatically load again in the exact same position when you next restart Windows. Just to give an example of what you could use this for, you could place 'fixed' photographs of near and dear ones on your desktop.
Added a 'topmost' toggle to the view menu, which you can use to force an image window to stay on top of all other non-topmost windows.
Added '-topmost' and '-freeze' command line switches.
When the cursor does not indicate 'scroll mode', you can now move a window not only by dragging it with the mouse but also by using the arrow keys. Also, the Alt keys have now replaced the Control keys as 'scroll mode override'.
Added a rename file command to the image windows file menu.
Added an index option to show file extensions.
Clicking on a directory in the index view now replaces the current index window with the new one instead adding another one. If you want to keep the current window, use 'Spawn new...' on the context menu instead, go to the new directory, and click the 'Index' button. Also, all root directories will now show driver letters (if 'show directories' is turned on) so that you can easily change drive from there. And the 'up' directory now has an icon…
Index icons are now never enlarged, i.e. very small images are drawn with 'borders' on all sides.
Added a 'delete script file when finished' option to the slideshow dialog.
The zoom state is now kept when rotating.
Added support for saving 2 and 16 color BMP files in addition to the 256- and 16M-color files supported by previous versions. Minimum color depth is automatically selected when saving an image in order to minimize the file size.
Version 5.0
Added MMX instruction set support! Mainly for JPEG decoding (which can now be up to 25% faster - disk access times not counted) but also for a few other things (e.g. 40% faster resampling of an image). It will of course still work on non-MMX processors just as before.
A new option (on by default) hides the window title bar whenever the mouse is not on top of an image window.
Clicking and dragging an image when a 'scroll cursor' is not visible will now move the whole window (when the scroll cursor is on, you can hold down Control key and drag it).
The Contrast and Brightness controls now preserves the color balance. This is different than how almost all other app does it - but hopefully you'll actually like this way better!
Improved down sampling algorithm (i.e. 'shrinking' images now gives much better results).
Added an option to display the image name on top of the image (in various selectable positions).
Added a 'Recent directories' quick selection to the file open dialog.
Added a slight 'texture' to the dialog backgrounds.
Added support for reading CMYK format JPEGs, TIFFs and PSDs as well as YCCK format JPEGs.
There's a new 'How to register' info box to help unregistered users.
Added a 'Rename' command in index mode.
Added support for IntelliMouse Explorer 'X mouse' forwards/backwards buttons for switching between images.
Added a 'Rotate 180°' command as well as two new keyboard shortcuts: Ctrl-Left = Rotate 90°, Ctrl-Right = Rotate 270°
Added 'Zoom in 2x' and 'Zoom out 2x' commands. Keyboard shortcuts are Ctrl-Up/Down.
New 'spawn next/previous image' commands open the next or previous image in a new window. These have keyboard shortcuts Ctrl-PgUp / PgDn or, if you prefer, Ctrl-Space / Ctrl-Shift-Space. Similarly you can now use Space / Shift-Space to display the next / previous image as alternatives to PgDn / PgDn.
More new keyboard commands: Tab / Shift-Tab moves between all opened Image Eye image windows.
Removed the 'video mode' menu - because it made the right mouse button menu so slow to appear. It has been replaced with a shortcut to the Windows display properties dialog (which provides the same functionality) on the view sub-menu.
Version 4.2
Added a 'Send window to back' function (shortcut: Ctrl-B).
Improved the 24 to 8 bit color conversion so that it now uses 8 bits/per component (earlier versions used 6 bit precision) to calculate the color lookup table for the final 8-bit palletized image. This gets rid of the problem where, in a 24-bit video mode, you sometimes could take a screenshot of a normal gray dialog-box or something, save it as an 8-bit GIF and it turned up all dithered and (slightly) ugly!
Fixed a bug with not always uninstalling correctly from directories with a space in the path name.
Fixed bug with clicking on directories boxes in the index window not working.
Fixed a bug with the next/prev image function not working under certain conditions when started with an image file from the command line.
Fixed a bug with some very large TIFF-files.
Version 4.1
When loading an image, it now tries to ensure that the lower right part is not outside the screen if not necessary.
Fixed a bug with compressed TGA files.
Fixed bug with the index not working on directories with a dot in their name.
Fixed problem with parts of the adjust colors dialog sometimes appearing behind the taskbar.
Added a 'Reload from file' function.
Version 4.0
Added an installation program (setup.exe).
Added a bunch of new command line options:
-onlyone Close any previous instance before display the new image
-close Close all Image Eye instances
-fullscreen Start in 'Full screen' mode
-fitvideo Automatically fit video mode (combined with -fullscreen)
-title=text Set the window title to 'text'
-pos=x,y Show the window at screen coordinates x,y
-index Show index for supplied directory
-slide Create and show a slideshow for supplied directory
Added support for reading PhotoShop (.PSD) files (Grayscale, Indexed, Duotone and RGB, 8bits/component modes only).
Added support for reading raw image files (.RAW). This pops up a dialog where you enter the necessary parameters. Added support for writing raw interleaved RGB files.
Added a 'Create slideshow script' options dialog (appears when you select the Slideshow command from the Viewer or from the Index).
Added 'Hide progress bar' and display 'Full file path' options to the Viewer properties.
Added a 'Show full directory path in title bar' option and a 'Background color' button to the Index properties.
Version 3.9
Added a 'Paste from clipboard' command.
Added a 'Trim image to window' command to the view menu. (it is only available when the window is smaller than the image).
Added a bunch of keyboard shortcuts for common commands (see the viewer and index command sections of the help file). Examples: Ctrl-W (size image to window) and Ctrl-I (size window to image).
Added a 'Close all image windows' command (Shortcut: Ctrl-Alt-X).
Added a 'Delete this & show next' function (Shortcut: Ctrl-X).
The index now uses the default GUI font - which hopefully should make filenames containing e.g. Japanese multi-byte characters display better.
Fixed bug with not removing the files during an uninstall.
Now restores the original video mode upon exit (if you had changed it from within Image Eye).
Version 3.8
Added a Display → 'Fit to image' command that automatically selects the video mode with the best resolution for viewing an image (it wont change the bit depth though, as that would be much slower...).
Added an 'Auto fit video mode' option. Also added an 'Auto shrink when too large' option. These two only work when the window is maximized (as they make most sense then).
Added an 'Automatically create cache files' option for the index.
Added 'capture a screen shot' and 'capture a window shot' commands to the viewer → File submenu.
Added a 'sharpness' slider in the 'adjust colors' dialog (for technical reasons, this control is only enabled when viewing true-color images in true-color video modes).
Removed the 'preview' button from the 'adjust colors' dialog and added a 'reset' button in its stead. Preview is now done automatically whenever you release one of the sliders!
Add a 'show negative' command to the view menu that 'inverts' all colors. This can be usefull for picking out details when viewing deep-sky photographs, or if you actually have negative photographs...
Add 'set AutoSizeImage On/Off' and 'set AutoVideoMode On/Off' commands to the slide show scripting language.
Version 3.7
Windows 3.1/Win32s support has (finally) been dropped. This was necessary because I have switched to a newer compiler which has no Win32s support. W3.1 users should continue using Image Eye v3.6!
The program now loads slightly faster!
Added an 'Adjust colors' command to the View menu. As the name implies it lets you adjust the color of the image - using the following parameter set: contrast, brightness, color saturation, overall intensity, red-, green-, and blue-component intensities.
Added 'zoom' commands to the View menu which let you zoom the image to 50, 75, 100, 150, 200, 300, or 400% of its original size.
Added mouse wheel support for the index window.
Fixed yet another bug with some kinds of TIFF files.
Version 3.6
Added a file date display option for the index window properties.
Added commands to sort the icons in the index window by name, file size, file date, or image size.
The Next/Previous image file command in the image window now skips any files of zero size (typical of interrupted internet downloads) as well as when encountering other 'bad' files.
The 'autosize image' option now leaves the last image in place until the new, resampled, image has been calculated.
Fixed a 'sort-of-bug' with hanging when reading some strange GIF files having larger 'local image size' than 'global image size'.
Fixed a problem with some uncompressed TIFF files.
Version 3.5
The index 'thumbnail' images can now be cached on disk for faster display (this feature works best in true-color mode). You manage the cache manually by using 'Save cache', 'Update cache' or 'Remove cache' from the index window's context menu. The cache is never created automatically which means your disk will not be filled with Image Eye Index cache files where you do not want them. The cache files (ImageEye.iei) can optionally be compressed reducing the disk space usage (typically by about 20%).
Added a 'Delete file' command to the context menu for the icons in the index window.
Added .GIF file format export.
The space bar now has the same function as the PgDn key in the viewer (i.e. display next image in the current directory).
Fixed bug with hanging on reading many 'animated' (multi-image) GIFs.
Version 3.3
Added support for 'progressive scan' JPEG files. The JPEG decoder is also slightly faster for 'normal' JPEG files due to a more effective use of the CPU cache.
Added a 'Display' submenu top the right mouse button image menu so you can easily change video mode (if you have Win98 or NT4 then you should also be able to select color bit depth).
Added 'Rotate image +90°', 'Rotate image -90°', 'Mirror image vertically' and 'Mirror image horizontally' commands to the view submenu.
Added 'mouse wheel' support for vertically scrolling images (req. Win98 or NT4 and a Msft Mouse 2 or similar to work).
Added a 'Slideshow' command to the right mouse button menu (for both the viewer and the index windows). It creates and runs a slideshow script for all the images in the current directory.
Fixed problem with not always receiving the 'long file name' when launching images from e.g. the Explorer (which also made the next/previous image command fail when started with a 'short' file name).
Fixed a bug with the slide show script 'delay key' command.
Version 3.2
Much more 'forgiving' when reading corrupted GIFs and JPEGs: In other words it should no longer crash as often if you e.g. try to read a GIF that you started downloading from the net but interrupted before the whole image was finished...
For the astronomers out there, I have added FITS support (Flexible Image Transport System v1.1, .FIT files).
Added support for TIFF images using CCITT Group 3 (T.4) or Group 4 (T.6) fax compression.
Added support for 16bit and 32bit .BMP files.
Now uses the Windows shell for the file → delete command which means that deleted files end up in the recycle bin.
No longer associates .ICO or .CUR files with Image Eye since Windows built in 'live icons' are better (you can still open them explicitly using the open file dialog).
Killed a handful of bugs.
Version 3.1
This is the first officially promoted release of Image Eye.
Removed the 'nag box' from the unregistered versions (it was a little too cruel...) - instead the text 'unregistered' is painted in the upper left corner of images and the software will disable itself after 30 days of use. The slide show feature is now also available in the unregistered version.
Added view → Next image file / view → Previous image file (also accessible through the PgUp / PgDn keys) to quickly view the (alphabetically) next / previous image in the current directory.
Added 'optional' support for .FIF files - Fractal Image Files. To enable it, you must have installed Iterated Systems free 32bit decoder library; Deco_32.dll version 6.0 or later. This file can downloaded from my www site.
Image files must now have the correct file extension to be recognized by the index feature. The previous version tried to determine if it was an image file even if it had an incorrect extension. However, some file types simply were not constructed in such a way that they can be 100% reliably detected which sometimes caused the index feature to load a non-image file as some image file type, which in turn could make it crash...
The first time the program is installed, it now asks if it should associate file types with itself. There's also a little checkbox that you can use to toggle all file associations on or off.
Added new slide show script command "delay key" to wait for a keypress.
Fixed a bug with missalignment of some 4bit .BMP files.
Fixed a bug that made it crash on a few .GIF files.
Fixed a serious bug in the printing code.
Added the option to measure the time it takes to load an image - for comparing performance with other viewers...
Licensed the LZW algorithm used in GIF and TIFF files from Unisys.
Version 3.0
First 32-bit Windows release.
Version 2.1
Last of the (by now long forgotten) DOS versions.
What our users are saying
If you are looking for a fast and quality image viewer program with a clean user interface, it must be Image Eye.
It became my favorite program in short time. Also it doesn't use high system sources which makes it user friendly.
Dr. Umut Yilmaz
Image Eye is the best software product I've ever purchased, I use it all the time and you always advise me of updates.
Thanks, Greg Lenz
I am an amateur photographer and scan in quite a few of my photographs. Image Eye
provides the best displays of any software I have used when I show friends my
photos. I assume it has to do with the method you use to dither, in any event
my photos have a very smooth look on the monitor with your software. I have
tried quite a large number of commercial, shareware and freeware programs but
Image Eye produces the most pleasing results for viewing of any I have used.
Richard Peterson
I must let you know that immediately after downloading Image Eye three days ago, linked from Voyetra, I wanted to register first chance.
I am very pleased with the output quality and slick presentation.
Unabashedly, I must tell you that this program is one-of-a-kind, not-to-mention the brains behind.
The Indexing, slideshow and view options.
My best regards,
E. Noly Pangilinan
Image Eye should be part of the Windows system.
I can't say how often I'm using Image Eye, because it is part of my system.
“Instrument Editor – Audio Converter – Music Performer“
Awave Studio is the swiss army knife of digital audio and computer music. It reads a veritable host of audio file formats from different platforms, synthesizers, trackers, mobile phones… — It can be used in a variety of ways; as a file format converter, as an audio editor, or as a synthesizer instrument editor.
Awave Audio's simple 3-step interface makes it as easy to convert a thousand files as one. It'll give you extremely high quality sample rate conversion, dithering, audio effects processing, and more…
StarStrider is a software planetarium, a virtual space-ship, an advanced 3D star chart, a solar system simulator, … It is both fun and educative, it is pure beauty and scientifically accurate.