home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / imageobj.zip / README.TXT < prev   
Text File  |  1995-06-30  |  6KB  |  127 lines

  1. IMAGE OBJECT PACK FOR VX-REXX - STANDARD EDITION DEMO
  2. Copyright (C) - 1995 by DB Technologies, Inc.
  3. All rights reserved.
  4.  
  5.  
  6. IMPORTANT NOTICE
  7. ======================================================================================
  8. This demo version of the Image Object for VX-REXX contains a LIMITED variant of the
  9. object found in the "Imaging Object Pack for VX-REXX - Standard Edition".
  10. The demo is being distributed for evaluation purposes only!  You may not include
  11. the IMAGEOBJ.DLL or the DBTIMG.DLL files in any software product! This demo package
  12. expires in October 1995 and will cease to operate at that time.
  13.  
  14. PRODUCT DESCRIPTION
  15. ======================================================================================
  16. The "Imaging Object Pack (version 1.0.0) for VX-REXX" is available in two editions:
  17.  
  18. + Standard Edition
  19. + Professional Edition.
  20.  
  21. The VX-REXX objects are wrappers around a core code OS/2 Custom Control (DBTIMGXX.DLL).
  22. Packaging the core code module as an OS/2 Custom Control provides DB Technologies, Inc.
  23. with several benefits, two of the most important being:
  24.  
  25. + Increased modularity providing easier maintenance and expandability.
  26.  
  27. + Increased marketability allowing DB Technologies, Inc. to reuse its core code modules
  28. in different products for use in different development environments such as C/C++,
  29. VX-REXX, VisualAge, OpenDoc, etc.
  30.  
  31. The "Imaging Object Pack (version 1.0.0) for VX-REXX - Standard Edition" consists of an
  32. object that reads, writes, and displays graphic images of various formats (see CURRENTLY
  33. SUPPORTED IMAGE FORMATS section below). The architecture of the object is such that
  34. new graphic formats can be added and distributed without requiring changes to the
  35. VX-REXX object. The VX-REXX object has the ability to query the supported graphic
  36. formats (from the OS/2 Custom Control DLL). Trying to load an unsupported format will
  37. provide the VX-REXX object with a specific error code.
  38.  
  39. Since you can read and write graphic images with the object, a complete graphic image
  40. converter is supplied and contained in the VX-REXX object itself! For example,you can
  41. load in a GIF image file and save it as a BMP, TIF, PCX, TGA, or other supported format
  42. file! Please note that this demo variant of the object will NOT write image files to disk!
  43. You must purchase the actual product to do this.
  44.  
  45. The Professional Edition consists of everything included in the Standard Edition and
  46. adds the following features:
  47.  
  48. + Image rotation, horizontal, vertical reflection, and image transposition capabilities.
  49. + Bits per pixel conversions.
  50. + Palette conversions.
  51. + Rectangular extraction.
  52. + Color space conversion (gamma correction).
  53. + Halftone and error diffusion capabilities.
  54. + Scale and size changes.
  55. + Animation capabilities.
  56. + C/C++ programming language support.
  57. + Printer support.
  58. + Scanner support.
  59. and more.
  60.  
  61. The "Imaging Object Pack (version 1.0.0) for VX-REXX - Standard Edition is scheduled
  62. to begin shipping on June 30, 1995. The Professional Edition will soon follow.
  63.  
  64. Introductory pricing is as follows:
  65.  
  66. Standard Edition:       $49.95 + S&H
  67. Professional Edition:   $149.95 + S&H
  68.  
  69. (Standard Edition customers will be able to upgrade to the Professional Edition for
  70. $100.00).
  71.  
  72. For additional information concerning this product contact:
  73.  
  74. DB Technologies, Inc.
  75. 2420 Briar Oak Circle
  76. Sarasota, Florida 34232
  77.  
  78. Sales Department: 1-800-830-8703
  79. Technical Info: 941-378-3760
  80. CompuServe: 72123,3661
  81. Internet: 72123.3661@compuserve.com
  82.  
  83.  
  84. CURRENTLY SUPPORTED IMAGE FORMATS
  85. ===============================================================================
  86. Bitmap (OS/2 1.1, 1.2, 2.0 / Windows 3.0 bitmap): .BMP, .VGA, .BGA, .RLE, .DIB, .RL4 files.
  87. GIF (CompuServe Graphics Interchange Format): .GIF files.
  88. PCX (ZSoft PC Paintbrush Image format): .PCX files.
  89. TIFF (Microsoft/Aldus Tagged Image File Format) : .TIF, .TIFF files.
  90. Targa (Truevision Targa/Vista bitmap): .TGA, .VST, .AFI files.
  91. ILBM (Amiga IFF / ILBM Interleaved bitmap format): .IFF, .LBM files.
  92. YUV12C (YUV12C M-Motion Frame Buffer) : .VID files
  93. Greymap (Portable Greyscale-map - binary P5 type): .PGM files.
  94. Pixmap (Portable Pixel-map - binary P6 type): .PPM files.
  95. KIPS (IBM KIPS): .KPS files.
  96. IAX (IBM Image Access eXecutive): .IAX files.
  97. XBitmap (X Windows bitmap) .XBM files.
  98. Sprite (Archimedes Sprite format from RiscOS): .SPR, .SPRITE files.
  99. PSEG (IBM Printer Page Segment): .PSE, .PSEG, .PSEG38PP, .PSEG3820 files.
  100.  
  101. FUTURE SUPPORT
  102. JPEG compression (July 1995 current customers will receive the JPEG update free as soon as it is available!)
  103. Metafile formats
  104. Other graphic formats.
  105.  
  106.  
  107.  
  108. DEMO LIMITATIONS
  109. =====================================================================================================================
  110. 1. Graphic Images can not be written out to disk.
  111. 2. Graphic image formats that support multiple images in a single file (such as TIF files) are not fully accessible!
  112.    This demo object will only be able to access a single image from such files (index 0). The MultiImageIndex property
  113.    is not available in this demo.
  114. 3. Numerous other limitations are present in this demo object relative to the release version of this object. See product
  115.    documentation for a full listing.
  116. 4. This demo stop working in October 1995! Discard or destroy it at that time!
  117.  
  118.  
  119. DEMO REVISIONS
  120. ======================================================================================================================
  121. June 30, 1995 - Fixed repaint problem in design mode when no actual image is loaded into the object.
  122.  
  123.  
  124. VX-REXX is a trademark of the WATCOM International Corporation.
  125. OS/2 is a trademark of the IBM Corporation.
  126.  
  127.