<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Am 03.01.2011 11:41, schrieb Thomas Freitag:
    <blockquote cite="mid:4D21A7C2.40002@kabelmail.de" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <title></title>
      Am 03.01.2011 00:28, schrieb Albert Astals Cid:
      <blockquote cite="mid:201101022328.45556.aacid@kde.org"
        type="cite">
        <pre wrap="">A Diumenge, 2 de gener de 2011, Thomas Freitag va escriure:
</pre>
        <blockquote type="cite">
          <pre wrap="">Am 01.01.2011 22:34, schrieb Albert Astals Cid:
</pre>
          <blockquote type="cite">
            <pre wrap="">A Dissabte, 1 de gener de 2011, Thomas Freitag va escriure:
</pre>
            <blockquote type="cite">
              <pre wrap="">Please regtest this new patch. What I've done in the meantime:

a) speed up the implemenation but have enough quality left.
b) implement the shading extend in a correct way, test it against the
samples from the PDF spec (appendix L)
c) test it against all samples from Andrea, including bug 32349&amp;  30887.
d) test it against ducks&amp;  roses and all the PDF You send me because of
regressions with former patches.

So I'm think I'm quite near of finishing the implementation, just
waiting for the result of Your regtest.
</pre>
            </blockquote>
            <pre wrap="">There are a few empty pixels in the border of
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://bugsfiles.kde.org/attachment.cgi?id=20680">http://bugsfiles.kde.org/attachment.cgi?id=20680</a>
</pre>
          </blockquote>
          <pre wrap="">Sorry, I made such a lot changes in the last three days, that I forgot
to remove a test case where I wanted to see where normal shading stops
and extending shading starts, so the last circle of normal shading was
no more painted :-(

Please try the new patch.
</pre>
        </blockquote>
        <pre wrap="">There is a regression on page 25 of 
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://download.tuxfamily.org/magnum/doc/magnum04.pdf">http://download.tuxfamily.org/magnum/doc/magnum04.pdf</a>

See attached files.
</pre>
      </blockquote>
    </blockquote>
    Have You already read this? Had problems in sending it, don't know
    if its the mailserver from kabelmail or from freedesktop, so try
    another mailserver then kabelmail. If You haven't already read it,
    please read the next few lines:<br>
    <br>
    <blockquote cite="mid:4D21A7C2.40002@kabelmail.de" type="cite">
      <blockquote cite="mid:201101022328.45556.aacid@kde.org"
        type="cite"> </blockquote>
      This was not really a bug in the new feature "radial shading":
      when I introduced the dynamic pattern in axial shading, and the
      ability to return gFalse in getColor() if nothing should be paint,
      I forgot to increase some pipe pointers in pipeRun, i.e. if
      softmask is used the softmask pointers must be increased, too. <br>
      <br>
      Please try the new patch.<br>
      <br>
      BTW, Albert: I start working again, and because this is almost a
      private pleasure, I can probably look only on weekend into new
      regressions. And because I think we are really quite near, could
      You please run the regression test over all PDF and send me them
      all or links to it instead stopping the test if You first
      regression? Then I can look at all regressions next weekend...<br>
      <br>
      Thomas<br>
      <br>
      <blockquote cite="mid:201101022328.45556.aacid@kde.org"
        type="cite">
        <pre wrap="">Albert

</pre>
        <blockquote type="cite">
          <pre wrap="">Thomas

</pre>
          <blockquote type="cite">
            <pre wrap="">Albert

</pre>
            <blockquote type="cite">
              <pre wrap="">Happy new year,
Thomas

Am 31.12.2010 03:10, schrieb Thomas Freitag:
</pre>
              <blockquote type="cite">
                <pre wrap="">I made a lot of mistakes, but I'm quite close now, s. attached
rendering of Andrea's PDF. What is still up to do, is
a) speed it up again
b) implement the shading extend in a correct way (I'd already a look
at it, it's also wrong implemented in Gfx)
c) run it again through my own regression test.

Thomas

Am 30.12.2010 12:20, schrieb Thomas Freitag:
</pre>
                <blockquote type="cite">
                  <pre wrap="">I just recognized a bug with Andrea's PDF when drawing non centered
circles. Want to fix that first before sending a new patch.

Thomas

Am 30.12.2010 11:29, schrieb Albert Astals Cid:
</pre>
                  <blockquote type="cite">
                    <pre wrap="">A Dijous, 30 de desembre de 2010, v&agrave;reu escriure:
</pre>
                    <blockquote type="cite">
                      <pre wrap="">Sorry, I attached Your "new.png", not mine. Here the correct one
produced with the above changes.
</pre>
                    </blockquote>
                    <pre wrap="">This looks good enough for me, can you send the full patch to the
list?

Thanks!

Albert

</pre>
                    <blockquote type="cite">
                      <pre wrap="">Thomas

Am 30.12.2010 10:31, schrieb Thomas Freitag:
</pre>
                      <blockquote type="cite">
                        <pre wrap="">Hi Albert!

I changed the SplashRadialPattern::getColor a little bit to solve
this. It is still a little bit different from the old one, in my
opinion a little bit better, but that's just a flavour, and in
other cases it could be a little bit more worse. So if You agree,
I can send
a complete new patch.

