This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| help:cheats:tricks_image_overlay [2022/07/23 05:36] – created to test namespaces ? 101.174.159.45 | help:cheats:tricks_image_overlay [2022/07/23 07:55] (current) – no.. actually, this wording!! 101.174.159.45 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Image Overlays for Tracing ====== | ====== Image Overlays for Tracing ====== | ||
| - | WIP! | + | Use a semi opaque image as a guide to trace over for your panel drawing on Chutney! |
| + | |||
| + | **What you need:** | ||
| + | * Your reference image hosted somewhere (such as postimage dot org ? ) | ||
| + | |||
| + | **Steps: | ||
| + | - Open the Chutney draw tool on the comic you want to add a panel to | ||
| + | - Draw a line on the canvas and erase it to activate Peyo energies (and to prevent it locking up after following steps) | ||
| + | - Open your browser' | ||
| + | - Click on the Elements/ | ||
| + | - Click on an element in the html view | ||
| + | - Activate find (ctrl+f) | ||
| + | - Type 'not supported' | ||
| + | - Edit the html line starting '< | ||
| + | - Enter text edit on the html element above the one you just edited starting '< | ||
| + | - On a new line between the html element starting '< | ||
| + | - replace the text ' | ||
| + | - close your browser' | ||
| + | - if you wish to hide the overlay, reopen your inspector and change the ' | ||
| + | |||
| + | **Sample Html Result:** | ||
| + | |||
| + | After following the above steps, you may have something similar to this in your html inspector: | ||
| + | |||
| + | <div id=" | ||
| + | <img src=" | ||
| + | <canvas id=" | ||
| + | </ | ||
| + | |||
| + | **Limitations: | ||
| + | * The simple html provided here means the image may not scale with Chutney zoom | ||
| + | |||
| + | **Ideas: | ||
| + | * Blender layouts with basic shapes that have wireframe overlay make handy references | ||
| + | * You can edit together multiple images to plan a multi-panel panel ! | ||
| + | * this process can be automated with a macro tool like xdotool/ | ||