Hello,
I would like to invert the colors of a SVG.
My proboem, the tool "Filter -> Color -> Invert/Negative" does not invert the colors,
but creates an additional object in the SVG file:
<filter inkscape:menu="Color" ...></filter>
Is there a chance to invert all the colors instead of adding a "<filter>" object?
Thanks a lot
Markus
Apply filter
Re: Apply filter
Hi
When you say invert color what do you want really?
Do you want the White to become Black, Red to become Green etc?
Try the; Extension - Color - Negative
It might (not) be doing what you want.
This extension 'Inverts' the colors by 'inverting' the numerical value of each of the Red, Green and Blue (RGB) components.
In the palette each of the RGB values can vary from 0 to 255, the 'Color Invert' extension inverts by subtracting the present value from 255.
A pure red - which have RGB values of (255, 0, 0) - will be turned into (255-255, 255-0, 255-0) = (0, 255, 255) which is not green.
To change the pure red (255, 0, 0) to pure green (0, 255, 0) you can use my 'old' swap palettes
extension http://www.inkscapeforum.com/viewtopic.php?f=5&t=14090&start=25#p55435
This extension is 'unpolished' and might not be doing what you want either.
Please revert.
RGDS
Ragnar
When you say invert color what do you want really?
Do you want the White to become Black, Red to become Green etc?
Try the; Extension - Color - Negative
It might (not) be doing what you want.
This extension 'Inverts' the colors by 'inverting' the numerical value of each of the Red, Green and Blue (RGB) components.
In the palette each of the RGB values can vary from 0 to 255, the 'Color Invert' extension inverts by subtracting the present value from 255.
A pure red - which have RGB values of (255, 0, 0) - will be turned into (255-255, 255-0, 255-0) = (0, 255, 255) which is not green.
To change the pure red (255, 0, 0) to pure green (0, 255, 0) you can use my 'old' swap palettes
extension http://www.inkscapeforum.com/viewtopic.php?f=5&t=14090&start=25#p55435
This extension is 'unpolished' and might not be doing what you want either.
Please revert.
RGDS
Ragnar
Good Luck!
( ͡° ͜ʖ ͡°)
RGDS
Ragnar
( ͡° ͜ʖ ͡°)
RGDS
Ragnar