Erweiterte Suche
Suchergebnisse
405 Ergebnisse gesamt
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...
Label Feature With Fill Color
Batch Task
Source: https://github.com/heyzec/Inkscape-Extensions
Delete Above
Delete the selected node(s) and any other nodes that are completely within the bounding-boxes of the selected nodes that have a greater z-order. Simply put: you select a "background" rectangle, then use this plugin to delete it and everything that appears on t...
Import Attributes
Imports attribute values from given text file. Lines in the file must be in format elementId,attributeName,value. Malformed ids will be skipped (you will get a warning). Get the items you want to modify Run the extension Select the file you want to import...
Edit Attributes
Edits an attribute on all selected elements. Available edit options: set sets new value of attribute (adds attribute if necessary) append adds new value to the end of current value of attribute prefix adds new value to the beginning of current value of at...
Random Delete
This extensions does what it says. It allows to delete with a certain probability each of the selected objects.