Erweiterte Suche
Suchergebnisse
468 Ergebnisse gesamt
Cleanup Styles
This plugin is a bit similar to Blueprint Maker but has a more special use case and a lot of options! It is useful for adjusting the stroke width and opacity of large groups. Usually for good laser cutting the line width has to match a maximum width to be reco...
Color Harmony
Open some document and select an object Result
Generate Palette
Source: https://github.com/olibia/inkscape-generate-palette Usage Create objects with color properties set, can be fill and/or stroke color. Select them and from the Extensions menu choose Palette and Generate. Provide a name and select the color prope...
Stroke Color As Fill
Example Output
Replace Color And Alpha
This is a plugin working for vector stuff. It's not intended to use on raster images. It's a legacy extension. Draw some path with infill (example Color #510000) Run the extension Get the result Just use the default Inkscape search+replace. This work...
Jitter Gradients
Source: https://inkscape.org/~vermette/%E2%98%85jitter-gradients Take a large selection of elements with gradients and randomly move their endpoints. Ideal when working with a large number of tiles, placing a large overarching gradient, then jittering to ad...
Grey to MonoAlpha
Converts a greyscale vector graphic to monochrome with variable opacity. Threshold setting to avoid solid colors Can be applied to stroke, fill or both Does not work for gradients!Does not work for groups. You need to pick single elements! ...
Gradient Saver
Fret Ruler
Example Output
Guitar Fretboard
Source: https://github.com/tomate44/GuitarFretboard
Piano Scale
Source: https://inkscape.org/~Neon22/%E2%98%85pianoscale
Convert To Localized Braille
https://github.com/mondeja/inkscape-braille-l18n-ext This extension has some more options than the default one from Inkscape
Stroke Font Creator
Source: https://github.com/Shriinivas/inkscapestrokefont
Glyph IDs
Source: https://gitlab.com/EllenWasbo/inkscape-extension-getsetGlyphIDs These two extensions streamline the process of creating fonts using the Custom Stroke Font extension https://github.com/Shriinivas/inkscapestrokefont. With a font with many glyphs it ...
Ids To Text
Lets you extract the ids (or other attributes) from all selected paths and show them as text elements inside the paths. Source: https://github.com/whiplashoo/ids_to_text_inkscape
Source Code Text
Based on the "Lorem Ipsum" plugin, this plugin searches the base directory for code, and strings it all together by concatenating on whitespace. If a flowed text is selected, Source code is added to it; otherwise a new flowed text object, the size of the page,...
OCR (Image To Text)
Reads text from Inkscape canvas. Data inside may be SVG or PNG or whatever because the canvas will be exported as PNG using Cairo library. Source: https://github.com/amal-san/inkscape-ocr Requirements (Ubuntu): sudo apt-get install tesseract-ocr pip3 insta...