| 1234567891011121314151617181920212223242526272829303132 |
- <?xml version="1.0" encoding="utf-8"?>
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head><title>Page Slicer Documentation</title>
- </head>
- <body>
- <h3>Page Slicer Documentation</h3>
- <p>
- This extension allows a user to generate new layers with segments of an image,
- outlined by rectangles formed using horizontal and vertical guides.
- </p>
- <p>
- Users can choose whether to include the image borders in the calculations. The
- default behaviour is to only extract image segments enclosed within guides. At
- least 4 guides (2 vertical, 2 horizontal) are needed in this case.
- </p>
- <p>
- Users can also choose to ignore sections below or above certain thresholds e.g.
- sections that are less than 100 pixels wide or greater than 1000 pixels tall.
- </p>
- <h3>Usage</h3>
- Select a paint layer. Set up at least 4 guides to enclose a section of an image
- (or just 1 guide, if image borders are used). Press the "Slice" button.
- </body>
- </html>
|