File indexing completed on 2024-05-26 04:34:18

0001 <?xml version="1.0" encoding="utf-8"?>
0002 <!DOCTYPE html>
0003 
0004 <html xmlns="http://www.w3.org/1999/xhtml">
0005 <head><title>Photobash Plugin Manual</title>
0006 </head>
0007 <body>
0008     <h1>Krita Photobash Plugin</h1>
0009 
0010     <p>Want to see this in action? Check out the <a href="https://youtu.be/QX9jwhfpB_8)">video</a>!</p>
0011     <p>An advanced Krita Plugin, laser-focused on improving productivity for photo-bashing and references! </p>
0012         
0013     <h2>Features and How-to-use:</h2>
0014     <p>
0015         After setting the references folder, you now have a list of 9 images in the docker, sorted alphabetically. If your folder has more than 9 images in total, there are now multiple pages. There are different ways to scroll the list, such as:
0016     </p>
0017     <ul>
0018         <li>Clicking on the "next" and "previous" buttons on the bottom row of the docker;</li>
0019         <li>Scrolling the slider next to the pages indicator;</li>
0020         <li>Mouse Wheel Up and Down;</li>
0021         <li>Alt + Drag Left or Right, in case you're using a stylus.</li>
0022     </ul> 
0023     <p>
0024         If the images in the folders are of large size, there may be some slowdown when scrolling quickly. However, the plugin is caching the previews, and stores up to 90 images, so you can scroll through them back more easily later. 
0025     </p>
0026     <p>
0027         To add an image to the document, all you'll have to do is click on the image. That's it! You can also drag the image to a specific position using Shift + Drag. After adding, you'll notice that the image might be scaled. To reduce needing to always transform to the correct size, there are two elements to assist you:
0028     </p>
0029     <ul>
0030         <li>The "Scale To Canvas" checkbox. This does exactly what you expect, and scales the image to fit the canvas. If the image is larger than the canvas, it scales it down, and if it's smaller, it scales it up! This can work in tandem with the next assistant;</li>
0031         <li>The "Image Scale" slider controls how large the image will be when it's placed. If the scale is 50%, with "Scale To Canvas" enabled, it will add the image with the maximum size of half the canvas. If "Scale To Canvas" is disabled, the image scale will be respect the original resolutions of the image. If it's 100%, it will add the image in full resolution, if it's 50% it will add the image at half the original resolution. </li>
0032     </ul>
0033     <p>
0034         Dragging the image presents the same behaviour as clicking, with the only difference being that the image will be added in the position you specify! It will always preserve aspect ratio, so there's no need to worry with distortion.
0035     </p>
0036     <p>
0037         If you want to filter the images, you can add words to the text prompt on top of the widget. This filter will work on the full path of the image, so if you have images with random names, but are inside a folder called "rocks", if you input "rocks", those images will still appear. There's also an extra feature, in which multiple word search adds to the selection. For example, if you input "rocks marble", the images that contain either "rocks" or "marble" will appear!
0038     </p>
0039 
0040     <h2>Context menu</h2>
0041     <p>You can also have some extra features by right-clicking on an image. This will open up a small menu, with several options: </p>
0042     <ul>
0043         <li><b>Preview in Docker</b>: This will maximize the selected image on the docker, to do a quick preview. You can close the preview by left-clicking the preview;</li>
0044         <li><b>Pin to Beginning / Unpin</b>: You can add "favourites" to an image, by pinning them to the beginning. This is useful if you have a select few images that you like to re-use, but are on different pages. This way you can have an easy way to access them, which will persist across restarts. It will only forget the favourite images if you decide to change the references folder. You can also unpin the images to send them to their original placement. A favourite will have a triangle in the top-left corner;</li>
0045         <li><b>Open as New Document</b>: Opens the image as a new document, but keep in mind that this is the original image. If you save it, it will override the one you have on your references folder;</li>
0046         <li><b>Place as Reference</b>: You can add an image as reference, and place it wherever you want! If you want to remove a reference, you need to press the "Pushpin Icon" on your toolbox, and remove it using that tool.</li>
0047     </ul>
0048 
0049     <h3>Hope you enjoy this plugin, and feel free to post your artworks over on <a href="https://krita-artists.org/">Krita Artists</a>!</h3>
0050 
0051 </body>
0052 </html>
0053 
0054