home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 October / PCWorld_2006-10_cd.bin / multimedia / paintnet / PaintDotNet_2_72.exe / PaintDotNet.msi / _10DE486A447C4AD77341EBD5C7C12E45 < prev    next >
Text File  |  2006-07-29  |  9KB  |  226 lines

  1. <html>
  2.  
  3. <!-- #BeginTemplate "pdn_help.dwt" -->
  4.  
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  7. <!-- #BeginEditable "title" -->
  8. <title>Paint.NET Help - Image Menu</title>
  9. <!-- #EndEditable -->
  10. <link rel="stylesheet" type="text/css" href="../stylesheet.css">
  11. </head>
  12.  
  13. <body>
  14.  
  15. <div id="banner">
  16.     <img border="0" src="../images/logo.png" width="229" height="73" align="left"><p><b><br>
  17.      </b></p>
  18. </div>
  19. <div id="leftnav">
  20.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  21.         <li><a href="index.html">Overview</a><br>
  22.         </li>
  23.         <li><a href="Features.html">Features</a><br>
  24.         <a href="Tutorials.html">Tutorials</a><br>
  25.         </li>
  26.     </ul>
  27.     <h3>User Interface</h3>
  28.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  29.         <li><a href="KeyboardMouseCommands.html">Keyboard & Mouse Commands</a></li>
  30.         <li><a href="MainWindow.html">Main Window</a></li>
  31.         <li><a href="MenuBar.html">Menu Bar</a>
  32.         <ul class="toc">
  33.             <li><a href="File.html">File</a></li>
  34.             <li><a href="Edit.html">Edit</a></li>
  35.             <li><a href="View.html">View</a></li>
  36.             <li><a href="Image.html">Image</a></li>
  37.             <li><a href="Layers.html">Layers</a>
  38.             <ul class="toc">
  39.                 <li class="comment"><a href="RotateZoom.html">Rotate / Zoom</a></li>
  40.                 <li><a href="Adjustments.html">Adjustments</a>
  41.                 <ul class="toc">
  42.                     <li><a href="Curves.html">Curves</a></li>
  43.                     <li><a href="Levels.html">Levels</a></li>
  44.                 </ul></li>
  45.             </ul></li>
  46.             <li><a href="Effects.html">Effects</a></li>
  47.             <li><a href="Tools.html">Tools</a></li>
  48.             <li><a href="Window.html">Window</a></li>
  49.             <li><a href="Help.html">Help</a></li>
  50.             <li><a href="Toolbar.html">Toolbar</a></li>
  51.         </ul>
  52.         </li>
  53.         <li><a href="ToolsWindow.html">Tools Window</a><ul class="toc">
  54.             <li><a href="SelectionTools.html">Selection Tools</a></li>
  55.             <li><a href="MoveTools.html">Move Tools</a><br>
  56.             <a href="MagicWand.html">Magic Wand</a><br>
  57.             <a href="Paintbrush.html">Paintbrush</a></li>
  58.             <li><a href="EraserTool.html">Eraser Tool</a></li>
  59.             <li><a href="PixelTools.html">Pixel Tools</a></li>
  60.             <li><a href="ShapeTools.html">Shape Tools</a></li>
  61.             <li><a href="LineCurve.html">Line / Curve Tool</a></li>
  62.             <li><a href="TextTool.html">Text Tool</a></li>
  63.             <li><a href="PaintBucket.html">Paint Bucket</a></li>
  64.             <li><a href="CloneStamp.html">Clone Stamp</a></li>
  65.             <li><a href="RecolorTool.html">Recolor Tool</a></li>
  66.         </ul>
  67.         </li>
  68.         <li><a href="HistoryWindow.html">History Window</a></li>
  69.         <li><a href="LayersWindow.html">Layers Window</a></li>
  70.         <li><a href="ColorsWindow.html">Colors Window</a></li>
  71.         <li><a href="StatusBar.html">Status Bar</a></li>
  72.     </ul>
  73.     </li>
  74.     <h3>Other</h3>
  75.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  76.         <li><a href="FAQ.html">FAQ (Frequently Asked Questions)</a></li>
  77.         <li><a href="UnattendedInstallation.html">Unattended Installation</a></li>
  78.         <li><a href="SystemRequirements.html">System Requirements</a></li>
  79.         <li><a href="WebLinks.html">Web Links</a></li>
  80.         <li><a href="License.html">License</a></li>
  81.     </ul>
  82. </div>
  83. <div id="content">
  84.     <!-- #BeginEditable "content" -->
  85. <h2>Image Menu</h2>
  86. <p>    This menu contains commands that affect all layers of the current image. 
  87.     This contrasts to the commands in the <a href="Layers.html">Layers menu</a>, which only affect the 
  88.     currently active layer.</p>
  89.     <blockquote>
  90.         <img border="0" src="Images/ImageMenu.png"><p> </p></blockquote>
  91.     <ul>
  92.         <li>
  93.         <h3><a name="CropToSelection"></a>Crop to Selection
  94.         </h3><p>This menu item is only available if a selection is active. 
  95.         Clicking on this menu item will cause the image to be replaced with only 
  96.         the area that was selected. If the selection is not a rectangle or 
  97.         square, then the bounding rectangle around the selection will be used. 
  98.         However, the pixels that were not in the selection will be made 
  99.         transparent.</p>
  100.         
  101.         <p>Original image:</p>
  102.         <img border="1" src="../images/bmw.jpg">
  103.         
  104.         <p>Here we have selected the area we want to crop:</p>
  105.         <img border="1" src="../images/bmw_selected.jpg">
  106.         
  107.         <p>Here is the new image after having clicked on the Crop to Selection 
  108.         menu item. Note that the bounding rectangle of the selection outline was 
  109.         used to determine the new image's size, but that any pixel that was 
  110.         outside of the selection was made transparent. Also, keep in mind that 
  111.         the checkerboard pattern is used to indicate areas of the image that are 
  112.         transparent. It is not actually part of the image.</p>
  113.         <img border="1" src="../images/bmw_irregular_cropped.jpg">
  114.         
  115.         </li>
  116.         <li>
  117.         <h3><a name="Resize"></a>Resize
  118.         </h3><p>This command lets you change the size of the image. In so doing, 
  119.         the image is either stretched or shrunken to the size you specify. You 
  120.         may specify a relative percentage to resize the image by, or you specify 
  121.         the absolute pixel or print size that you desire. If the "Maintain 
  122.         aspect ratio" option is checked, then typing a new Width value will 
  123.         maintain a proportional Height value, and vice versa.</p>
  124.         
  125.         <p>If you choose to modify the print size of an image, the pixel size 
  126.         will be based on the resolution, which defaults to 96 pixels per inch, 
  127.         which is the same as 37.8 pixels per centimeter. For example, if you 
  128.         specify the image to be 1 inch wide, and the resolution is 96 
  129.         pixels/inch, then the image will be resized to be 96 pixels wide.</p>
  130.         
  131.         <p>You can use this dialog to affect the print size of an image by 
  132.         adjusting just the resolution. Note that if you only modify the 
  133.         resolution of the image, the pixel size will remain the same and no 
  134.         resampling is performed. </p>
  135.         
  136.         <p>There are multiple types of resampling that you may choose. 
  137.         "Resampling" is the process of computing what the new pixels should be 
  138.         based on what the old pixels are. Some algorithms produce better looking 
  139.         results, but take longer to complete. It is recommended that you use the 
  140.         default option, "Best Quality," unless you have a specific need for and 
  141.         understanding of the other choices (Bilinear, Bicubic, and Nearest 
  142.         Neighbor). Best Quality will automatically choose either Bicubic or 
  143.         Super Sampling depending on the new size that you specify.</p>
  144.         <h3></h3><img border="0" src="Images/ResizeDialog.png">
  145.         
  146.         <p>Original image:</p>
  147.         <img border="1" src="../images/bmw.jpg">
  148.         
  149.         <p>After being enlarged, using the Resize command:</p>
  150.         <img border="1" src="../images/bmw_after_enlarge.jpg">
  151.         
  152.         <p>After being shrunken, using the Resize command:</p>
  153.         <img border="1" src="../images/bmw_after_shrink.jpg">
  154.         </li>
  155.         <li>
  156.         <h3><a name="CanvasSize"></a>Canvas Size
  157.         </h3><p>This command lets you enlarge or shrink the image canvas without 
  158.         changing the size of the image itself. It works similarly to the Resize 
  159.         dialog, but adds an Anchor selection. </p>
  160.         <h3>
  161.         </h3>
  162.         <img border="0" src="Images/CanvasSize.png">
  163.         
  164.         <p>Original image:</p>
  165.         <img border="1" src="../images/bmw.jpg">
  166.         
  167.         <p>After enlarging the canvas and using the center anchor point:</p>
  168.         <img border="1" src="../images/bmw_after_canvas_size.jpg">
  169.         
  170.         <p>After shrinking the canvas and using the center anchor point:</p>
  171.         <img border="1" src="../images/bmw_after_canvas_shrink.jpg">
  172.         </li>
  173.         <li>
  174.         <h3><a name="Flip"></a>Flip
  175.         </h3><p>This submenu allows you to flip the image horizontally or 
  176.         vertically.</p><h3>
  177.         
  178.         </h3><p>Original image:</p><h3>
  179.         <img border="1" src="../images/bmw.jpg">
  180.         
  181.         </h3><p>After being flipped horizontally:</p><h3>
  182.         <img border="1" src="../images/bmw_after_horiz_flip.jpg">
  183.         </h3></li>
  184.         <li>
  185.         <h3><a name="Rotate"></a>Rotate
  186.         </h3><p>This submenu gives you several commands for rotating the image 
  187.         by 90, 180, or 270 degrees in either the clockwise or counter-clockwise 
  188.         directions.</p><h3>
  189.         
  190.         </h3><p>Original image:</p><h3>
  191.         <img border="1" src="../images/bmw.jpg">
  192.         
  193.         </h3><p>After being rotated 90 degrees clockwise:</p>
  194.         <img border="1" src="../images/bmw_after_90_cw_rotate.jpg"><h3>
  195.         
  196.         </h3></li>
  197.         <li>
  198.         <h3><a name="Flatten"></a>Flatten
  199.         </h3><p>This takes the multiple layers of an image and combines them 
  200.         into one layer. It is only available if the image has more than one 
  201.         layer.</p></li>
  202.     </ul>
  203.  
  204.  
  205.     </blockquote>
  206.  
  207.  
  208.     <!-- #EndEditable -->
  209.     <h4><br>
  210.     <br>
  211.     </h4>
  212.     <p align="center">
  213.     <font color="#808080" size="1">Copyright <font face="Times New Roman">⌐ 2006 </font>
  214.     Rick Brewster, Tom 
  215.     Jackson, and past contributors. Portions Copyright
  216.     <font face="Times New Roman">⌐ 2006 </font>Microsoft Corporation. All Rights Reserved.</font><font size="1"> <br>
  217.     </font>
  218. </div>
  219. </b>
  220.  
  221. </body>
  222.  
  223. <!-- #EndTemplate -->
  224.  
  225. </html>
  226.