home *** CD-ROM | disk | FTP | other *** search
- IMAGE TOOLS package contains easy to use graphics library. It is compiled in
- both: DLL and LIB format. This directory contains Microsoft C/C++ compatible
- library files.
- Manual is itool.doc. It is in MS Word format.
- Installation is organized in two subdirectories:
- 1. LIBRARY subdirectory contains all files neccesary to use Image Tools
- library. These are:
- image_ef.lib - effects Microsoft C/C++ library,
- image_ls.lib - image file manage Microsoft C/C++ library,
- image_ef.h - header to be used with image_ef.lib or im_efm.lib,
- image_ls.h - header to be used with image_ls.lib or im_lsm.lib,
- syspic.h - header that is to be used with all *.lib and should
- be included before image_XX.h,
- liberror.h - header that symbols for error return codes,
- liberror.hh - file that contains error strings and can be used
- in resource file.
- This subdirectory also contains library demo program:
- libdemo.exe - Windows program with implemented routines for reading and writing
- image files and applying effects
-
- 2. SOURCE subdirectory contains complete source code for libdemo.exe program
- which can be compiled in Microsoft C/C++ for Windows version 7.0 and newer:
- img_demo.c
- img_demo.h
- imgdcon.h
- libdemo.rc
- img_demo.ico
- libdemo.def - define file for library demonstration
- libdemom.mak - makefile for Microsoft C/C++ PWB
-
- Note: you should check out include and library subdirectories that are specified in
- your installation of MS C/C++
-
- If you want to compile sources for demo program on your own
- (without our project files) be sure to use large memory model.
-
- You should be aware that this is only demo version of our package.
- This means you can use every library/DLL routine ONLY TWICE when your application
- (or our demo program) starts. For all subsequent calls (to any of it's routines)
- library returns error code.
- If you want to obtain licensed version of this package (without limitations)
- take a look at the PRICE.TXT file.
- We can upload to your E-mail address non-limited royalty free version within
- 24 hours after registration.
-
-