The inkscape can have a suport for the OpenRaster format and allow
the OpenRaster name space on the SVG XML.
When we try to change the contrast on a raster image the XML
changes from:
<image xlink:href="img.jpg" />
to this:
<openraster:image>
<openraster:layers>
<openraster:brightness-contrast contrast='1.4'/>
<openraster:layer src='img.jpg'/>
</openraster:layers>
</openraster:image>
We can use the menu "object > raster > aplay raster changes"
and the OpenRaster block comes to a <svg:image>. It will
help to send the SVG file to other softwares.