| 1234567891011121314151617181920212223242526272829 |
- <?xml version="1.0" encoding="utf-8"?>
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head><title>Image Fitter Documentation</title>
- </head>
- <body>
- <h3>Image Fitter Documentation</h3>
- <p>
- This extension allows a user to automatically rescale an image to fit a
- rectangle defined by horizontal and vertical guides.
- </p>
- <p>
- Users can choose whether to fit horizontally or vertically, when the aspect
- ratio of the image layer does not match that of the rectangle. The image will be
- centered on the rectangle.
- </p>
- <h3>Usage</h3>
- <p>
- Select a paint layer. Set up at least 4 guides to define a rectangle to be
- fitted to. Press the "Fit" button.
- </p>
- </body>
- </html>
|