|
| 1 | +--- |
| 2 | +layout: default |
| 3 | +title: Image Effects |
| 4 | +--- |
| 5 | + |
| 6 | +<div class="jumbotron jumbotron-compact"> |
| 7 | + <div class="container"> |
| 8 | + <h1> |
| 9 | + <a href="/xerahs/">XerahS</a> |
| 10 | + </h1> |
| 11 | + <p>Image Effects</p> |
| 12 | + </div> |
| 13 | +</div> |
| 14 | + |
| 15 | +<div class="container"> |
| 16 | + <div class="row"> |
| 17 | + <div class="col-lg-12"> |
| 18 | + <h1>Image Effects</h1> |
| 19 | + <p class="lead">XerahS includes a powerful image processing engine that allows you to apply a wide range of effects to your screenshots automatically after capture.</p> |
| 20 | + |
| 21 | + <h2 class="mt-4">Effects Library</h2> |
| 22 | + <p>Effects are categorized into three main groups:</p> |
| 23 | + |
| 24 | + <div class="row mt-3"> |
| 25 | + <div class="col-md-4"> |
| 26 | + <h3><i class="fas fa-magic"></i> Manipulations</h3> |
| 27 | + <ul> |
| 28 | + <li><strong>Resize:</strong> Scale images by percentage or specific dimensions.</li> |
| 29 | + <li><strong>Rotate:</strong> Rotate by 90, 180, 270 degrees or custom angles.</li> |
| 30 | + <li><strong>Flip:</strong> Flip horizontally or vertically.</li> |
| 31 | + <li><strong>Skew:</strong> Apply perspective skewing.</li> |
| 32 | + <li><strong>Auto Crop:</strong> Automatically remove transparent or solid color borders.</li> |
| 33 | + <li><strong>Rounded Corners:</strong> Add rounded corners with customizable radius.</li> |
| 34 | + <li><strong>Rotate 3D:</strong> Apply 3D rotation transformations.</li> |
| 35 | + </ul> |
| 36 | + </div> |
| 37 | + <div class="col-md-4"> |
| 38 | + <h3><i class="fas fa-adjust"></i> Adjustments</h3> |
| 39 | + <ul> |
| 40 | + <li><strong>Brightness/Contrast:</strong> Adjust luminance and tonal range.</li> |
| 41 | + <li><strong>Gamma:</strong> Correct gamma levels.</li> |
| 42 | + <li><strong>Hue/Saturation:</strong> Shift colors and adjust intensity.</li> |
| 43 | + <li><strong>Grayscale:</strong> Convert to black and white.</li> |
| 44 | + <li><strong>Sepia:</strong> Apply a vintage tone.</li> |
| 45 | + <li><strong>Invert:</strong> Invert colors.</li> |
| 46 | + <li><strong>Colorize:</strong> Tint the image with a specific color.</li> |
| 47 | + <li><strong>Replace Color:</strong> Swap one color for another.</li> |
| 48 | + </ul> |
| 49 | + </div> |
| 50 | + <div class="col-md-4"> |
| 51 | + <h3><i class="fas fa-filter"></i> Filters</h3> |
| 52 | + <ul> |
| 53 | + <li><strong>Blur:</strong> Gaussian blur for privacy or aesthetics.</li> |
| 54 | + <li><strong>Pixelate:</strong> Obfuscate sensitive information.</li> |
| 55 | + <li><strong>Sharpen:</strong> Enhance edge detail.</li> |
| 56 | + <li><strong>Border:</strong> Add solid or gradient borders.</li> |
| 57 | + <li><strong>Shadow:</strong> Add drop shadows.</li> |
| 58 | + <li><strong>Reflection:</strong> Create a mirrored reflection.</li> |
| 59 | + <li><strong>Glow:</strong> Add an outer glow effect.</li> |
| 60 | + <li><strong>Torn Edge:</strong> Simulate a torn paper edge.</li> |
| 61 | + </ul> |
| 62 | + </div> |
| 63 | + </div> |
| 64 | + |
| 65 | + <h2 class="mt-5">Import / Export</h2> |
| 66 | + <p>XerahS allows you to share your custom effect configurations or back them up.</p> |
| 67 | + |
| 68 | + <div class="alert alert-info"> |
| 69 | + <strong><i class="fas fa-file-import"></i> Legacy Support:</strong> XerahS includes a legacy importer that can read existing ShareX image effect files (<code>.sxie</code>), allowing for a seamless migration of your favorite presets. |
| 70 | + </div> |
| 71 | + |
| 72 | + <ul> |
| 73 | + <li><strong>Export:</strong> Save your current effect chain to a JSON-based format for sharing.</li> |
| 74 | + <li><strong>Import:</strong> Load presets created by the community or from previous backups.</li> |
| 75 | + </ul> |
| 76 | + |
| 77 | + <div class="mt-5"> |
| 78 | + <a class="btn" href="/xerahs/">Back to Home</a> |
| 79 | + </div> |
| 80 | + </div> |
| 81 | + </div> |
| 82 | +</div> |
| 83 | + |
| 84 | +{% include common-js.html %} |
| 85 | +<script src="/xerahs/js/xerahs.main.js"></script> |
0 commit comments