File indexing completed on 2025-02-23 04:12:47

0001 <?xml version="1.0" encoding="utf-8"?>
0002 <!DOCTYPE html>
0003 
0004 <html xmlns="http://www.w3.org/1999/xhtml">
0005 <head><title>Export Layers Plugin Manual</title>
0006 </head>
0007 <body>
0008 <h1 id="export-layers">Export Layers</h1>
0009 <p>The Export Layers Plugin allows you to select a document and export it’s layers in an ordered and sensible manner.</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 <dt>Initial Directory</dt>
0019 <dd>The place where the layers will be saved. Called ‘Initial Directory’ because each group layer will have its own directory.
0020 </dd>
0021 </dl>
0022 <h2 id="export-options">Export Options</h2>
0023 <dl>
0024 <dt>Export Filter Layers</dt>
0025 <dd>Export filter layers’ masks.
0026 </dd>
0027 <dt>Export in batchmode</dt>
0028 <dd>Don’t show the options dialog for each function.
0029 </dd>
0030 <dt>Group as layer</dt>
0031 <dd>Groups are treated as merged layers.
0032 </dd>
0033 <dt>Ignore invisible Layers</dt>
0034 <dd>Don’t save out layers that are invisible
0035 </dd>
0036 <dt>Resolution</dt>
0037 <dd>The resolution of the whole image. Layers that are smaller are scaled accordingly.
0038 </dd>
0039 <dt>Image Extensions</dt>
0040 <dd>The choice is either png or jpeg.
0041 </dd>
0042 </dl>
0043 <p>Press OK and the export layers plugin will export all the layers!</p>
0044 </body>
0045 </html>