Dec 102017
Hiview is a freeware JPEG/GIF/TGA file viewer for video cards with the TSENG 4000, ATI, TRIDENT 8900, AHEADA/B, Chips&Tech, Everex, Genoa, Oak, Paradise,Tseng 3000, and Video 7 chipsets. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
AHEADA.GRD | 287 | 238 | deflated |
AHEADB.GRD | 267 | 216 | deflated |
ATIVGA.GRN | 532 | 411 | deflated |
CHIPS.GRD | 282 | 229 | deflated |
COPYING | 1470 | 752 | deflated |
COPYING.DJ | 2648 | 1083 | deflated |
COPYING.FSF | 12737 | 4815 | deflated |
COPYING.GRX | 4044 | 1610 | deflated |
DITHER.C | 7115 | 1689 | deflated |
DITHER.H | 1345 | 499 | deflated |
EMU387 | 32332 | 13908 | deflated |
ET4000.GRN | 649 | 488 | deflated |
EVEREX.GRD | 311 | 261 | deflated |
FNSPLIT.C | 1158 | 455 | deflated |
GENOA.GRD | 285 | 228 | deflated |
HICOLOR.C | 4308 | 1522 | deflated |
HICOLOR.H | 631 | 329 | deflated |
HIVIEW.DOC | 9587 | 3851 | deflated |
HIVIEW.EXE | 162562 | 75376 | deflated |
HIVIEW4.EXE | 166658 | 76505 | deflated |
JCONFIG.H | 11602 | 4187 | deflated |
JDCOLOR.C | 9450 | 2890 | deflated |
JDMCU.C | 6395 | 2279 | deflated |
JMEMMGR.C | 36911 | 7978 | deflated |
JQUANT1.C | 22524 | 6868 | deflated |
JQUANT2.C | 43460 | 12205 | deflated |
JRDGIF.C | 20656 | 6409 | deflated |
JRDTARGA.C | 12286 | 3921 | deflated |
JVERSION.H | 359 | 237 | deflated |
LOGCALC.C | 182 | 150 | deflated |
MAKCJPEG.LST | 199 | 115 | deflated |
MAKDJPEG.LST | 219 | 123 | deflated |
MAKEFILE | 6506 | 1934 | deflated |
MAKEFILE.486 | 6624 | 1987 | deflated |
MAKEFILE.OPT | 6618 | 1984 | deflated |
MKHIVIEW.LST | 291 | 155 | deflated |
MKJVIEW.LST | 272 | 145 | deflated |
MYPOW.C | 3615 | 1365 | deflated |
MYPOW.H | 25 | 25 | stored |
OAK.GRD | 259 | 203 | deflated |
OPTIMIZE.LST | 123 | 98 | deflated |
PARADISE.GRD | 263 | 208 | deflated |
RANGE.C | 2598 | 446 | deflated |
RANGECAL.C | 373 | 142 | deflated |
README.IJG | 19090 | 7727 | deflated |
README.TXT | 1744 | 789 | deflated |
TODO.DOC | 804 | 480 | deflated |
TR8900.GRN | 578 | 434 | deflated |
TRIDENT.GRD | 300 | 250 | deflated |
TSENG3K.GRD | 307 | 241 | deflated |
VGA.GRD | 229 | 170 | deflated |
VIDEO7.GRD | 331 | 279 | deflated |
VIEWER.C | 57074 | 13726 | deflated |
VIEWER.H | 1814 | 739 | deflated |
Download File HV12.ZIP Here
Contents of the README.TXT file
The files in distribution:
hiview.exe The executable for 386 computers, compiled with djgcc
hiview4.exe The executable for 486 computers, compiled with djgcc
hiview.doc document for hiview
emu387 The 387 emulator, provided by djgcc
*.grn Various graphics drivers in the "new" format
README.IJG The readme and legal limitations on the Independent JPEG
Group sources
COPYING Policies on copying the sources and other files
COPYING.DJ Included from the djgpp distribution
COPYING.FSF The FSF copyright notice
src\viewer.c the main part of the program
src\dither.c the FS dithering algorithms by Bruce ([email protected])
modified to use 32 bit integer math
src\hicolor.c no longer used. used to be the hicolor support part
src\fnsplit.c fnsplit, ala Borland C
src\jrdgif.c modified from the JPEG distribution
src\jrdtarga.c " " " " "
src\jmemmgr.c " " " " "
src\todo.doc planned improvements and a general plea for your help
src\*.h various header files.
src\makefile the makefile for hiview.out
src\makefile.opt the makefile for optimized executable
src\*.lst list of files required by the make file to avoid the
command line length limitation of MSDOS
src\jdcolor.c version 3a of IJG code, slightly modified.
src\jquant*.c
src\jdmcu.c
src\range.c for speeding range checking
src\mypow.c integer only routine for pow(x,y).
src\jversion.h version number 3a for IJG code.
src\jconfig.h I can't remember what I modified here. Probably nothing!
src\*calc.c calculate the log and range tables for mypow.c and range.c
hiview.exe The executable for 386 computers, compiled with djgcc
hiview4.exe The executable for 486 computers, compiled with djgcc
hiview.doc document for hiview
emu387 The 387 emulator, provided by djgcc
*.grn Various graphics drivers in the "new" format
README.IJG The readme and legal limitations on the Independent JPEG
Group sources
COPYING Policies on copying the sources and other files
COPYING.DJ Included from the djgpp distribution
COPYING.FSF The FSF copyright notice
src\viewer.c the main part of the program
src\dither.c the FS dithering algorithms by Bruce ([email protected])
modified to use 32 bit integer math
src\hicolor.c no longer used. used to be the hicolor support part
src\fnsplit.c fnsplit, ala Borland C
src\jrdgif.c modified from the JPEG distribution
src\jrdtarga.c " " " " "
src\jmemmgr.c " " " " "
src\todo.doc planned improvements and a general plea for your help
src\*.h various header files.
src\makefile the makefile for hiview.out
src\makefile.opt the makefile for optimized executable
src\*.lst list of files required by the make file to avoid the
command line length limitation of MSDOS
src\jdcolor.c version 3a of IJG code, slightly modified.
src\jquant*.c
src\jdmcu.c
src\range.c for speeding range checking
src\mypow.c integer only routine for pow(x,y).
src\jversion.h version number 3a for IJG code.
src\jconfig.h I can't remember what I modified here. Probably nothing!
src\*calc.c calculate the log and range tables for mypow.c and range.c
December 10, 2017
Add comments