BTW, as You probably see, Andrea attached his PDF to the closed bug
32349. I saw already yesterday, that also the new rendering with
the latest patch is quite better than the old rendering, but it's
still not shown what Acrobat reader shows. I'll have an additional
look in it, but I fear that this will be again a bigger job (the
PDF has 128 radial shadings, and only some of them are still
buggy!). So (if not solvable in time) I would prefer to close this
thread first, and then reopen the bug or create a new one.

Do You agree, or do You have other ideas?

Thomas

FYI, here the changes:

GBool SplashRadialPattern::getColor(int x, int y, SplashColorPtr c)
{

    double xc, yc;
    int xs, ys;
    Guchar *bitmapAlpha;
    
    bitmapAlpha = bitmap-&gt;getAlphaPtr();
    ictm.transform(x, y,&amp;xc,&amp;yc);
    xs = splashRound(xc);
    ys = splashRound(yc);
    // Because of rounding problems, coordinates could be
    // outside the bitmap. Reset them on the outer bound now
    // and let it up to the alpha channel if they are shown:
    if (xs&lt;   0) xs = 0;
    if (xs&gt;= bitmap-&gt;getWidth()) xs = bitmap-&gt;getWidth() - 1;
    if (ys&lt;   0) ys = 0;
    if (ys&gt;= bitmap-&gt;getHeight()) ys = bitmap-&gt;getHeight() - 1;
    if (bitmapAlpha[ys * bitmap-&gt;getWidth() + xs])
    
        bitmap-&gt;getPixel(xs, ys, c);
    
    else
    
        return gFalse;
    
    return gTrue;

}

Am 29.12.2010 23:28, schrieb Albert Astals Cid:
</pre>
                        <blockquote type="cite">
                          <pre wrap="">First page, left of the "title". A few white pixels in there.

Albert

A Dimecres, 29 de desembre de 2010, Thomas Freitag va escriure:
</pre>
                          <blockquote type="cite">
                            <pre wrap="">Am 29.12.2010 18:53, schrieb Andrea Canciani:
</pre>
                            <blockquote type="cite">
                              <pre wrap="">On Wed, Dec 29, 2010 at 4:48 PM, Thomas Freitag

<a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:Thomas.Freitag@kabelmail.de">&lt;Thomas.Freitag@kabelmail.de&gt;</a>     wrote:
</pre>
                              <blockquote type="cite">
                                <pre wrap="">...
I made a mistake when solving the problem with
altona_visual_1v2a_x3.pdf. I find now a better way to solve
it, which
also gives a better look of the printer paper back again.
</pre>
                              </blockquote>
                              <pre wrap="">I'd like to point yo to another pdf whose rendering regresses
with the
patch: <a moz-do-not-send="true" class="moz-txt-link-freetext" href="https://bugs.freedesktop.org/attachment.cgi?id=41506">https://bugs.freedesktop.org/attachment.cgi?id=41506</a>
</pre>
                            </blockquote>
                            <pre wrap="">Albert, can You please just change two lines in the former patch?
1. In SplashOutputDev.cc in the constructor of
SplashRadialPattern, replace
+ bitmap = new SplashBitmap(splashRound(width) + 1,
splashRound(height)
+ 1, colorMode != splashModeMono1, colorMode, gTrue);
through
+      bitmap = new SplashBitmap(splashRound(width) + 2,
splashRound(height) + 2, colorMode != splashModeMono1, colorMode,
gTrue);
2. In Splash.cc in the painting routine radialShadedFill, where
the smaller extend circle is painted, replace
+ drawPartEllipseLine(&amp;pipe, 2* yo - curY, xMin, xMax);
through
+                drawPartEllipseLine(&amp;pipe, curY, xMin, xMax);
(curY is alfready recalculated two line before!)

Or just reapply the attached patch.
This solves the rendering regressions mailed by Andrea.

Thomas

</pre>
                            <blockquote type="cite">
                              <pre wrap="">In the last row, half of the inner circle is transparent with
poppler/master+radialsh.patch.

Andrea

PS: Sorry for removing most of the thread from this message,
but gmail
squashed it to just one level.
_______________________________________________
poppler mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:poppler@lists.freedesktop.org">poppler@lists.freedesktop.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/poppler">http://lists.freedesktop.org/mailman/listinfo/poppler</a>

..
</pre>
                            </blockquote>
                          </blockquote>
                        </blockquote>
                      </blockquote>
                    </blockquote>
                    <pre wrap="">.


_______________________________________________
poppler mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:poppler@lists.freedesktop.org">poppler@lists.freedesktop.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/poppler">http://lists.freedesktop.org/mailman/listinfo/poppler</a>
</pre>
                    <pre wrap=""><fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
poppler mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:poppler@lists.freedesktop.org">poppler@lists.freedesktop.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/poppler">http://lists.freedesktop.org/mailman/listinfo/poppler</a>
</pre>
                  </blockquote>
                </blockquote>
              </blockquote>
            </blockquote>
          </blockquote>
        </blockquote>
      </blockquote>
      <br>
    </blockquote>
    <br>
  </body>
</html>