home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / windows / c / itool3 / library / img_demo.txt < prev    next >
Encoding:
Text File  |  1993-12-23  |  2.2 KB  |  53 lines

  1. Image Tools Demo is a sample program and it exists in
  2. two versions with minor differences: LIBDEMO.EXE for library
  3. demonstration and DLLDEMO.EXE for Dynamic Link Library demo.
  4. Usage is very simple:
  5. Menu bar consists of three menus:
  6. 1. FILE menu
  7.     a) Load Image: This option opens common dialog for loading
  8.                 images.
  9.                 Note: Program doesn't recognize extensions
  10.                 for himself, so it won't work if you choose
  11.                 BMP image type and try to load some demo.tga
  12.                 image.
  13.     b) Save Image: Using this option, you can save image in active
  14.                 image window in any format. All images are
  15.                 in 24-bit true color format after load, so that
  16.                 is a format in which they will be saved. If you
  17.                 want to save some image in 256 color format you
  18.                 have to convert it first by using proper option
  19.                 from OPTIONS menu. If you are saving animation
  20.                 format (FLI,FLC) then attempt to save to file
  21.                 with existing name will cause the program to
  22.                 append image to the end of the animation file
  23.                 (if the file is proper animation file of the same
  24.                 image size). If you want to save/append image to
  25.                             a FLI file, image size must be 320x200.
  26.  
  27.     c) Exit: This is option you should choose if you think
  28.                 there's nothing more to see in this demo.
  29.  
  30. 2. OPTIONS menu
  31.     a) Image info:         Gives you information on image
  32.     b) Remap colors:    Allows you to turn off remapping
  33.                 colors after loading image (gives you
  34.                 more speed, but only if you have
  35.                 24-bit graphics card)
  36.     c) Convert to 256:  Converts image to 8-bit format. This is
  37.                 useful if you want to save it (because
  38.                 some formats such as GIF allow only this
  39.                 image format).
  40.  
  41. 3. EFFECTS menu
  42.     Here you can choose between many various effect available in
  43.     this package. All effects work only on 24-bit images, so
  44.     you can't use it on images converted to 256 colors.
  45.     All effects are used with some default parameters, because
  46.     this is just a demo. If you want to test the SIZE effect,
  47.     change the size of image window and call the effect. After
  48.     that image will fit new window size.
  49.  
  50. WARNING: Due to the limitations of demo version you can
  51. load, save or use effects only twice before terminating application.
  52. After that every other attempt will cause error message.
  53.