Verb List generation.

Asked by K McClard

I am trying to use the --verb feature so that I can open up Inkscape to a full screen, and have the page zoomed to the window. I can't produce the Verb-list so that I can identify the verbID I need. I did figure out the --verb=FullScreen will open Inkscape up to the full screen, but I have had little luck identifying other verbIDs. Either a list of the IDs or exactly how to produce this list would be greatly appreciated.

Question information

Language:
English Edit question
Status:
Solved
For:
Inkscape Edit question
Assignee:
No assignee Edit question
Solved by:
su_v
Solved:
Last query:
Last reply:
Revision history for this message
Best su_v (suv-lp) said :
#1

> how to produce this list
depends on your OS, kind of.
Did you read the command line reference (menu 'Help > Command Line Options')?

recent InkscapeForum topic with links to the verb definitions in the source files:
<http://www.inkscapeforum.com/viewtopic.php?f=5&t=3299#p15836>

<quoting http://inkscape.modevia.com/inkscape-man.html>
--verb-list

Lists all the verbs that are available in Inkscape by ID. This ID can be used in defining keymaps or menus. It can also be used with the --verb command line option.
</quote>

hth, ~suv

Revision history for this message
K McClard (winsurv3d) said :
#2

I am using WIndows (XP,Vista) and I have used the 'Help' >Command Line Options to no avail. At this point, I would simply be happy to have a verb-list so that I could test the various verbs to see if I can accomplish what I want to do. I realize that there may be a few glitches but I don't think the commandline/verb implementation in IS is completely disfunctional.

Revision history for this message
su_v (suv-lp) said :
#3

If you can test the various verbs on the command line why can't you then get the list with '--verb-list'? I don't understand your problem, honestly, but here it is (for Inkscape 0.46+devel r21953, on OS X 10.5.7):

LeWitt:mp suv$ /Volumes/blue/src/Inkscape/Inkscape-SVN/Inkscape.app/Contents/Resources/script --verb-list --without-gui

