home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / apps / image / !Image / Docs / P12 < prev    next >
Encoding:
Text File  |  1994-05-23  |  3.1 KB  |  85 lines

  1.  
  2. Resizing Images
  3. ---------------
  4.  
  5. Image can resize a picture in several ways :
  6.  
  7.   Scale  - Scales the picture (up or down) to the desired size
  8.   
  9.   Crop   - Crops a picture
  10.   
  11.   Tile   - Repeats a picture the required number of times to fill new size
  12.   
  13.   Extend - Extends a picture outwards by adding blank areas (3 types)
  14.   
  15.   
  16. The resize control window contains several icons allowing each of the above
  17. to be performed. In the centre of the window are icons grouped under the
  18. label 'Size'. These icons allow the user to specify the size to resize to for
  19. all but the 'crop' resize operation. 
  20.  
  21. By selecting the 'Reset' icon the values in the 'Size' icons will be filled
  22. with the size of the current picture, whilst 'Current' fills it with the size
  23. at the current magnification.
  24.  
  25. If you enter a value in the icon marked 'Percentage' and select the 'Set'
  26. icon the 'Size' icons will be filled with the size of the current picture
  27. altered to that percentage (ie. 50 will make them half the size, 200 twice
  28. the size).
  29.  
  30. By selecting the icon marked 'Thumb' the size icons will be filled with
  31. values to enable you to make a thumb nail picture. A thumb nail picture is a
  32. smaller representation of a picture for use in, say, a cataloguing system.
  33. This option takes the size of the picture and also two values from the
  34. 'Configuration' window (which define the max size for a thumb nail) and
  35. produce the correct values that keep the same aspect ratio.
  36.  
  37.  
  38. Scale
  39. -----
  40.  
  41. The Scale operation performs a standard scaling operation. The operation
  42. takes the whole picture and resizes it to fill the desired size. In Image
  43. scaling uses a bilinear interpolation, which means that the rescaling will be
  44. accurate - this means that if, say, you resize to twice the size you don't
  45. just get alternate pixels being the same as the one before.
  46.  
  47. Crop
  48. ----
  49.  
  50. The crop operation takes the portion of the picture currently visible in the
  51. display window and makes a picture comprising of just that area. Thus you can
  52. use the window resize and scroll bars in the display window to show the area
  53. you require and simply select 'Crop'.
  54.  
  55. Tile
  56. ----
  57.  
  58. The tile operation takes an input picture and produces an output (of the
  59. desired size) which is the input picture repeated (like tiles) the number of
  60. times necessary to fill the new size.
  61.  
  62. Extend
  63. ------
  64.  
  65. There are three extend operations, each make an output picture larger than
  66. the input, placing blank (black) around the input to fill the added areas.
  67. The three operations allow you to place the input picture in different
  68. positions in the output :
  69.  
  70.    Centre         - Places the input in the centre of the output
  71.    Top & Left     - Places the input in the top left corner of the output
  72.    Bottom & Right - Places the input in the bottom right corner of the output
  73.    
  74.  
  75. Note: The Extend and Tile operations will complain if you attempt to use them
  76. to reduce the size of a picture.
  77.  
  78. The 'Resize' Drag Icon
  79. ----------------------
  80.  
  81. At the bottom of the window is a slider icon. When you drag this icon the
  82. percentage icon is updated (along with the size icons) accordingly. This
  83. provides a simple way of working out the percentage you wish to scale a
  84. picture by to get a specific output picture size.
  85.