<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - When importing media (eg images) to libreoffice it would be friendly to save some metadata"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=119563#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - When importing media (eg images) to libreoffice it would be friendly to save some metadata"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=119563">bug 119563</a>
              from <span class="vcard"><a class="email" href="mailto:tietze.heiko@gmail.com" title="Heiko Tietze <tietze.heiko@gmail.com>"> <span class="fn">Heiko Tietze</span></a>
</span></b>
        <pre>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=149879" name="attach_149879" title="Document properties in inkscape">attachment 149879</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=149879&action=edit" title="Document properties in inkscape">[details]</a></span>
Document properties in inkscape

(In reply to ffs from <a href="show_bug.cgi?id=119563#c8">comment #8</a>)
<span class="quote">> Personally I'd stick it in the metadata of the image rather than a private
> LO tag.</span >

We need to take care about compatibility, ie. roundtrips of the odf with other
tools like OpenOffice, Calligra, with alien formats such as from MSO and when
exporting/importing the image as SVG, for example.

As of SVG, Inkscape has some tags shown in the attachment. Those are saved in
the metadata

<metadata
     id="metadata5">
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:format>image/svg+xml</dc:format>
        <dc:type
           rdf:resource="<a href="http://purl.org/dc/dcmitype/StillImage">http://purl.org/dc/dcmitype/StillImage</a>" />
        <dc:title>Test</dc:title>
        <dc:date>11.3.2019</dc:date>
        <dc:creator>
          <cc:Agent>
            <dc:title>HT</dc:title>
          </cc:Agent>
        </dc:creator>
        <dc:rights>
          <cc:Agent>
            <dc:title>CC0</dc:title>
          </cc:Agent>
        </dc:rights>
        <dc:publisher>
          <cc:Agent>
            <dc:title>HT</dc:title>
          </cc:Agent>
        </dc:publisher>
        <dc:identifier>none</dc:identifier>
        <dc:source>self-made</dc:source>
        <dc:language>English</dc:language>
        <dc:subject>
          <rdf:Bag>
            <rdf:li>test</rdf:li>
            <rdf:li>rectangle</rdf:li>
          </rdf:Bag>
        </dc:subject>
        <dc:description>This is a test.</dc:description>
        <dc:contributor>
          <cc:Agent>
            <dc:title>RH</dc:title>
          </cc:Agent>
        </dc:contributor>
        <cc:license
           rdf:resource="<a href="http://creativecommons.org/publicdomain/zero/1.0/">http://creativecommons.org/publicdomain/zero/1.0/</a>" />
      </cc:Work>
      <cc:License
         rdf:about="<a href="http://creativecommons.org/publicdomain/zero/1.0/">http://creativecommons.org/publicdomain/zero/1.0/</a>">
        <cc:permits
           rdf:resource="<a href="http://creativecommons.org/ns#Reproduction">http://creativecommons.org/ns#Reproduction</a>" />
        <cc:permits
           rdf:resource="<a href="http://creativecommons.org/ns#Distribution">http://creativecommons.org/ns#Distribution</a>" />
        <cc:permits
           rdf:resource="<a href="http://creativecommons.org/ns#DerivativeWorks">http://creativecommons.org/ns#DerivativeWorks</a>" />
      </cc:License>
    </rdf:RDF>
  </metadata>

Sounds like some work for the developers.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>