59 lines
1.3 KiB
HTML
Raw Normal View History

2025-03-07 08:03:18 +01:00
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>Document Tools Plugin Manual</title>
</head>
<body>
<h1 id="document-tools">Document Tools</h1>
<p>The Document Tools Plugin allows you to select a document and scale, crop and rotate in one action.</p>
<h2 id="basic-options">Basic Options</h2>
<dl>
<dt>Documents</dt>
<dd>A the list of open documents to choose from.
</dd>
<dt>Refresh</dt>
<dd>Refresh the list of documents.
</dd>
</dl>
<h2 id="transform-options">Transform Options</h2>
<p>The transform options.</p>
<h3 id="canvas-size">Canvas Size</h3>
<p>The cropped section.</p>
<dl>
<dt>Width</dt>
<dd>The width of the crop area.
</dd>
<dt>Height</dt>
<dd>The height of the crop area.
</dd>
<dt>Offset</dt>
<dd>The x and y coordinates of the crop.
</dd>
</dl>
<h3 id="scale">Scale</h3>
<p>The resize options.</p>
<dl>
<dt>Width</dt>
<dd>The new width in pixels.
</dd>
<dt>Height</dt>
<dd>The new height in pixels
</dd>
<dt>Resolution</dt>
<dd>The new x and y DPI, keep this to the document DPI if you dont want to change them.
</dd>
<dt>Filter</dt>
<dd>The interpolation algorithm used.
</dd>
</dl>
<h3 id="rotate">Rotate</h3>
<dl>
<dt>Degrees</dt>
<dd>The amount of degrees to rotate the canvas.
</dd>
</dl>
</body>
</html>