var fDesc=new Array(); fDesc[0] = "HoneyView3: Yet another very fast image/comic/manga viewer.
Download
- OS reqirements: Windows 2000/2003/XP/Vista/7
- Download: HV3-20090525-ENG.EXE(5045KB) (32+64bit version)

About
Features
HV3 is a very fast image/comic viewer that supports archived file.
- Supported Image formats: BMP, JPG, GIF/Animation GIF, PNG, TGA, PSD, JPEG 2000(JP2, J2K), JPEG XR/HD Photo(WDP, HDP), DNG(Adobe Digital Negative)
- Archived Image files: ZIP/CBZ, RAR/CBR, ALZ, LZH, TAR, 7Z
- Supports 64bit OS(x64)
- Fast jpeg image loading by using x86 SIMD extension for IJG JPEG library.
- Fast Jpeg2000 image loading by using kakadu JPEG200 image library.
- Fast image processing(resizing,filtering) by optimization.
- Supports variable archive file by using 7-zip.dll under LGPL.
- Supports Unicode. So you can see any foreign code-page (file name) image files.
- Supports auto rotate image by EXIF information.
- Supports auto update check. So if you want to disable this feature, turn off option at setting dialog."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }