Free Evaluation Library
This copy of the Victor Image Processing Library can be used to test the Victor
functions in your own application. You can use a 32-bit programming language to
create Windows desktop applications and you can use ASP.NET to create online
applications for Windows-hosted servers. This is a fully functional copy of the
library, but is for evaluation purposes only and your license to use it expires
in 30 days.
|
Documentation vicman.zip (127 Kb) Victor Library User's Guide and Reference Manual. |
| Essentials | ||||
|
For VB.NET and ASP.NET vic32e.zip (135 Kb) Victor Library eval DLL. vicscan.zip (25 Kb) Victor DLL for TWAIN support. vicaspx.zip (9 Kb) ASP.NET Victor Library function declarations and data type definitions for VB.NET and C#. Includes vicdefs.aspx and vicread.aspx. |
For Visual Basic vic32e.zip (119 Kb) Victor Library eval DLL. vicscan.zip (25 Kb) Victor DLL for TWAIN support. vicdef32.txt (41 Kb) Victor Library function declarations and data type definitions |
For C# vic32e.zip (119 Kb) Victor Library eval DLL. vicscan.zip (25 Kb) Victor DLL for TWAIN support. vicwincs.zip (13 Kb) Victor definitions, prototypes, and helper functions in C#-class form. |
For C/C++ vic32e.zip (119 Kb) Victor Library eval DLL. vicscan.zip (25 Kb) Victor DLL for TWAIN support. vicheaders.zip (39 Kb) Headers and import libraries for creating a Victor C/C++ application. |
For Java vic32e.zip (119 Kb) Victor Library eval DLL. vicscan.zip (25 Kb) Victor DLL for TWAIN support. vic.zip (67 Kb) Victor Library Java Native Interface and bmp2jpeg, a simple example program to convert a BMP image to a JPEG image. |
| Sample Applications | ||||
|
For ASP.NET simpip.zip (18 Kb) ASP.NET server app to upload bmp, gif, jpeg, png, tiff files and perform simple image processing online. For VB.NET vicnet1.zip (25 Kb) VB.NET desktop app to load and save, display, and print an image. Clipboard copy and paste. Color reduction and pixel depth promotion. Includes Twain support to select a source and capture an image. Allows you to load and save bmp, gif, jpeg, png, and tiff files. It will automatically convert between file types as necessary. |
For VB6 loadpic.zip (17 Kb) Loadpic is a Visual Basic program to load and save, display, and print an image. Loadpic includes Twain support to select a source and capture an image. Loadpic allows you to load and save bmp, gif, jpeg, png, and tiff files. It will automatically convert between file types as necessary. For VB5 vic32vb.zip (14 Kb) VB5 example to load, display, and print images. |
For C# vicapp1cs.zip (26 Kb) Vicwin App1, example C# desktop program to load, process, save and display bmp, gif, jpeg, png, and tiff files. It will automatically convert between file types as necessary. |
For C/C++ loadnsho.zip (31 Kb) LoadNSho, example C program to load and display a single image. This is the first program you should create using your compiler and the Victor Library to make sure the compiler can find the necessary components. vic3vd5.zip (189 Kb) VicDemo is a full-featured image processing example program with scanner and printer support written in C. |
For Java Bmp2jpeg example program is included in vic.zip above. |