| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <?xml version="1.0" encoding="utf-8"?>
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head><title>Export Layers Enhanced Plugin Manual</title>
- </head>
- <body>
- <h1 id="export-layers">Export Layers Enhanced</h1>
- <p>The Export Layers Enhanced Plugin allows you to select a document and export its layers in an ordered and sensible manner.</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>
- <dt>Initial Directory</dt>
- <dd>The place where the layers will be saved. Called ‘Initial Directory’ because each group layer will have its own directory.
- </dd>
- </dl>
- <h2 id="export-options">Export Options</h2>
- <dl>
- <dt>Export Filter Layers</dt>
- <dd>Export filter layers’ masks.
- </dd>
- <dt>Export in batchmode</dt>
- <dd>Don’t show the options dialog for each function.
- </dd>
- <dt>Group as layer</dt>
- <dd>Groups are treated as merged layers.
- </dd>
- <dt>Ignore invisible Layers</dt>
- <dd>Don’t save out layers that are invisible
- </dd>
- <dt>Resolution</dt>
- <dd>The resolution of the whole image. Layers that are smaller are scaled accordingly.
- </dd>
- <dt>Image Extensions</dt>
- <dd>The choice is either png or jpeg.
- </dd>
- </dl>
- <p>Press OK and the export layers plugin will export all the layers!</p>
- </body>
- </html>
|