<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - pdftocairo -svg generates svg with inverted nested jpeg image"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=68965#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - pdftocairo -svg generates svg with inverted nested jpeg image"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=68965">bug 68965</a>
              from <span class="vcard"><a class="email" href="mailto:ajohnson@redneon.com" title="Adrian Johnson <ajohnson@redneon.com>"> <span class="fn">Adrian Johnson</span></a>
</span></b>
        <pre>The jpeg is in CMYK format. If the viewer doesn't understand CMYK (and most
don't) it will interpret the CMY values as RGB. An approximate conversion
between RGB and CMY is:

C = 1 - R
Y = 1 - G
M = 1 - B

So interpreting the CMY as RGB will appear to "invert" the colors.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>