File indexing completed on 2024-12-22 04:16:26

0001 <?xml version="1.0" encoding="utf-8"?>
0002 <!DOCTYPE html>
0003 
0004 <html xmlns="http://www.w3.org/1999/xhtml">
0005 <head><title>Document Tools Plugin Manual</title>
0006 </head>
0007 <body>
0008 <h1 id="document-tools">Document Tools</h1>
0009 <p>The Document Tools Plugin allows you to select a document and scale, crop and rotate in one action.</p>
0010 <h2 id="basic-options">Basic Options</h2>
0011 <dl>
0012 <dt>Documents</dt>
0013 <dd>A the list of open documents to choose from.
0014 </dd>
0015 <dt>Refresh</dt>
0016 <dd>Refresh the list of documents.
0017 </dd>
0018 </dl>
0019 <h2 id="transform-options">Transform Options</h2>
0020 <p>The transform options.</p>
0021 <h3 id="canvas-size">Canvas Size</h3>
0022 <p>The cropped section.</p>
0023 <dl>
0024 <dt>Width</dt>
0025 <dd>The width of the crop area.
0026 </dd>
0027 <dt>Height</dt>
0028 <dd>The height of the crop area.
0029 </dd>
0030 <dt>Offset</dt>
0031 <dd>The x and y coordinates of the crop.
0032 </dd>
0033 </dl>
0034 <h3 id="scale">Scale</h3>
0035 <p>The resize options.</p>
0036 <dl>
0037 <dt>Width</dt>
0038 <dd>The new width in pixels.
0039 </dd>
0040 <dt>Height</dt>
0041 <dd>The new height in pixels
0042 </dd>
0043 <dt>Resolution</dt>
0044 <dd>The new x and y DPI, keep this to the document DPI if you don’t want to change them.
0045 </dd>
0046 <dt>Filter</dt>
0047 <dd>The interpolation algorithm used.
0048 </dd>
0049 </dl>
0050 <h3 id="rotate">Rotate</h3>
0051 <dl>
0052 <dt>Degrees</dt>
0053 <dd>The amount of degrees to rotate the canvas.
0054 </dd>
0055 </dl>
0056 
0057 </body>
0058 </html>