Creates a tabbed box with kerf setting for tight fits. Or dimples for press fits. - set dimensions in various units, - width, depth, height, material thickness, - choose number of tabs for each dimension, - include corners or not, - kerf adjustable - if tight fit required, or - can use dimples for pressure fits for wood etc (rounds or triangles), or - can set zero kerf and use minimal material to create. In all cases - uses minimal lines to optimise for laser cutting. You will find it under the Render menu in Extensions. [Edit: fixed for Inkscape 1.0] --- Reviewed by Martin Owens on May 12 2021 2:48 PM pytest coverage: 0% pylint score: 2.85/10 tested in Inkscape 1.1 - 1.3
Adds transparency to the selected elements, while keeping the original color value. The color is calculated with respect to a background color, so that the element will have it's original color when overlaying the background. The background is white by default, but might be set to any other color. If the amount of transparency ist set to high, the rgb channels might exceed the possible value range of 0 -255. In this case, the highest possible transparency is applied. Alternatively, you can check the "force transparency" option, which will adjust the color to allow the desired transparency. The extension is available under extensions/color. It applies to stroke and fill and also works on gradients and elements, which already have an transparency set. Transparentify is available for inkscape v.1.x. --- Curated by Martin Owens on May 12 2022 3:39 PM
Grab color from underlying bitmap and apply it to path objects. The color is averaged all over the path area. Erode parameter can be used to shrink or expand (using negative value) this area. If multiple bitmaps are selected, only one is considered. In version 2.0, you can also alter the scale each path object. see source code on https://github.com/jujumo/inkex_color_trace
Eurorack Panel Designer Enables the design of front panels for Eurorack format typically used in audio equipment. Can be used for laser cutting or for panel layout and design. The Eurorack format calls for modules of 128.5mm (slightly over 5") height. Horizontal width is measured in "horizontal pitch", where 1 HP = 5.08mm (exactly 0.2"). 3.5mm mono phone jacks are used for interconnection. more info: https://en.wikipedia.org/wiki/Eurorack Appears in: Extensions->Render->Eurorack Panel Designer Works in Inkscape 1.0 - 1.3
Inkscape v1.2.0+ plugin to export the hand poses corresponding to your SVG layers. This plugin was developed using Nikolai Shkurkin's plugin export-layers-combo (https://github.com/nshkurkin/inkscape-export-layer-combos) as a base.
Designed to illustrate Piano scales. Can input Key and start and end notes as well as intervals. Can also choose locrian etc from menu. Will draw single scales as well as help sheets for entire pages. Appears in Extensions/Music/PianoScale Inkscape 1.0 - 1.3
Inkscape extension to export SVG layers as standalone PDF, PNG, SVG or JPEG images. The exported images can progressively reveal content of an Inkscape document.
Inkscape Extension to Export Multi-DPI TIFF files with options for 1.0, 1.5, 2.0, 3.0 and/or 4.0 scale for the base DPI. The `Multi-DPI TIFF (*.tiff)` is available in the Export section. Check the https://github.com/ricaun/inkscape-export-multi-dpi-tiff for details. Last release: https://github.com/ricaun/inkscape-export-multi-dpi-tiff/releases/tag/1.2.0 Tested: * Inkscape 1.4 * Inkscape 1.3
Generate personalized SVGs from a template and CSV. CSV Column Exporter with Substitution is an Inkscape extension that batch-exports customized SVGs using CSV data. Ideal for educators, designers, and event organizers, it automates repetitive text replacement in name tags, labels, certificates, and more. - Export one SVG per CSV row - Use {{placeholders}} in text or XML attributes using Inkscape's XML editor - Auto-sanitized filenames based on CSV column - Choose output folder - Preview CSV headers before exporting - Clear error messages for easy troubleshooting