Manual.html 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE html>
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head><title>Export Layers Enhanced Plugin Manual</title>
  5. </head>
  6. <body>
  7. <h1 id="export-layers">Export Layers Enhanced</h1>
  8. <p>The Export Layers Enhanced Plugin allows you to select a document and export its layers in an ordered and sensible manner.</p>
  9. <h2 id="basic-options">Basic Options</h2>
  10. <dl>
  11. <dt>Documents</dt>
  12. <dd>A the list of open documents to choose from.
  13. </dd>
  14. <dt>Refresh</dt>
  15. <dd>Refresh the list of documents.
  16. </dd>
  17. <dt>Initial Directory</dt>
  18. <dd>The place where the layers will be saved. Called ‘Initial Directory’ because each group layer will have its own directory.
  19. </dd>
  20. </dl>
  21. <h2 id="export-options">Export Options</h2>
  22. <dl>
  23. <dt>Export Filter Layers</dt>
  24. <dd>Export filter layers’ masks.
  25. </dd>
  26. <dt>Export in batchmode</dt>
  27. <dd>Don’t show the options dialog for each function.
  28. </dd>
  29. <dt>Group as layer</dt>
  30. <dd>Groups are treated as merged layers.
  31. </dd>
  32. <dt>Ignore invisible Layers</dt>
  33. <dd>Don’t save out layers that are invisible
  34. </dd>
  35. <dt>Resolution</dt>
  36. <dd>The resolution of the whole image. Layers that are smaller are scaled accordingly.
  37. </dd>
  38. <dt>Image Extensions</dt>
  39. <dd>The choice is either png or jpeg.
  40. </dd>
  41. </dl>
  42. <p>Press OK and the export layers plugin will export all the layers!</p>
  43. </body>
  44. </html>