home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / sharewar / instacro / icrop210.exe / _user1.cab / USERSETUP_LANGINDOSIND / readme.txt < prev   
Text File  |  2000-10-02  |  8KB  |  237 lines

  1. --------------------------------------------------------------------------------
  2.        InstaCropper 2.1 README file
  3.  
  4.        Copyright(c) 2000 UtahSoft
  5.  
  6.        info@utah3d.com
  7.        www.utah3d.com
  8. --------------------------------------------------------------------------------
  9.  
  10.  
  11. TABLE OF CONTENTS
  12. =================
  13.  
  14. 1. Description
  15.  
  16. 2. Usages and Instruction
  17.      2.1 General Interface
  18.      2.2 Single Image Cropping
  19.      2.3 Multiple Image Cropping
  20.      2.4 Manual Mode Image Cropping
  21.      2.5 Shortcut Key List
  22.  
  23. 3. Options
  24.      3.1 Crop Options
  25.      3.2 Image Output Options
  26.  
  27. 4. New features in version 2.0
  28.  
  29. 5. Installation
  30.  
  31. 6. Status of the program 
  32.   
  33. 7. Distribution
  34.  
  35. 8. Registration
  36.  
  37. 9. Contacts
  38.  
  39.  
  40. --------------------------------------------------------------------------------
  41.  
  42.  
  43. 1. Description
  44.  
  45.     - InstaCropper is an image processing utility that crops unneeded parts 
  46.           of images, automatically. Its main function is to automatically crop 
  47.           white backgrounds.  This automatic cropping is available either 
  48.           by the batch process or by the interactive method.
  49.       In the batch processing following order of the images are 
  50.           processed: the images are chosen from the source directory, 
  51.           the non-image areas are cropped, and finally the only true image areas 
  52.           are saved into the files at the destination directory. (see section 
  53.           2.3 below) In interactive mode you can selecte an image to be 
  54.           cropped and previewed on a window, save the cropped image into a file, 
  55.           use the noise filtering which means that the non-image areas with 
  56.           small dots are automatically cropped, and filter the image via the 
  57.           adjusting the filter size control button and the threshold 
  58.           control button. (see section 2.2 below)
  59.  
  60.     - Manual cropping allows users to rotate and crop an individual image 
  61.           simply and easily by the manual method.
  62.  
  63.     - InstaCropper supports JPG, BMP, TGA image file formats for input and 
  64.           output.
  65.  
  66.         - InstaCropper is freeware.
  67.  
  68.  
  69. 2. Usages and Instruction
  70.  
  71.      2.1 General Interface
  72.  
  73.          Main window of InstaCropper consists of four parts: 
  74.  
  75.      - Left part of the window -- is the harddisk drive and folder's 
  76.            tree box where scanned image can be chosen for the crop. 
  77.          - Upper right part of the window -- is the file list box for the 
  78.            selected directory. It will display both the files and folders 
  79.            at the selected directory level.
  80.          - Middle right part of the window -- is the cropping control box.
  81.          - Lower right part of the window -- is the two image views window box 
  82.            that show side by side the original and preview of the cropped 
  83.            image instantly as you adjust the controls in the control box.
  84.  
  85.      2.2 Single Image Cropping
  86.          
  87.     The single image cropping is started once you select from the folder's 
  88.         tree box an image to work with. The original image and preview image 
  89.         will be shown at the two image views window box(i.e., Lower right part of 
  90.         the window).
  91.       
  92.     You can use cropping control box to adjust the parameters for 
  93.         the cropping. Once you are done with the cropping you can save 
  94.         the cropped image into an image file.  
  95.  
  96.      2.3 Multiple Image Cropping
  97.        
  98.     You can crop multiple images by the batch process.
  99.     In the batch process dialog box, you can choose Source Image Directory 
  100.         and Output Image Directory. The Source Image Directory is a directory 
  101.         original images are, while the Output Image Directory is where cropped 
  102.         images will be saved.
  103.         
  104.     When image file's prefix or postfix is selected and specified, either 
  105.         the specified prefix or the postfix is added to the original file name 
  106.         when the output files are created in the output folder.
  107.          
  108.     When the subfolder option is checked, files in sub-folders are cropped 
  109.         and Output directory will have the same sub-folders as the source 
  110.         directory.
  111.  
  112.      2.4 Manual Mode Image Cropping
  113.  
  114.     In manual crop mode the original image is displayed can be rotated or 
  115.         cropped. You can rotated the image by entering rotation angle or turning 
  116.         a dial using the mouse. You can crop the image by selecting an area 
  117.         with mouse, and then you can move or resize the area.
  118.         
  119.         After rotation and cropping, you can save the image.
  120.          
  121.      2.5 Shortcut key List
  122.     
  123.     In list box:
  124.          CTRL+1 - Large icon view
  125.          CTRL+2 - Small icon view
  126.          CTRL+3 - Report view
  127.  
  128.     General:
  129.          CTRL+S - Save Preview Image
  130.          CTRL+B - Call Batch Process Dialog
  131.          CTRL+M - Call Manual Cropping Dialog
  132.  
  133.  
  134. 3. Cropping Options
  135.  
  136.      3.1 Cropping Options
  137.  
  138.          - Gray level threshold:
  139.  
  140.            Distinguishes backgrounds from image area. The value ranges 
  141.            between 1 and 255.
  142.    
  143.        For example, if the gray level value is 200 then the pixels 
  144.            with values over 200 are considered as background pixels 
  145.            while the pixels smaller than or equal to 200 are considered 
  146.            to be the true image pixels. Thus, the smaller gray value will 
  147.            make darker pixels considered as background pixels. 
  148.  
  149.          - Noise filtering: 
  150.       
  151.            Filters the noises out of an image.
  152.  
  153.          - Filter size: 
  154.     
  155.        This is the dimension of the filter matrix. 
  156.            For example, the value 7 means 7 x 7 filter that will be 
  157.            applied to the image.  Usually the larger the dimension will 
  158.            provide better filtering of an image. The size can be only 
  159.            an odd number.
  160.  
  161.          - Threshold:   
  162.       
  163.            This is the number of pixels in the filter matrix that determines 
  164.            whether the center pixel is considered noise or true image pixel. 
  165.            For example, if the threshold is 4 while the filter size is 3, 
  166.            then the center pixel is considered true image pixel.  
  167.  
  168.            Image pixel means a pixel that was considered as part of an image 
  169.            by the Gray level threshold.
  170.  
  171.      3.2 Image Output Options
  172.  
  173.          InstaCropper supports JPEG file (JPG), Windows Bitmap (BMP), 
  174.          Targa (TGA) image formats.
  175.  
  176.          You can select an output image format so that all the images are 
  177.          saved into that format or let the output image format the same 
  178.          as source image format.
  179.  
  180.  
  181. 4. New features in version 2.1
  182.  
  183.    - Auto rotation
  184.    - Widnow resizing
  185.    - Loading previous or next imaga in the current folder in manual cropping 
  186.    - Outward and inward direction selection in crop edge control
  187.    - Default file name when saved (Thanks to the advice from Craig Morrison)
  188.    - Image dimension display on the status bar
  189.    - Current file name display
  190.    - Saving an image in square dimension (This is supposed to be useful to
  191.      make a lot of thumbnail images for web page creation. 
  192.      By request of Jin Yang)
  193.    - Selecting background fill color for square dimensiong saving and
  194.      outward direction edge crop.
  195.    - Several cosmetic change
  196.    - Allow filter size of 1
  197.  
  198.  
  199. 5. Installation
  200.      
  201.      The program is for Windows 95, Windows NT and Window 98.
  202.      Run "icrop210.exe" and follow the on-screen instructions to install
  203.      InstaCropper version 2.1.
  204.  
  205.  
  206. 6. Status of the program 
  207.  
  208.      This program is freeware. 
  209.  
  210.  
  211. 7. Distribution
  212.   
  213.      This program can be distributed freely. 
  214.      Dropping an e-mail will be appreciated if you going to include 
  215.      this program on a CD compilation, but you don't have to.
  216.  
  217.  
  218. 8. Registration
  219.  
  220.      The program is free.
  221.  
  222.      THIS SOFTWARE, AND ALL ACCOMPANYING FILES, DATA AND MATERIALS,
  223.      ARE DISTRIBUTED "AS IS" AND WITH NO WARRANTIES OF ANY KIND,
  224.      WHETHER EXPRESS OR IMPLIED. Good data processing procedure dictates
  225.      that any program be thoroughly tested with non-critical data
  226.      before relying on it. The user must assume the entire risk of
  227.      using the program.  
  228.  
  229.  
  230. 9. Contacts
  231.  
  232.      Any comments on the program are very welcomed. Your valuable advice will 
  233.      help improving InstaCropper.
  234.  
  235.      info@utah3d.com
  236.      www.utah3d.com
  237.