Xlib: extension "RANDR" missing on display "/tmp/launch-CeMrN1/:0".
FileNew: Create new document from the default template
FileOpen: Open an existing document
FileRevert: Revert to the last saved version of document (changes will be lost)
FileSave: Save document
FileSaveAs: Save document under a new name
FileSaveACopy: Save a copy of the document under a new name
FilePrint: Print document
FileVacuum: Remove unused definitions (such as gradients or clipping paths) from the &lt;defs&gt; of the document
FilePrintPreview: Preview document printout
FileImport: Import a bitmap or SVG image into this document
FileExport: Export this document or a selection as a bitmap image
FileImportFromOCAL: Import a document from Open Clip Art Library
FileExportToOCAL: Export this document to Open Clip Art Library
NextWindow: Switch to the next document window
PrevWindow: Switch to the previous document window
FileClose: Close this document window
FileQuit: Quit Inkscape
EditUndo: Undo last action
EditRedo: Do again the last undone action
EditCut: Cut selection to clipboard
EditCopy: Copy selection to clipboard
EditPaste: Paste objects from clipboard to mouse point, or paste text
EditPasteStyle: Apply the style of the copied object to selection
EditPasteSize: Scale selection to match the size of the copied object
EditPasteWidth: Scale selection horizontally to match the width of the copied object
EditPasteHeight: Scale selection vertically to match the height of the copied object
EditPasteSizeSeparately: Scale each selected object to match the size of the copied object
EditPasteWidthSeparately: Scale each selected object horizontally to match the width of the copied object
EditPasteHeightSeparately: Scale each selected object vertically to match the height of the copied object
EditPasteInPlace: Paste objects from clipboard to the original location
PasteLivePathEffect: Apply the path effect of the copied object to selection
RemoveLivePathEffect: Remove any path effects from selected objects
RemoveFilter: Remove any filters from selected objects
EditDelete: Delete selection
EditDuplicate: Duplicate selected objects
EditClone: Create a clone (a copy linked to the original) of selected object
EditUnlinkClone: Cut the selected clones' links to the originals, turning them into standalone objects
EditRelinkClone: Relink the selected clones to the object currently on the clipboard
EditCloneSelectOriginal: Select the object to which the selected clone is linked
ObjectsToMarker: Convert selection to a line marker
ObjectsToGuides: Convert selected objects to a collection of guidelines aligned with their edges
ObjectsToPattern: Convert selection to a rectangle with tiled pattern fill
ObjectsFromPattern: Extract objects from a tiled pattern fill
EditClearAll: Delete all objects from document
EditSelectAll: Select all objects or all nodes
EditSelectAllInAllLayers: Select all objects in all visible and unlocked layers
EditInvert: Invert selection (unselect what is selected and select everything else)
EditInvertInAllLayers: Invert selection in all visible and unlocked layers
EditSelectNext: Select next object or node
EditSelectPrev: Select previous object or node
EditDeselect: Deselect any selected objects or nodes
EditGuidesAroundPage: Create four guides aligned with the page borders
EditNextPathEffectParameter: Show next Path Effect parameter for editing
SelectionToFront: Raise selection to top
SelectionToBack: Lower selection to bottom
SelectionRaise: Raise selection one step
SelectionLower: Lower selection one step
SelectionGroup: Group selected objects
SelectionUnGroup: Ungroup selected groups
SelectionTextToPath: Put text on path
SelectionTextFromPath: Remove text from path
SelectionTextRemoveKerns: Remove all manual kerns and glyph rotations from a text object
SelectionUnion: Create union of selected paths
SelectionIntersect: Create intersection of selected paths
SelectionDiff: Create difference of selected paths (bottom minus top)
SelectionSymDiff: Create exclusive OR of selected paths (those parts that belong to only one path)
SelectionDivide: Cut the bottom path into pieces
SelectionCutPath: Cut the bottom path's stroke into pieces, removing fill
SelectionOffset: Outset selected paths
SelectionOffsetScreen: Outset selected paths by 1 px
SelectionOffsetScreen10: Outset selected paths by 10 px
SelectionInset: Inset selected paths
SelectionInsetScreen: Inset selected paths by 1 px
SelectionInsetScreen10: Inset selected paths by 10 px
SelectionDynOffset: Create a dynamic offset object
SelectionLinkedOffset: Create a dynamic offset object linked to the original path
StrokeToPath: Convert selected object's stroke to paths
SelectionSimplify: Simplify selected paths (remove extra nodes)
SelectionReverse: Reverse the direction of selected paths (useful for flipping markers)
SelectionTrace: Create one or more paths from a bitmap by tracing it
SelectionCreateBitmap: Export selection to a bitmap and insert it into document
SelectionCombine: Combine several paths into one
SelectionBreakApart: Break selected paths into subpaths
DialogGridArrange: Arrange selected objects in a table
LayerNew: Create a new layer
LayerRename: Rename the current layer
LayerNext: Switch to the layer above the current
LayerPrev: Switch to the layer below the current
LayerMoveToNext: Move selection to the layer above the current
LayerMoveToPrev: Move selection to the layer below the current
LayerToTop: Raise the current layer to the top
LayerToBottom: Lower the current layer to the bottom
LayerRaise: Raise the current layer
LayerLower: Lower the current layer
LayerDuplicate: Duplicate an existing layer
LayerDelete: Delete the current layer
LayerSolo: Solo the current layer
ObjectRotate90: Rotate selection 90° clockwise
ObjectRotate90CCW: Rotate selection 90° counter-clockwise
ObjectRemoveTransform: Remove transformations from object
ObjectToPath: Convert selected object to path
ObjectFlowText: Put text into a frame (path or shape), creating a flowed text linked to the frame object
ObjectUnFlowText: Remove text from frame (creates a single-line text object)
ObjectFlowtextToText: Convert flowed text to regular text object (preserves appearance)
ObjectFlipHorizontally: Flip selected objects horizontally
ObjectFlipVertically: Flip selected objects vertically
ObjectSetMask: Apply mask to selection (using the topmost object as mask)
ObjectEditMask: Edit mask
ObjectUnSetMask: Remove mask from selection
ObjectSetClipPath: Apply clipping path to selection (using the topmost object as clipping path)
ObjectEditClipPath: Edit clipping path
ObjectUnSetClipPath: Remove clipping path from selection
ToolSelector: Select and transform objects
ToolNode: Edit paths by nodes
ToolTweak: Tweak objects by sculpting or painting
ToolRect: Create rectangles and squares
Tool3DBox: Create 3D boxes
ToolArc: Create circles, ellipses, and arcs
ToolStar: Create stars and polygons
ToolSpiral: Create spirals
ToolPencil: Draw freehand lines
ToolPen: Draw Bezier curves and straight lines
ToolCalligraphic: Draw calligraphic or brush strokes
ToolText: Create and edit text objects
ToolGradient: Create and edit gradients
ToolZoom: Zoom in or out
ToolDropper: Pick colors from image
ToolConnector: Create diagram connectors
ToolPaintBucket: Fill bounded areas
ToolLPE: Edit Path Effect parameters
ToolEraser: Erase existing paths
ToolLPETool: Do geometric constructions
SelectPrefs: Open Preferences for the Selector tool
NodePrefs: Open Preferences for the Node tool
TweakPrefs: Open Preferences for the Tweak tool
RectPrefs: Open Preferences for the Rectangle tool
3DBoxPrefs: Open Preferences for the 3D Box tool
ArcPrefs: Open Preferences for the Ellipse tool
StarPrefs: Open Preferences for the Star tool
SpiralPrefs: Open Preferences for the Spiral tool
PencilPrefs: Open Preferences for the Pencil tool
PenPrefs: Open Preferences for the Pen tool
CalligraphicPrefs: Open Preferences for the Calligraphy tool
TextPrefs: Open Preferences for the Text tool
GradientPrefs: Open Preferences for the Gradient tool
ZoomPrefs: Open Preferences for the Zoom tool
DropperPrefs: Open Preferences for the Dropper tool
ConnectorPrefs: Open Preferences for the Connector tool
PaintBucketPrefs: Open Preferences for the Paint Bucket tool
EraserPrefs: Open Preferences for the Eraser tool
LPEToolPrefs: Open Preferences for the LPETool tool
ZoomIn: Zoom in
ZoomOut: Zoom out
ToggleRulers: Show or hide the canvas rulers
ToggleScrollbars: Show or hide the canvas scrollbars
ToggleGrid: Show or hide the grid
ToggleGuides: Show or hide guides (drag from a ruler to create a guide)
ToggleSnapGlobal: Toggle snapping on or off
ZoomNext: Next zoom (from the history of zooms)
ZoomPrev: Previous zoom (from the history of zooms)
Zoom1:0: Zoom to 1:1
Zoom1:2: Zoom to 1:2
Zoom2:1: Zoom to 2:1
FullScreen: Stretch this document window to full screen
FocusToggle: Remove excess toolbars to focus on drawing
ViewNew: Open a new window with the same document
ViewNewPreview: New View Preview
ViewModeNormal: Switch to normal display mode
ViewModeNoFilters: Switch to normal display without filters
ViewModeOutline: Switch to outline (wireframe) display mode
ViewModeToggle: Toggle between normal and outline display modes
ViewCmsToggle: Toggle color-managed display for this document window
ViewIconPreview: Open a window to preview objects at different icon resolutions
ZoomPage: Zoom to fit page in window
ZoomPageWidth: Zoom to fit page width in window
ZoomDrawing: Zoom to fit drawing in window
ZoomSelection: Zoom to fit selection in window
DialogPreferences: Edit global Inkscape preferences
DialogDocumentProperties: Edit properties of this document (to be saved with the document)
DialogMetadata: Edit document metadata (to be saved with the document)
DialogFillStroke: Edit objects' colors, gradients, stroke width, arrowheads, dash patterns...
DialogSwatches: Select colors from a swatches palette
DialogTransform: Precisely control objects' transformations
DialogAlignDistribute: Align and distribute objects
DialogUndoHistory: Undo History
DialogText: View and select font family, font size and other text properties
DialogXMLEditor: View and edit the XML tree of the document
DialogFind: Find objects in document
DialogFindReplace: Find and replace text in document
DialogSpellcheck: Check spelling of text in document
DialogDebug: View debug messages
DialogScript: Run scripts
DialogsToggle: Show or hide all open dialogs
DialogClonetiler: Create multiple clones of selected object, arranging them into a pattern or scattering
DialogObjectProperties: Edit the ID, locked and visible status, and other object properties
DialogInput: Configure extended input devices, such as a graphics tablet
DialogInput2: Configure extended input devices, such as a graphics tablet
org.inkscape.dialogs.extensioneditor: Query information about extensions
DialogLayers: View Layers
DialogLivePathEffect: Manage, edit, and apply path effects
DialogFilterEffects: Manage, edit, and apply SVG filters
DialogSVGFonts: Edit SVG fonts
HelpAboutExtensions: Information on Inkscape extensions
HelpAboutMemory: Memory usage information
HelpAbout: Inkscape version, authors, license
TutorialsBasic: Getting started with Inkscape
TutorialsShapes: Using shape tools to create and edit shapes
TutorialsAdvanced: Advanced Inkscape topics
TutorialsTracing: Using bitmap tracing
TutorialsCalligraphy: Using the Calligraphy pen tool
TutorialsDesign: Principles of design in the tutorial form
TutorialsTips: Miscellaneous tips and tricks
EffectLast: Repeat the last extension with the same settings
EffectLastPref: Repeat the last extension with new settings
FitCanvasToSelection: Fit the page to the current selection
FitCanvasToDrawing: Fit the page to the drawing
FitCanvasToSelectionOrDrawing: Fit the page to the current selection or the drawing if there is no selection
UnlockAll: Unlock all objects in the current layer
UnlockAllInAllLayers: Unlock all objects in all layers
UnhideAll: Unhide all objects in the current layer
UnhideAllInAllLayers: Unhide all objects in all layers
LinkColorProfile: Link an ICC color profile
RemoveColorProfile: Remove a linked ICC color profile
org.inkscape.effect.bluredge: Inset/Outset Halo...
org.inkscape.effect.bluredge.noprefs: Inset/Outset Halo (No preferences)
org.inkscape.effect.grid: Draw a path which is a grid
org.inkscape.effect.grid.noprefs: Grid (No preferences)
org.inkscape.effect.filter.drop-shadow: Black, blurred drop shadow
org.inkscape.effect.filter.drop-shadow.noprefs: Drop Shadow (No preferences)
org.inkscape.effect.filter.drop-glow: White, blurred drop glow
org.inkscape.effect.filter.drop-glow.noprefs: Drop Glow (No preferences)
org.inkscape.effect.filter.snow: Snow has fallen on object
org.inkscape.effect.filter.snow.noprefs: Snow crest (No preferences)
org.inkscape.effect.filter.filter2450: Bulging, matte jelly covering
org.inkscape.effect.filter.filter2450.noprefs: Matte jelly (No preferences)
org.inkscape.effect.filter.filter3441-1-3: Bulging, glossy jelly covering
org.inkscape.effect.filter.filter3441-1-3.noprefs: Glossy jelly (No preferences)
org.inkscape.effect.filter.filter3618-3: Bulging, glossy jelly covering; two light sources
org.inkscape.effect.filter.filter3618-3.noprefs: Glossy jelly, backlit (No preferences)
org.inkscape.effect.filter.filter2466: Smooth drop-like bevel with metallic finish
org.inkscape.effect.filter.filter2466.noprefs: Metal casting (No preferences)
org.inkscape.effect.filter.filter2498: Blur as if the object flies horizontally; adjust Standard Deviation to vary force
org.inkscape.effect.filter.filter2498.noprefs: Motion blur, horizontal (No preferences)
org.inkscape.effect.filter.filter2498v: Blur as if the object flies vertically; adjust Standard Deviation to vary force
org.inkscape.effect.filter.filter2498v.noprefs: Motion blur, vertical (No preferences)
org.inkscape.effect.filter.filter2442: Edges are partly feathered out
org.inkscape.effect.filter.filter2442.noprefs: Apparition (No preferences)
org.inkscape.effect.filter.filter2508: Drop shadow under the cut-out of the shape
org.inkscape.effect.filter.filter2508.noprefs: Cutout (No preferences)
org.inkscape.effect.filter.filter2530: Low, sharp bevel
org.inkscape.effect.filter.filter2530.noprefs: Jigsaw piece (No preferences)
org.inkscape.effect.filter.filter2550: Small-scale roughening to edges and content
org.inkscape.effect.filter.filter2550.noprefs: Roughen (No preferences)
org.inkscape.effect.filter.filter2574: Random whiteouts inside
org.inkscape.effect.filter.filter2574.noprefs: Rubber stamp (No preferences)
org.inkscape.effect.filter.filter2610: Inky splotches underneath the object
org.inkscape.effect.filter.filter2610.noprefs: Ink bleed (No preferences)
org.inkscape.effect.filter.filter2565: Edges of object are on fire
org.inkscape.effect.filter.filter2565.noprefs: Fire (No preferences)
org.inkscape.effect.filter.filter2814: Soft, cushion-like bevel with matte highlights
org.inkscape.effect.filter.filter2814.noprefs: Bloom (No preferences)
org.inkscape.effect.filter.filter2862: Ridged border with inner bevel
org.inkscape.effect.filter.filter2862.noprefs: Ridged border (No preferences)
org.inkscape.effect.filter.filter2888: Horizontal rippling of edges
org.inkscape.effect.filter.filter2888.noprefs: Ripple (No preferences)
org.inkscape.effect.filter.filter2902: Fill object with sparse translucent specks
org.inkscape.effect.filter.filter2902.noprefs: Speckle (No preferences)
org.inkscape.effect.filter.filter2928: Rainbow-colored semitransparent oily splotches
org.inkscape.effect.filter.filter2928.noprefs: Oil slick (No preferences)
org.inkscape.effect.filter.filter2952: Flake-like white splotches
org.inkscape.effect.filter.filter2952.noprefs: Frost (No preferences)
org.inkscape.effect.filter.filter2652: Leopard spots (loses object's own color)
org.inkscape.effect.filter.filter2652.noprefs: Leopard fur (No preferences)
org.inkscape.effect.filter.filter2673: Irregular vertical dark stripes (loses object's own color)
org.inkscape.effect.filter.filter2673.noprefs: Zebra (No preferences)
org.inkscape.effect.filter.filter2687: Airy, fluffy, sparse white clouds
org.inkscape.effect.filter.filter2687.noprefs: Clouds (No preferences)
org.inkscape.effect.filter.Sharpen0: Sharpen edges and boundaries within the object, force=0.15
org.inkscape.effect.filter.Sharpen0.noprefs: Sharpen (No preferences)
org.inkscape.effect.filter.SharpenMore0: Sharpen edges and boundaries within the object, force=0.3
org.inkscape.effect.filter.SharpenMore0.noprefs: Sharpen more (No preferences)
org.inkscape.effect.filter.filter2701: Simulate oil painting style
org.inkscape.effect.filter.filter2701.noprefs: Oil painting (No preferences)
org.inkscape.effect.filter.filter2723: Detect color edges in object
org.inkscape.effect.filter.filter2723.noprefs: Edge detect (No preferences)
org.inkscape.effect.filter.filter2741: Detect horizontal color edges in object
org.inkscape.effect.filter.filter2741.noprefs: Horizontal edge detect (No preferences)
org.inkscape.effect.filter.filter2751: Detect vertical color edges in object
org.inkscape.effect.filter.filter2751.noprefs: Vertical edge detect (No preferences)
org.inkscape.effect.filter.filter2755: Detect color edges and retrace them in grayscale
org.inkscape.effect.filter.filter2755.noprefs: Pencil (No preferences)
org.inkscape.effect.filter.filter2803: Detect color edges and retrace them in blue
org.inkscape.effect.filter.filter2803.noprefs: Blueprint (No preferences)
org.inkscape.effect.filter.Desat0: Render in shades of gray by reducing saturation to zero
org.inkscape.effect.filter.Desat0.noprefs: Desaturate (No preferences)
org.inkscape.effect.filter.Invert0: Invert colors
org.inkscape.effect.filter.Invert0.noprefs: Invert (No preferences)
org.inkscape.effect.filter.Sep0: Render in warm sepia tones
org.inkscape.effect.filter.Sep0.noprefs: Sepia (No preferences)
org.inkscape.effect.filter.filter2756: Imitate aged photograph
org.inkscape.effect.filter.filter2756.noprefs: Age (No preferences)
org.inkscape.effect.filter.filter2782: Bulging, knotty, slick 3D surface
org.inkscape.effect.filter.filter2782.noprefs: Organic (No preferences)
org.inkscape.effect.filter.filter2781: Gray bevelled wires with drop shadows
org.inkscape.effect.filter.filter2781.noprefs: Barbed wire (No preferences)
org.inkscape.effect.filter.filter2840: Random inner-bevel holes
org.inkscape.effect.filter.filter2840.noprefs: Swiss cheese (No preferences)
org.inkscape.effect.filter.filter2883: Marble-like bluish speckles
org.inkscape.effect.filter.filter2883.noprefs: Blue cheese (No preferences)
org.inkscape.effect.filter.filter2836: Soft bevel, slightly depressed middle
org.inkscape.effect.filter.filter2836.noprefs: Button (No preferences)
org.inkscape.effect.filter.filter2849: Shadowy outer bevel
org.inkscape.effect.filter.filter2849.noprefs: Inset (No preferences)
org.inkscape.effect.filter.filter2872: Random paint streaks downwards
org.inkscape.effect.filter.filter2872.noprefs: Dripping (No preferences)
org.inkscape.effect.filter.JamSpr0: Glossy clumpy jam spread
org.inkscape.effect.filter.JamSpr0.noprefs: Jam spread (No preferences)
org.inkscape.effect.filter.PixSm0: Van Gogh painting effect for bitmaps
org.inkscape.effect.filter.PixSm0.noprefs: Pixel smear (No preferences)
org.inkscape.effect.filter.Hslbump0: Highly flexible specular bump
org.inkscape.effect.filter.Hslbump0.noprefs: HSL Bumps (No preferences)
org.inkscape.effect.filter.CrackGlas0: Under a cracked glass
org.inkscape.effect.filter.CrackGlas0.noprefs: Cracked glass (No preferences)
org.inkscape.effect.filter.BubBump0: Flexible bubbles effect with some displacement
org.inkscape.effect.filter.BubBump0.noprefs: Bubbly Bumps (No preferences)
org.inkscape.effect.filter.GlowBub0: Bubble effect with refraction and glow
org.inkscape.effect.filter.GlowBub0.noprefs: Glowing bubble (No preferences)
org.inkscape.effect.filter.Neon0: Neon light effect
org.inkscape.effect.filter.Neon0.noprefs: Neon (No preferences)
org.inkscape.effect.filter.MoltMet0: Melting parts of object together, with a glossy bevel and a glow
org.inkscape.effect.filter.MoltMet0.noprefs: Molten metal (No preferences)
org.inkscape.effect.filter.PressSteel0: Pressed metal with a rolled edge
org.inkscape.effect.filter.PressSteel0.noprefs: Pressed steel (No preferences)
org.inkscape.effect.filter.MatBev0: Soft, pastel-colored, blurry bevel
org.inkscape.effect.filter.MatBev0.noprefs: Matte bevel (No preferences)
org.inkscape.effect.filter.ThinMembr0: Thin like a soap membrane
org.inkscape.effect.filter.ThinMembr0.noprefs: Thin Membrane (No preferences)
org.inkscape.effect.filter.MatRidg0: Soft pastel ridge
org.inkscape.effect.filter.MatRidg0.noprefs: Matte ridge (No preferences)
org.inkscape.effect.filter.GloMet0: Glowing metal texture
org.inkscape.effect.filter.GloMet0.noprefs: Glowing metal (No preferences)
org.inkscape.effect.filter.Leavs0: Leaves on the ground in Fall, or living foliage
org.inkscape.effect.filter.Leavs0.noprefs: Leaves (No preferences)
org.inkscape.effect.filter.Transluc0: Illuminated translucent plastic or glass effect
org.inkscape.effect.filter.Transluc0.noprefs: Translucent (No preferences)
org.inkscape.effect.filter.Crossmoo0: Blur inner borders and intersections
org.inkscape.effect.filter.Crossmoo0.noprefs: Cross-smooth (No preferences)
org.inkscape.effect.filter.IridBees0: Waxy texture which keeps its iridescence through color fill change
org.inkscape.effect.filter.IridBees0.noprefs: Iridescent beeswax (No preferences)
org.inkscape.effect.filter.Erodmet0: Eroded metal texture with ridges, grooves, holes and bumps
org.inkscape.effect.filter.Erodmet0.noprefs: Eroded metal (No preferences)
org.inkscape.effect.filter.filter4262: A volcanic texture, a little like leather
org.inkscape.effect.filter.filter4262.noprefs: Cracked Lava (No preferences)
org.inkscape.effect.filter.Bark0: Bark texture, vertical; use with deep colors
org.inkscape.effect.filter.Bark0.noprefs: Bark (No preferences)
org.inkscape.effect.filter.filter3652: Stylized reptile skin texture
org.inkscape.effect.filter.filter3652.noprefs: Lizard skin (No preferences)
org.inkscape.effect.filter.StonWal0: Stone wall texture to use with not too saturated colors
org.inkscape.effect.filter.StonWal0.noprefs: Stone wall (No preferences)
org.inkscape.effect.filter.SilkCar0: Silk carpet texture, horizontal stripes
org.inkscape.effect.filter.SilkCar0.noprefs: Silk carpet (No preferences)
org.inkscape.effect.filter.filter3570: Gel effect with light refraction
org.inkscape.effect.filter.filter3570.noprefs: Refractive gel A (No preferences)
org.inkscape.effect.filter.filter3571: Gel effect with strong refraction
org.inkscape.effect.filter.filter3571.noprefs: Refractive gel B (No preferences)
org.inkscape.effect.filter.Metpaint0: Metallized effect with a soft lighting, slightly translucent at the edges
org.inkscape.effect.filter.Metpaint0.noprefs: Metallized paint (No preferences)
org.inkscape.effect.filter.Dragee0: Gel Ridge with a pearlescent look
org.inkscape.effect.filter.Dragee0.noprefs: Dragee (No preferences)
org.inkscape.effect.filter.RaisBord0: Strongly raised border around a flat surface
org.inkscape.effect.filter.RaisBord0.noprefs: Raised border (No preferences)
org.inkscape.effect.filter.MetalRidg0: Gel Ridge metallized at its top
org.inkscape.effect.filter.MetalRidg0.noprefs: Metallized ridge (No preferences)
org.inkscape.effect.filter.FatOil0: Fat oil with some adjustable turbulence
org.inkscape.effect.filter.FatOil0.noprefs: Fat oil (No preferences)
org.inkscape.effect.filter.Colori0: Blend image or object with a flood color and set lightness and contrast
org.inkscape.effect.filter.Colori0.noprefs: Colorize (No preferences)
org.inkscape.effect.filter.Paralhol0: A blurry hollow going parallel to the edge on the inside
org.inkscape.effect.filter.Paralhol0.noprefs: Parallel hollow (No preferences)
org.inkscape.effect.filter.Hole0: Opens a smooth hole inside the shape
org.inkscape.effect.filter.Hole0.noprefs: Hole (No preferences)
org.inkscape.effect.filter.BlackHol0: Creates a black light inside and outside
org.inkscape.effect.filter.BlackHol0.noprefs: Black hole (No preferences)
org.inkscape.effect.filter.Smoutlin0: Outlining the lines and smoothing their crossings
org.inkscape.effect.filter.Smoutlin0.noprefs: Smooth outline (No preferences)
org.inkscape.effect.filter.Cub0: Scattered cubes; adjust the Morphology primitive to vary size
org.inkscape.effect.filter.Cub0.noprefs: Cubes (No preferences)
org.inkscape.effect.filter.Peeloff0: Peeling painting on a wall
org.inkscape.effect.filter.Peeloff0.noprefs: Peel off (No preferences)
org.inkscape.effect.filter.filter2840b: Splattered cast metal, with golden highlights
org.inkscape.effect.filter.filter2840b.noprefs: Gold splatter (No preferences)
org.inkscape.effect.filter.filter2876b: Fat pasted cast metal, with golden highlights
org.inkscape.effect.filter.filter2876b.noprefs: Gold paste (No preferences)
org.inkscape.effect.filter.Crumplast0: Crumpled matte plastic, with melted edge
org.inkscape.effect.filter.Crumplast0.noprefs: Crumpled plastic (No preferences)
org.inkscape.effect.filter.Enamjew0: Slightly cracked enameled texture
org.inkscape.effect.filter.Enamjew0.noprefs: Enamel jewelry (No preferences)
org.inkscape.effect.filter.RoughPap0: Aquarelle paper effect which can be used for pictures as for objects
org.inkscape.effect.filter.RoughPap0.noprefs: Rough paper (No preferences)
org.inkscape.effect.filter.RoughGloss0: Crumpled glossy paper effect which can be used for pictures as for objects
org.inkscape.effect.filter.RoughGloss0.noprefs: Rough and glossy (No preferences)
org.inkscape.effect.filter.Inandout0: Inner colorized shadow, outer black shadow
org.inkscape.effect.filter.Inandout0.noprefs: In and Out (No preferences)
org.inkscape.effect.filter.AirSpray0: Air Spray; adjust the Displacement Map amount
org.inkscape.effect.filter.AirSpray0.noprefs: Air spray (No preferences)
org.inkscape.effect.filter.Warmins0: Blurred colorized contour, filled inside
org.inkscape.effect.filter.Warmins0.noprefs: Warm inside (No preferences)
org.inkscape.effect.filter.Coolouts0: Blurred colorized contour, empty inside
org.inkscape.effect.filter.Coolouts0.noprefs: Cool outside (No preferences)
org.inkscape.effect.filter.Elecmicr0: Bevel, crude light, discoloration and glow like in electronic microscopy
org.inkscape.effect.filter.Elecmicr0.noprefs: Electronic microscopy (No preferences)
org.inkscape.effect.filter.filter2424: Checkered tartan pattern
org.inkscape.effect.filter.filter2424.noprefs: Tartan (No preferences)
org.inkscape.effect.filter.InvHu0: Invert hue, or rotate it
org.inkscape.effect.filter.InvHu0.noprefs: Invert hue (No preferences)
org.inkscape.effect.filter.InnerOutlin0: Draws an outline around
org.inkscape.effect.filter.InnerOutlin0.noprefs: Inner outline (No preferences)
org.inkscape.effect.filter.OutlinDoub0: Draws a smooth line inside colorized with the color it overlays
org.inkscape.effect.filter.OutlinDoub0.noprefs: Outline, double (No preferences)
org.inkscape.effect.filter.Fancyblur0: Smooth colorized contour which allows desaturation and hue rotation
org.inkscape.effect.filter.Fancyblur0.noprefs: Fancy blur (No preferences)
org.inkscape.effect.filter.filter3956: Glow of object's own color at the edges
org.inkscape.effect.filter.filter3956.noprefs: Glow (No preferences)
org.inkscape.effect.filter.OutLine0: Adds a glowing blur and removes the shape
org.inkscape.effect.filter.OutLine0.noprefs: Outline (No preferences)
org.inkscape.effect.filter.ColEmboss0: Classic or colorized emboss effect: grayscale, color and 3D relief
org.inkscape.effect.filter.ColEmboss0.noprefs: Color emboss (No preferences)
org.inkscape.effect.filter.Solar0: Classical photographic solarization effect
org.inkscape.effect.filter.Solar0.noprefs: Solarize (No preferences)
org.inkscape.effect.filter.Moonar0: An effect between solarize and invert which often preserves sky and water lights
org.inkscape.effect.filter.Moonar0.noprefs: Moonarize (No preferences)
org.inkscape.effect.filter.Softfoc0: Glowing image content without blurring it
org.inkscape.effect.filter.Softfoc0.noprefs: Soft focus lens (No preferences)
org.inkscape.effect.filter.StainGl0: Illuminated stained glass effect
org.inkscape.effect.filter.StainGl0.noprefs: Stained glass (No preferences)
org.inkscape.effect.filter.DarkGl0: Illuminated glass effect with light coming from beneath
org.inkscape.effect.filter.DarkGl0.noprefs: Dark glass (No preferences)
org.inkscape.effect.filter.HSLBumAl0: Same than HSL Bumps but with transparent highlights
org.inkscape.effect.filter.HSLBumAl0.noprefs: HSL Bumps alpha (No preferences)
org.inkscape.effect.filter.BubBumAl0: Same than Bubbly Bumps but with transparent highlights
org.inkscape.effect.filter.BubBumAl0.noprefs: Bubbly Bumps alpha (No preferences)
org.inkscape.effect.filter.SmooEdg0: Smooth the outside of shapes and pictures without altering their contents
org.inkscape.effect.filter.SmooEdg0.noprefs: Smooth edges (No preferences)
org.inkscape.effect.filter.filter2853: Displace the outside of shapes and pictures without altering their content
org.inkscape.effect.filter.filter2853.noprefs: Torn edges (No preferences)
org.inkscape.effect.filter.filter2983: Blurred mask on the edge without altering the contents
org.inkscape.effect.filter.filter2983.noprefs: Feather (No preferences)
org.inkscape.effect.filter.filter2889: Blur the contents of objects, preserving the outline
org.inkscape.effect.filter.filter2889.noprefs: Blur content (No preferences)
org.inkscape.effect.filter.filter2902v: Basic specular bevel to use for building textures
org.inkscape.effect.filter.filter2902v.noprefs: Specular light (No preferences)
org.inkscape.effect.filter.RoughIn0: Roughen all inside shapes
org.inkscape.effect.filter.RoughIn0.noprefs: Roughen inside (No preferences)
org.inkscape.effect.filter.Evanesc0: Blur the contents of objects, preserving the outline and adding progressive transparency at edges
org.inkscape.effect.filter.Evanesc0.noprefs: Evanescent (No preferences)
org.inkscape.effect.filter.filter4323: Low turbulence gives sponge look and high turbulence chalk
org.inkscape.effect.filter.filter4323.noprefs: Chalk and sponge (No preferences)
org.inkscape.effect.filter.filter3152b: Colorized blotches, like a crowd of people
org.inkscape.effect.filter.filter3152b.noprefs: People (No preferences)
org.inkscape.effect.filter.filter2906b: Colorized mountain tops out of the fog
org.inkscape.effect.filter.filter2906b.noprefs: Scotland (No preferences)
org.inkscape.effect.filter.NoiseTrans0: Basic noise transparency texture
org.inkscape.effect.filter.NoiseTrans0.noprefs: Noise transparency (No preferences)
org.inkscape.effect.filter.NoiseFill0: Basic noise fill texture; adjust color in Flood
org.inkscape.effect.filter.NoiseFill0.noprefs: Noise fill (No preferences)
org.inkscape.effect.filter.Garddel0: Phantasmagorical turbulent wisps, like Hieronymus Bosch's Garden of Delights
org.inkscape.effect.filter.Garddel0.noprefs: Garden of Delights (No preferences)
org.inkscape.effect.filter.filter2886b: Basic diffuse bevel to use for building textures
org.inkscape.effect.filter.filter2886b.noprefs: Diffuse light (No preferences)
org.inkscape.effect.filter.Cutoutgl0: In and out glow with a possible offset and colorizable flood
org.inkscape.effect.filter.Cutoutgl0.noprefs: Cutout Glow (No preferences)
org.inkscape.effect.filter.HSLBumpMat0: Same than HSL bumps but with a diffuse reflexion instead of a specular one
org.inkscape.effect.filter.HSLBumpMat0.noprefs: HSL Bumps, matte (No preferences)
org.inkscape.effect.filter.DarkEmboss0: Emboss effect : 3D relief where white is replaced by black
org.inkscape.effect.filter.DarkEmboss0.noprefs: Dark Emboss (No preferences)
org.inkscape.effect.filter.filter2838a: Simple Gaussian blur, same as the blur slider in Fill and Stroke dialog
org.inkscape.effect.filter.filter2838a.noprefs: Simple blur (No preferences)
org.inkscape.effect.filter.BubBumpMat0: Same than Bubbly Bumps but with a diffuse light instead of a specular one
org.inkscape.effect.filter.BubBumpMat0.noprefs: Bubbly Bumps, matte (No preferences)
org.inkscape.effect.filter.Emboss0: Emboss effect : Colors of the original images are preserved or modified by Blend
org.inkscape.effect.filter.Emboss0.noprefs: Emboss (No preferences)
org.inkscape.effect.filter.Blotpap0: Inkblot on blotting paper
org.inkscape.effect.filter.Blotpap0.noprefs: Blotting paper (No preferences)
org.inkscape.effect.filter.Waxpri0: Wax print on tissue texture
org.inkscape.effect.filter.Waxpri0.noprefs: Wax print (No preferences)
org.inkscape.effect.filter.Inkblot0: Inkblot on tissue or rough paper
org.inkscape.effect.filter.Inkblot0.noprefs: Inkblot (No preferences)
org.inkscape.effect.filter.BurntEdg0: Torn edges with a dark inner blur
org.inkscape.effect.filter.BurntEdg0.noprefs: Burnt edges (No preferences)
org.inkscape.effect.filter.ColorInl0: A colorizable inner outline with adjustable width and blur
org.inkscape.effect.filter.ColorInl0.noprefs: Color outline, in (No preferences)
org.inkscape.effect.filter.Liquid0: Colorizable filling with liquid transparency
org.inkscape.effect.filter.Liquid0.noprefs: Liquid (No preferences)
org.inkscape.effect.filter.WatCol0: Cloudy watercolor effect
org.inkscape.effect.filter.WatCol0.noprefs: Watercolor (No preferences)
org.inkscape.effect.filter.Felt0: Felt like texture with color turbulence and slightly darker at the edges
org.inkscape.effect.filter.Felt0.noprefs: Felt (No preferences)
org.inkscape.effect.filter.Inkp0: Ink paint on paper with some turbulent color shift
org.inkscape.effect.filter.Inkp0.noprefs: Ink paint (No preferences)
org.inkscape.effect.filter.Tintrain0: Smooth rainbow colors melted along the edges and colorizable
org.inkscape.effect.filter.Tintrain0.noprefs: Tinted rainbow (No preferences)
org.inkscape.effect.filter.Meltrain0: Smooth rainbow colors slightly melted along the edges
org.inkscape.effect.filter.Meltrain0.noprefs: Melted rainbow (No preferences)
org.inkscape.effect.filter.Flexmet0: Bright, polished uneven metal casting, colorizable
org.inkscape.effect.filter.Flexmet0.noprefs: Flex metal (No preferences)
org.inkscape.effect.filter.Comdrftnr0: Draft painted cartoon shading with a glassy look
org.inkscape.effect.filter.Comdrftnr0.noprefs: Comics draft (No preferences)
org.inkscape.effect.filter.Comfdgnr0: Cartoon paint style with some fading at the edges
org.inkscape.effect.filter.Comfdgnr0.noprefs: Comics fading (No preferences)
org.inkscape.effect.filter.Smoothshdnr0: Smooth shading with a graphite pencil grey
org.inkscape.effect.filter.Smoothshdnr0.noprefs: Smooth shader NR (No preferences)
org.inkscape.effect.filter.Embossshdnr0: Combination of smooth shading and embossing
org.inkscape.effect.filter.Embossshdnr0.noprefs: Emboss shader NR (No preferences)
org.inkscape.effect.filter.Smoothshddnr0: Dark version of non realistic smooth shading
org.inkscape.effect.filter.Smoothshddnr0.noprefs: Smooth shader dark NR (No preferences)
org.inkscape.effect.filter.Comicsnr0: Imitation of black and white cartoon shading
org.inkscape.effect.filter.Comicsnr0.noprefs: Comics (No preferences)
org.inkscape.effect.filter.Satinnr0: Silky close to mother of pearl shading
org.inkscape.effect.filter.Satinnr0.noprefs: Satin NR (No preferences)
org.inkscape.effect.filter.Frglassnr: Non realistic frosted glass imitation
org.inkscape.effect.filter.Frglassnr.noprefs: Frosted glass NR (No preferences)
org.inkscape.effect.filter.Smoothctrnr0: Contouring version of smooth shader
org.inkscape.effect.filter.Smoothctrnr0.noprefs: Smooth shader contour NR (No preferences)
org.inkscape.effect.filter.Alunr0: Brushed aluminium shader
org.inkscape.effect.filter.Alunr0.noprefs: Aluminium NR (No preferences)
org.inkscape.effect.filter.Comfldnr0: Fluid brushed cartoon drawing
org.inkscape.effect.filter.Comfldnr0.noprefs: Comics fluid (No preferences)
org.inkscape.effect.filter.Chromnr0: Non realistic chrome shader with strong speculars
org.inkscape.effect.filter.Chromnr0.noprefs: Chrome NR (No preferences)
org.inkscape.effect.filter.Chromdrknr0: Dark version of chrome shading with a ground reflection simulation
org.inkscape.effect.filter.Chromdrknr0.noprefs: Chrome dark NR (No preferences)
org.inkscape.effect.filter.Wavytart0: Tartan pattern with a wavy displacement and bevel around the edges
org.inkscape.effect.filter.Wavytart0.noprefs: Wavy tartan (No preferences)
org.inkscape.effect.filter.3Dmarble0: 3D warped marble texture
org.inkscape.effect.filter.3Dmarble0.noprefs: 3D marble (No preferences)
org.inkscape.effect.filter.3DWood0: 3D warped, fibered wood texture
org.inkscape.effect.filter.3DWood0.noprefs: 3D wood (No preferences)
org.inkscape.effect.filter.Mothofprl0: 3D warped, iridescent pearly shell texture
org.inkscape.effect.filter.Mothofprl0.noprefs: 3D mother of pearl (No preferences)
org.inkscape.effect.filter.Tigrfur0: Tiger fur pattern with folds and bevel around the edges
org.inkscape.effect.filter.Tigrfur0.noprefs: Tiger fur (No preferences)
org.inkscape.effect.filter.ShakenLiq0: Colorizable filling with flow inside like transparency
org.inkscape.effect.filter.ShakenLiq0.noprefs: Shaken liquid (No preferences)
org.inkscape.effect.filter.Comicream0: Comics shader with creamy waves transparency
org.inkscape.effect.filter.Comicream0.noprefs: Comics cream (No preferences)
org.inkscape.effect.filter.BlacLi0: Light areas turn to black
org.inkscape.effect.filter.BlacLi0.noprefs: Black Light (No preferences)
org.inkscape.effect.filter.LightEr0: Make the lightest parts of the object progressively transparent
org.inkscape.effect.filter.LightEr0.noprefs: Light eraser (No preferences)
org.inkscape.effect.filter.Noisyblur0: Small-scale roughening and blurring to edges and content
org.inkscape.effect.filter.Noisyblur0.noprefs: Noisy blur (No preferences)
org.inkscape.effect.filter.Filmgrain0: Render in shades of gray by reducing saturation to zero
org.inkscape.effect.filter.Filmgrain0.noprefs: Film grain (No preferences)
org.inkscape.effect.filter.Hslbumptr0: Highly flexible specular bump with transparency
org.inkscape.effect.filter.Hslbumptr0.noprefs: HSL Bumps, transparent (No preferences)
org.inkscape.effect.filter.Drawing0: Give lead pencil or chromolithography or engraving or other effects to images and material filled objects
org.inkscape.effect.filter.Drawing0.noprefs: Drawing (No preferences)
org.inkscape.effect.filter.Velvetbump0: Gives a smooth bump velvet like
org.inkscape.effect.filter.Velvetbump0.noprefs: Velvet bump (No preferences)
org.inkscape.effect.filter.AlphDr0: Gives a transparent drawing effect to bitmaps and materials
org.inkscape.effect.filter.AlphDr0.noprefs: Alpha draw (No preferences)
org.inkscape.effect.filter.AlphaDrawCol0: Gives a transparent color fill effect to bitmaps and materials
org.inkscape.effect.filter.AlphaDrawCol0.noprefs: Alpha draw, color (No preferences)
org.inkscape.effect.filter.ChewGum0: Creates colourizable blotches which smoothly flow over the edges of the lines at their crossings
org.inkscape.effect.filter.ChewGum0.noprefs: Chewing gum (No preferences)
org.inkscape.effect.filter.BlackOutl0: Draws a black outline around
org.inkscape.effect.filter.BlackOutl0.noprefs: Black outline (No preferences)
org.inkscape.effect.filter.ColOutl0: Draws a coloured outline around
org.inkscape.effect.filter.ColOutl0.noprefs: Color outline (No preferences)
org.inkscape.effect.filter.InnerShad0: Adds a colorizable drop shadow inside
org.inkscape.effect.filter.InnerShad0.noprefs: Inner shadow (No preferences)
org.inkscape.effect.filter.DarkGlow0: Darkens the edge with an inner blur and adds a flexible glow
org.inkscape.effect.filter.DarkGlow0.noprefs: Dark and glow (No preferences)
org.inkscape.effect.filter.DarkEdg0: Darken the edges with an inner blur
org.inkscape.effect.filter.DarkEdg0.noprefs: Darken edges (No preferences)
org.inkscape.effect.filter.WarpRainb0: Smooth rainbow colors warped along the edges and colorizable
org.inkscape.effect.filter.WarpRainb0.noprefs: Warped rainbow (No preferences)
org.inkscape.effect.filter.RoughDil0: Create a turbulent contour around
org.inkscape.effect.filter.RoughDil0.noprefs: Rough and dilate (No preferences)
org.inkscape.effect.filter.Gelatin0: Colorizable filling with gelatin like turbulence and transparency
org.inkscape.effect.filter.Gelatin0.noprefs: Gelatine (No preferences)
org.inkscape.effect.filter.OldPostcard: Slightly posterize and draw edges like on old printed postcards
org.inkscape.effect.filter.OldPostcard.noprefs: Old postcard (No preferences)
org.inkscape.effect.filter.FuzzyGlo0: In and out glow with a possible offset and colorizable flood
org.inkscape.effect.filter.FuzzyGlo0.noprefs: Fuzzy glow (No preferences)
org.inkscape.effect.filter.DotsTransp0: Gives a pointillist HSL sensitive transparency
org.inkscape.effect.filter.DotsTransp0.noprefs: Dots transparency (No preferences)
org.inkscape.effect.filter.CanvasTrans0: Gives a canvas like HSL sensitive transparency.
org.inkscape.effect.filter.CanvasTrans0.noprefs: Canvas transparency (No preferences)
org.inkscape.effect.filter.SmearTransp0: Paint objects with a transparent turbulence which turn around color edges
org.inkscape.effect.filter.SmearTransp0.noprefs: Smear transparency (No preferences)
org.inkscape.effect.filter.ThickPaint0: Thick painting effect with turbulence
org.inkscape.effect.filter.ThickPaint0.noprefs: Thick paint (No preferences)
org.inkscape.effect.filter.Burst0: Burst balloon texture crumpled and with holes
org.inkscape.effect.filter.Burst0.noprefs: Burst (No preferences)
org.inkscape.effect.filter.LeathEmb0: Combine a HSL edges detection bump with a leathery or woody and colorizable texture
org.inkscape.effect.filter.LeathEmb0.noprefs: Embossed leather (No preferences)
org.inkscape.effect.filter.carnaval0: White splotches evocating carnaval masks
org.inkscape.effect.filter.carnaval0.noprefs: Carnaval (No preferences)
org.inkscape.effect.filter.Plastify0: Combine a HSL edges detection bump with a wavy reflective surface effect
org.inkscape.effect.filter.Plastify0.noprefs: Plastify (No preferences)
org.inkscape.effect.filter.Plaster0: Combine a HSL edges detection bump with a matte and crumpled surface effect
org.inkscape.effect.filter.Plaster0.noprefs: Plaster (No preferences)
org.inkscape.effect.filter.RghTr0: Adds a turbulent transparency which displace pixels at the same time
org.inkscape.effect.filter.RghTr0.noprefs: Rough transparency (No preferences)
org.inkscape.effect.filter.Goua0: Partly opaque water color effect with bleed
org.inkscape.effect.filter.Goua0.noprefs: Gouache (No preferences)
org.inkscape.effect.filter.AlphEngr0: Gives a transparent engraving effect with rough line and filling
org.inkscape.effect.filter.AlphEngr0.noprefs: Alpha engraving (No preferences)
org.inkscape.effect.filter.AlphDrLq0: Gives a transparent fluid drawing effect with rough line and filling
org.inkscape.effect.filter.AlphDrLq0.noprefs: Alpha draw, liquid (No preferences)
org.inkscape.effect.filter.LiquDr0: Gives a fluid and wavy expressionist drawing effect to images
org.inkscape.effect.filter.LiquDr0.noprefs: Liquid drawing (No preferences)
org.inkscape.effect.filter.MarblInk0: Marbled transparency effect which conforms to image detected edges
org.inkscape.effect.filter.MarblInk0.noprefs: Marbled ink (No preferences)
org.inkscape.effect.filter.ThickAcryl0: Thick acrylic paint texture with high texture depth
org.inkscape.effect.filter.ThickAcryl0.noprefs: Thick acrylic (No preferences)
org.inkscape.effect.filter.AlphengrB0: Gives a controlable roughness engraving effect to bitmaps and materials
org.inkscape.effect.filter.AlphengrB0.noprefs: Alpha engraving B (No preferences)
org.inkscape.effect.filter.Lapp0: Something like a water noise
org.inkscape.effect.filter.Lapp0.noprefs: Lapping (No preferences)
org.inkscape.effect.filter.MonoPos0: Convert to a Colorizable transparent positive
org.inkscape.effect.filter.MonoPos0.noprefs: Monochrome positive (No preferences)
org.inkscape.effect.filter.MonoNeg0: Convert to a colorizable transparent negative
org.inkscape.effect.filter.MonoNeg0.noprefs: Monochrome negative (No preferences)
org.inkscape.effect.filter.LightErNeg0: Invert and make the lightest parts of the object progressively transparent
org.inkscape.effect.filter.LightErNeg0.noprefs: Light eraser, negative (No preferences)
org.inkscape.effect.filter.Repaint0: Repaint anything monochrome
org.inkscape.effect.filter.Repaint0.noprefs: Repaint (No preferences)
org.inkscape.effect.filter.PunchHol0: Punch object out of a colorizable opaque area
org.inkscape.effect.filter.PunchHol0.noprefs: Punch hole (No preferences)
org.inkscape.effect.filter.Riddl0: Riddle the surface and add bump to images
org.inkscape.effect.filter.Riddl0.noprefs: Riddled (No preferences)
org.inkscape.effect.filter.WrinkVarn0: Thick glossy and translucent paint texture with high depth
org.inkscape.effect.filter.WrinkVarn0.noprefs: Wrinkled varnish (No preferences)
org.inkscape.effect.filter.Canbum0: Canvas texture with an HSL sensitive height map
org.inkscape.effect.filter.Canbum0.noprefs: Canvas Bumps (No preferences)
org.inkscape.effect.filter.CanvBumDif0: Same than Canvas Bumps but with a diffuse light instead of a specular one
org.inkscape.effect.filter.CanvBumDif0.noprefs: Canvas Bumps, matte (No preferences)
org.inkscape.effect.filter.CanBumAl0: Same than Canvas Bumps but with transparent highlights
org.inkscape.effect.filter.CanBumAl0.noprefs: Canvas Bumps alpha (No preferences)
org.inkscape.effect.filter.LigCon0: Increase or decrease lightness and contrast
org.inkscape.effect.filter.LigCon0.noprefs: Lightness-Contrast (No preferences)
org.inkscape.effect.filter.CleEdg0: Removes or decreases glows and jaggeries around objects edges after applying some filters
org.inkscape.effect.filter.CleEdg0.noprefs: Clean edges (No preferences)
org.inkscape.effect.guidescreator: Guides creator...
org.inkscape.effect.guidescreator.noprefs: Guides creator (No preferences)
org.ekips.filter.insideout: Inside Out...
org.ekips.filter.insideout.noprefs: Inside Out (No preferences)
org.heathenx.remove_guides: Remove All Guides
org.heathenx.remove_guides.noprefs: Remove All Guides (No preferences)
org.ekips.filter.addnodes: Add Nodes...
org.ekips.filter.addnodes.noprefs: Add Nodes (No preferences)
org.inkscape.color.brighter: Brighter
org.inkscape.color.brighter.noprefs: Brighter (No preferences)
org.inkscape.color.custom: Custom...
org.inkscape.color.custom.noprefs: Custom (No preferences)
org.inkscape.color.darker: Darker
org.inkscape.color.darker.noprefs: Darker (No preferences)
org.inkscape.color.desaturate: Desaturate
org.inkscape.color.desaturate.noprefs: Desaturate (No preferences)
org.inkscape.color.grayscale: Grayscale
org.inkscape.color.grayscale.noprefs: Grayscale (No preferences)
org.inkscape.color.lesshue: Less Hue
org.inkscape.color.lesshue.noprefs: Less Hue (No preferences)
org.inkscape.color.lesslight: Less Light
org.inkscape.color.lesslight.noprefs: Less Light (No preferences)
org.inkscape.color.lesssaturation: Less Saturation
org.inkscape.color.lesssaturation.noprefs: Less Saturation (No preferences)
org.inkscape.color.morehue: More Hue
org.inkscape.color.morehue.noprefs: More Hue (No preferences)
org.inkscape.color.morelight: More Light
org.inkscape.color.morelight.noprefs: More Light (No preferences)
org.inkscape.color.moresaturation: More Saturation
org.inkscape.color.moresaturation.noprefs: More Saturation (No preferences)
org.inkscape.color.negative: Negative
org.inkscape.color.negative.noprefs: Negative (No preferences)
org.inkscape.color.randomize: Randomize...
org.inkscape.color.randomize.noprefs: Randomize (No preferences)
org.inkscape.color.removeblue: Remove Blue
org.inkscape.color.removeblue.noprefs: Remove Blue (No preferences)
org.inkscape.color.removegreen: Remove Green
org.inkscape.color.removegreen.noprefs: Remove Green (No preferences)
org.inkscape.color.removered: Remove Red
org.inkscape.color.removered.noprefs: Remove Red (No preferences)
org.inkscape.color.replacecolor: Replace color...
org.inkscape.color.replacecolor.noprefs: Replace color (No preferences)
org.inkscape.color.rgbbarrel: RGB Barrel
org.inkscape.color.rgbbarrel.noprefs: RGB Barrel (No preferences)
com.vaxxine.filter.dashes: Convert to Dashes
com.vaxxine.filter.dashes.noprefs: Convert to Dashes (No preferences)
se.lewerin.filter.dimension: Dimensions...
se.lewerin.filter.dimension.noprefs: Dimensions (No preferences)
org.ekips.filter.dots: Number Nodes...
org.ekips.filter.dots.noprefs: Number Nodes (No preferences)
il.fromtriangle: Draw From Triangle...
il.fromtriangle.noprefs: Draw From Triangle (No preferences)
org.greygreen.inkscape.effects.edge3d: Edge 3D...
org.greygreen.inkscape.effects.edge3d.noprefs: Edge 3D (No preferences)
org.ekips.filter.embedimage: Embed Images...
org.ekips.filter.embedimage.noprefs: Embed Images (No preferences)
org.inkscape.effect.eqtexsvg: LaTeX formula...
org.inkscape.effect.eqtexsvg.noprefs: LaTeX formula (No preferences)
org.ekips.filter.extractimage: Extract Image...
org.ekips.filter.extractimage.noprefs: Extract Image (No preferences)
org.greygreen.inkscape.effects.extrude: Extrude...
org.greygreen.inkscape.effects.extrude.noprefs: Extrude (No preferences)
org.ekips.filter.flatten: Flatten Beziers...
org.ekips.filter.flatten.noprefs: Flatten Beziers (No preferences)
org.inkscape.render.foldable-box: Foldable Box...
org.inkscape.render.foldable-box.noprefs: Foldable Box (No preferences)
org.ekips.filter.fractalize: Fractalize...
org.ekips.filter.fractalize.noprefs: Fractalize (No preferences)
org.inkscape.effect.funcplot: Function Plotter...
org.inkscape.effect.funcplot.noprefs: Function Plotter (No preferences)
org.ekips.filter.gears: Gear...
org.ekips.filter.gears.noprefs: Gear (No preferences)
grid.cartesian: Cartesian Grid...
grid.cartesian.noprefs: Cartesian Grid (No preferences)
grids.polar: Polar Grid...
grids.polar.noprefs: Polar Grid (No preferences)
org.inkscape.effect.guidescreator: Guides creator...
org.inkscape.effect.guidescreator.noprefs: Guides creator (No preferences)
org.ekips.filter.handles: Draw Handles
org.ekips.filter.handles.noprefs: Draw Handles (No preferences)
org.inkscape.help.askaquestion: Ask Us a Question
org.inkscape.help.askaquestion.noprefs: Ask Us a Question (No preferences)
org.inkscape.help.commandline: Command Line Options
org.inkscape.help.commandline.noprefs: Command Line Options (No preferences)
org.inkscape.help.faq: FAQ
org.inkscape.help.faq.noprefs: FAQ (No preferences)
org.inkscape.help.keys: Keys and Mouse Reference
org.inkscape.help.keys.noprefs: Keys and Mouse Reference (No preferences)
org.inkscape.help.manual: Inkscape Manual
org.inkscape.help.manual.noprefs: Inkscape Manual (No preferences)
org.inkscape.help.relnotes: New in This Version
org.inkscape.help.relnotes.noprefs: New in This Version (No preferences)
org.inkscape.help.reportabug: Report a Bug
org.inkscape.help.reportabug.noprefs: Report a Bug (No preferences)
org.inkscape.help.svgspec: SVG 1.1 Specification
org.inkscape.help.svgspec.noprefs: SVG 1.1 Specification (No preferences)
org.ekips.filter.interp: Interpolate...
org.ekips.filter.interp.noprefs: Interpolate (No preferences)
org.inkscape.filter.interp-att-g: Interpolate Attribute in a group...
org.inkscape.filter.interp-att-g.noprefs: Interpolate Attribute in a group (No preferences)
org.ekips.filter.turtle.lindenmayer: L-system...
org.ekips.filter.turtle.lindenmayer.noprefs: L-system (No preferences)
com.kaioa.lorem_ipsum: Lorem ipsum...
com.kaioa.lorem_ipsum.noprefs: Lorem ipsum (No preferences)
org.ekips.filter.markers.strokepaint: Color Markers to Match Stroke
org.ekips.filter.markers.strokepaint.noprefs: Color Markers to Match Stroke (No preferences)
com.njhurst.filter.measure_length: Measure Path...
com.njhurst.filter.measure_length.noprefs: Measure Path (No preferences)
org.ekips.filter.motion: Motion...
org.ekips.filter.motion.noprefs: Motion (No preferences)
org.inkscape.effect.param_curves: Parametric Curves...
org.inkscape.effect.param_curves.noprefs: Parametric Curves (No preferences)
math.univ-lille1.barraud.pathdeform: Pattern along Path...
math.univ-lille1.barraud.pathdeform.noprefs: Pattern along Path (No preferences)
math.univ-lille1.barraud.pathScatter: Scatter...
math.univ-lille1.barraud.pathScatter.noprefs: Scatter (No preferences)
org.coswellproductions.inkscape.effects.perfectboundcover: Perfect-Bound Cover Template...
org.coswellproductions.inkscape.effects.perfectboundcover.noprefs: Perfect-Bound Cover Template (No preferences)
org.ekips.filter.perspective: Perspective
org.ekips.filter.perspective.noprefs: Perspective (No preferences)
math.polyhedron.3d: 3D Polyhedron...
math.polyhedron.3d.noprefs: 3D Polyhedron (No preferences)
org.inkscape.printing.marks: Printing Marks...
org.inkscape.printing.marks.noprefs: Printing Marks (No preferences)
org.ekips.filter.radiusrand: Jitter nodes...
org.ekips.filter.radiusrand.noprefs: Jitter nodes (No preferences)
org.ekips.filter.alphabetsoup: Alphabet Soup...
org.ekips.filter.alphabetsoup.noprefs: Alphabet Soup (No preferences)
org.inkscape.render.barcode: Barcode...
org.inkscape.render.barcode.noprefs: Barcode (No preferences)
org.inkscape.filter.restack: Restack...
org.inkscape.filter.restack.noprefs: Restack (No preferences)
org.ekips.filter.turtle.rtree: Random Tree...
org.ekips.filter.turtle.rtree.noprefs: Random Tree (No preferences)
math.univ-lille1.barraud.spherify: Rubber Stretch...
math.univ-lille1.barraud.spherify.noprefs: Rubber Stretch (No preferences)
org.ekips.filter.spirograph: Spirograph...
org.ekips.filter.spirograph.noprefs: Spirograph (No preferences)
org.ekips.filter.straightseg: Straighten Segments...
org.ekips.filter.straightseg.noprefs: Straighten Segments (No preferences)
org.ekips.filter.summersnight: Envelope
org.ekips.filter.summersnight.noprefs: Envelope (No preferences)
org.inkscape.render.calendar: Calendar...
org.inkscape.render.calendar.noprefs: Calendar (No preferences)
org.inkscape.text.braille: Convert to Braille
org.inkscape.text.braille.noprefs: Convert to Braille (No preferences)
org.inkscape.text.flipcase: fLIP cASE
org.inkscape.text.flipcase.noprefs: fLIP cASE (No preferences)
org.inkscape.text.lowercase: lowercase
org.inkscape.text.lowercase.noprefs: lowercase (No preferences)
org.inkscape.text.randomcase: rANdOm CasE
org.inkscape.text.randomcase.noprefs: rANdOm CasE (No preferences)
org.inkscape.text.replacetext: Replace text...
org.inkscape.text.replacetext.noprefs: Replace text (No preferences)
org.inkscape.text.sentencecase: Sentence case
org.inkscape.text.sentencecase.noprefs: Sentence case (No preferences)
org.inkscape.text.titlecase: Title Case
org.inkscape.text.titlecase.noprefs: Title Case (No preferences)
org.inkscape.text.uppercase: UPPERCASE
org.inkscape.text.uppercase.noprefs: UPPERCASE (No preferences)
math.triangle: Triangle...
math.triangle.noprefs: Triangle (No preferences)
org.inkscape.web.set-att: Set Attributes...
org.inkscape.web.set-att.noprefs: Set Attributes (No preferences)
org.inkscape.web.transmit-att: Transmit Attributes...
org.inkscape.web.transmit-att.noprefs: Transmit Attributes (No preferences)
org.ekips.filter.whirl: Whirl...
org.ekips.filter.whirl.noprefs: Whirl (No preferences)
LeWitt:mp suv$

Revision history for this message
su_v (suv-lp) said :
#4

oops - delete the first line of the list
> Xlib: extension "RANDR" missing on display "/tmp/launch-CeMrN1/:0".
that's an X11 warning message I forgot to delete ;-(

Revision history for this message
K McClard (winsurv3d) said :
#5

Thanks ~suv, that solved my question.

Revision history for this message
su_v (suv-lp) said :
#6

Apologies if my comment about 'I don't understand' sounded unfriendly - wasn't meant to be and I hit the 'Add Comment' button too soon!

;-) ~suv

Revision history for this message
K McClard (winsurv3d) said :
#7

I very much appreciate your response on this and the list you have provided me is exactly what I need. I have spent hours trying to generate this list and was using inkscapec.exe and trying to direct the output to file, but that did not work.

Revision history for this message
su_v (suv-lp) said :
#8

I have no experience with Inkscape on Windows myself, but maybe these links are helpful:

How to Use Inkscape's Command Line Options on Win32 | kaioa.com:
<http://kaioa.com/node/42>

How to Use Inkscape's Command Line Options on Win32 - Part 2 | kaioa.com:
<http://kaioa.com/node/43>

inkscapec.exe - A Command Line Wrapper for Win32 | kaioa.com:
<http://kaioa.com/node/63>

inkscape-devel mailing list: include inkscapec.exe ?
<http://thread.gmane.org/gmane.comp.graphics.inkscape.devel/30268>

but probably you have read them already ;-)

Revision history for this message
panterga (ch04) said :
#9

hi
I don't find the good way to use command line
 I have a picture with a txt I would like to change this text by command line

I want to put "AAAA" in text3008
I tried :

inkscape dessin.svg --select=text3008 --verb=org.inkscape.text.replacetext

 I obtain a box message to change a text with an another but I would like in automatic with the command line ...

Do you know how I can do it ???

thank you

Revision history for this message
Christoph Buchner (bilderbuchi) said :
#10

excellent question, panterga, I got the exact same one :D