Re: [poppler] 4 commits - CMakeLists.txt poppler/Gfx.cc poppler/Gfx.h poppler/GfxState.cc poppler/GfxState_helpers.h poppler/Makefile.am poppler/OutputDev.h poppler/PSOutputDev.cc poppler/PSOutputDev.

2009-06-08 Thread Thomas Freitag
] On Behalf Of Thomas Freitag Sent: Thursday, June 04, 2009 2:33 AM To: Albert Astals Cid Cc: poppler@lists.freedesktop.org Subject: Re: [poppler] 4 commits - CMakeLists.txt poppler/Gfx.cc poppler/Gfx.h poppler/GfxState.cc poppler/GfxState_helpers.h poppler/Makefile.am poppler/OutputDev.h

Re: [poppler] Patch proposal: Implementation for real gouraud shaded triangles

2010-10-06 Thread Thomas Freitag
Hi Christian! Sorry, I just subscribed to the poppler mailing list, so I didn't get Your patch and haven't seen the complete discussion. As far as I understand, You speed up matrix and triangle patch shadings, but only with RGB colorspaces. I would be interested in having that at least for

Re: [poppler] Seeking development aids: Conversion colorspace - SplashColorMode

2010-10-09 Thread Thomas Freitag
Hi Christian! Does this code snippet help You? : state-setFillColor(gfxColor); switch (colorMode) { case splashModeMono1: case splashModeMono8: state-getFillGray(gray); color[0] = colToByte(gray); break; case splashModeXBGR8: color[3] = 255; case splashModeRGB8:

Re: [poppler] Patch proposal: Implementation for real gouraud shaded triangles

2010-10-10 Thread Thomas Freitag
Hi Albert Christian! I tested the bugfix and the (corrected) improvement patch aginst splash mode CMYK and grayscale (I forced SplashOutputDev to produce a CMYK and a grayscale bitmap), and I found no problems with it. Because the bugfix for gouraud shading produces outputs much more likely

Re: [poppler] Bugfix proposal for Shading Type 6 and 7

2010-10-14 Thread Thomas Freitag
(); if ( strncmp( name0, OC, 2) == 0 contentConfig) { diff --git a/poppler/Gfx.h b/poppler/Gfx.h index cb42b5c..86dc03c 100644 --- a/poppler/Gfx.h +++ b/poppler/Gfx.h @@ -20,6 +20,7 @@ // Copyright (C) 2009 Albert Astals Cid aa...@kde.org // Copyright (C) 2009, 2010 Thomas Freitag thomas.frei...@alfa.de

Re: [poppler] Shading bug

2010-10-16 Thread Thomas Freitag
The enclosure test in Gfx::doRadialShFill doesn't work properly if r0 r1, I'll fix it together withbug 30446 https://bugs.freedesktop.org/show_bug.cgi?id=30446 Thomas Am 15.10.2010 22:58, schrieb Albert Astals Cid: If you shading guys can have a look at

Re: [poppler] Shading bug

2010-10-16 Thread Thomas Freitag
Sorry, I meantbug 30436 https://bugs.freedesktop.org/show_bug.cgi?id=30436 Thomas Am 16.10.2010 18:28, schrieb Thomas Freitag: The enclosure test in Gfx::doRadialShFill doesn't work properly if r0 r1, I'll fix it together withbug 30446 https://bugs.freedesktop.org/show_bug.cgi?id=30446

Re: [poppler] Bugfix proposal for Shading Type 6 and 7

2010-10-16 Thread Thomas Freitag
Hi Albert! I just uploaded the Christian's enhancements together with mine to bug 30436 https://bugs.freedesktop.org/show_bug.cgi?id=30436 Please start the regtest. Thomas Am 15.10.2010 01:01, schrieb Albert Astals Cid: A Dijous, 14 d'octubre de 2010, Christian Feuersänger va escriure:

Re: [poppler] Creating PDF with poppler ?

2010-10-29 Thread Thomas Freitag
Hi! Don't use poppler to create / manipulate PDFs at all. The existing write routines (in PDFDoc) are completely buggy. I'll upload a patch and create a simple test programm extracting PDF pages as 1-page-PDF or merge several PDFs to one PDF during my next vacation, probably over Christmas.

Re: [poppler] Creating PDF with poppler ?

2010-12-20 Thread Thomas Freitag
Hi all! How I promised long time ago, here now a patch for the poppler writing routines and some new helper function, together with two small sample programs using them. In merging the writer routines I encountered, that some of the problems I found are

Re: [poppler] Followup Bug 32349 Poppler: More shading fun ;-)

2010-12-28 Thread Thomas Freitag
Am 27.12.2010 19:40, schrieb Albert Astals Cid: A Dilluns, 27 de desembre de 2010, Thomas Freitag va escriure: Thanks for immediately starting regtesting. Thought You're in xmas vacation or have enough to do releasing 0.16.0. Here the correction for the artefacts by pdftoppm, I made a small

Re: [poppler] Followup Bug 32349 Poppler: More shading fun ;-)

2010-12-29 Thread Thomas Freitag
Am 28.12.2010 16:51, schrieb Albert Astals Cid: A Dimarts, 28 de desembre de 2010, vàreu escriure: Am 27.12.2010 19:40, schrieb Albert Astals Cid: A Dilluns, 27 de desembre de 2010, Thomas Freitag va escriure: Thanks for immediately starting regtesting. Thought You're in xmas vacation or have

Re: [poppler] Followup Bug 32349 Poppler: More shading fun ;-)

2010-12-29 Thread Thomas Freitag
Am 29.12.2010 10:13, schrieb Thomas Freitag: Am 28.12.2010 16:51, schrieb Albert Astals Cid: A Dimarts, 28 de desembre de 2010, vàreu escriure: Am 27.12.2010 19:40, schrieb Albert Astals Cid: A Dilluns, 27 de desembre de 2010, Thomas Freitag va escriure: Thanks for immediately starting

Re: [poppler] Followup Bug 32349 Poppler: More shading fun ;-)

2010-12-29 Thread Thomas Freitag
Am 29.12.2010 10:52, schrieb Albert Astals Cid: A Dimecres, 29 de desembre de 2010, Thomas Freitag va escriure: Am 28.12.2010 16:51, schrieb Albert Astals Cid: A Dimarts, 28 de desembre de 2010, vàreu escriure: Am 27.12.2010 19:40, schrieb Albert Astals Cid: A Dilluns, 27 de desembre de 2010

Re: [poppler] Followup Bug 32349 Poppler: More shading fun ;-)

2010-12-29 Thread Thomas Freitag
Am 29.12.2010 15:11, schrieb Albert Astals Cid: A Dimecres, 29 de desembre de 2010, Albert Astals Cid va escriure: A Dimecres, 29 de desembre de 2010, Thomas Freitag va escriure: Am 29.12.2010 10:13, schrieb Thomas Freitag: Am 28.12.2010 16:51, schrieb Albert Astals Cid: A Dimarts, 28 de

Re: [poppler] Followup Bug 32349 Poppler: More shading fun ;-)

2010-12-29 Thread Thomas Freitag
Am 29.12.2010 18:53, schrieb Andrea Canciani: On Wed, Dec 29, 2010 at 4:48 PM, Thomas Freitag thomas.frei...@kabelmail.de wrote: ... 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

Re: [poppler] Followup Bug 32349 Poppler: More shading fun ;-)

2011-01-01 Thread Thomas Freitag
32349 30887. d) test it against ducks 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. Happy new year, Thomas Am 31.12.2010 03:10, schrieb Thomas Freitag: I

Re: [poppler] Followup Bug 32349 Poppler: More shading fun ;-)

2011-01-02 Thread Thomas Freitag
Am 01.01.2011 22:34, schrieb Albert Astals Cid: A Dissabte, 1 de gener de 2011, Thomas Freitag va escriure: 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

Re: [poppler] Followup Bug 32349 Poppler: More shading fun ;-)

2011-01-03 Thread Thomas Freitag
Am 03.01.2011 00:28, schrieb Albert Astals Cid: A Diumenge, 2 de gener de 2011, Thomas Freitag va escriure: Am 01.01.2011 22:34, schrieb Albert Astals Cid: A Dissabte, 1 de gener de 2011, Thomas Freitag va escriure: Please regtest this new patch. What I've done in the meantime: a) speed up

Re: [poppler] Followup Bug 32349 Poppler: More shading fun ;-)

2011-01-03 Thread Thomas Freitag
Am 03.01.2011 11:41, schrieb Thomas Freitag: Am 03.01.2011 00:28, schrieb Albert Astals Cid: A Diumenge, 2 de gener de 2011, Thomas Freitag va escriure: Am 01.01.2011 22:34, schrieb Albert Astals Cid: A Dissabte, 1 de gener de 2011, Thomas Freitag va escriure: Please regtest this new patch

Re: [poppler] Followup Bug 32349 Poppler: More shading fun ;-)

2011-01-03 Thread Thomas Freitag
Am 03.01.2011 11:41, schrieb Thomas Freitag: Am 03.01.2011 00:28, schrieb Albert Astals Cid: A Diumenge, 2 de gener de 2011, Thomas Freitag va escriure: Am 01.01.2011 22:34, schrieb Albert Astals Cid: A Dissabte, 1 de gener de 2011, Thomas Freitag va escriure: Please regtest this new patch

Re: [poppler] Followup Bug 32349 Poppler: More shading fun ;-)

2011-01-09 Thread Thomas Freitag
Am 08.01.2011 00:56, schrieb Albert Astals Cid: A Dilluns, 3 de gener de 2011, Thomas Freitag va escriure: Am 03.01.2011 00:28, schrieb Albert Astals Cid: A Diumenge, 2 de gener de 2011, Thomas Freitag va escriure: Am 01.01.2011 22:34, schrieb Albert Astals Cid: A Dissabte, 1 de gener de

Re: [poppler] Followup Bug 32349 Poppler: More shading fun ;-)

2011-01-12 Thread Thomas Freitag
Am 09.01.2011 23:48, schrieb Albert Astals Cid: A Diumenge, 9 de gener de 2011, Thomas Freitag va escriure: Am 08.01.2011 00:56, schrieb Albert Astals Cid: A Dilluns, 3 de gener de 2011, Thomas Freitag va escriure: Am 03.01.2011 00:28, schrieb Albert Astals Cid: A Diumenge, 2 de gener de

[poppler] Radial shading in poppler

2011-01-17 Thread Thomas Freitag
Hi, It's once again me, this time without a patch :-). I just want to discuss some open issues that come into my mind after sleeping one night over it, and this don't really depends completely on radial shading in Splash, therefore I open a new thread: After digging really deep into radial

Re: [poppler] Radial shading in poppler

2011-01-19 Thread Thomas Freitag
Am 18.01.2011 18:40, schrieb Andrea Canciani: On Tue, Jan 18, 2011 at 4:31 PM, Thomas Freitag thomas.frei...@kabelmail.de wrote: Am 17.01.2011 20:13, schrieb Albert Astals Cid: A Dilluns, 17 de gener de 2011, Andrea Canciani va escriure: On Mon, Jan 17, 2011 at 11:33 AM, Thomas Freitag

Re: [poppler] Followup Bug 32349 Poppler: More shading fun ;-)

2011-01-23 Thread Thomas Freitag
Am 23.01.2011 18:12, schrieb Albert Astals Cid: A Dissabte, 15 de gener de 2011, Thomas Freitag va escriure The memory problems were coming still from the wrong calculation of shading extension which I took from Gfx.cc and tried to correct, but it still leaded to huge circles. Andrea gave me

[poppler] Memory leak in SplashOutputDev::axialShadedFill

2011-01-24 Thread Thomas Freitag
Hi! Using valgrind with the well known ducks roses I encountered, that I forgot do delete the pattern object in SplashOutputDev::axialShadedFill, so the correct last statements should be: ::: delete pattern; delete path; return retVal; } Thomas

Re: [poppler] Implement Type 4, 5, 6, 7 shadings using cairo mesh gradients

2011-01-24 Thread Thomas Freitag
Am 24.01.2011 14:17, schrieb Carlos Garcia Campos: Cairo 1.11.2 has a new mesh pattern that can be used to implement 6/7 type gradients. Adrian has an updated poppler branch that implements mesh gradients in cairo backend: http://cgit.freedesktop.org/~ajohnson/poppler/log/?h=mesh I've tried it

Re: [poppler] Memory leak in SplashOutputDev::axialShadedFill

2011-01-25 Thread Thomas Freitag
Am 24.01.2011 19:57, schrieb Albert Astals Cid: A Dilluns, 24 de gener de 2011, Thomas Freitag va escriure: Hi! Using valgrind with the well known ducks roses I encountered, that I forgot do delete the pattern object in SplashOutputDev::axialShadedFill, so the correct last statements should

Re: [poppler] Implement Type 4, 5, 6, 7 shadings using cairo mesh gradients

2011-01-25 Thread Thomas Freitag
Am 25.01.2011 09:15, schrieb Carlos Garcia Campos: Excerpts from Albert Astals Cid's message of lun ene 24 19:53:50 +0100 2011: A Dilluns, 24 de gener de 2011, Thomas Freitag va escriure: Am 24.01.2011 14:17, schrieb Carlos Garcia Campos: Cairo 1.11.2 has a new mesh pattern that can be used

Re: [poppler] Followup Bug 32349 Poppler: More shading fun ;-)

2011-01-25 Thread Thomas Freitag
Am 24.01.2011 21:44, schrieb Andrea Canciani: On Sun, Jan 23, 2011 at 9:36 PM, Albert Astals Cidaa...@kde.org wrote: A Diumenge, 23 de gener de 2011, Thomas Freitag va escriure: Am 23.01.2011 18:12, schrieb Albert Astals Cid: A Dissabte, 15 de gener de 2011, Thomas Freitag va escriure

Re: [poppler] Implement Type 4, 5, 6, 7 shadings using cairo mesh gradients

2011-01-25 Thread Thomas Freitag
Am 25.01.2011 15:29, schrieb Carlos Garcia Campos: Excerpts from Thomas Freitag's message of mar ene 25 09:27:24 +0100 2011: Am 25.01.2011 09:15, schrieb Carlos Garcia Campos: Excerpts from Albert Astals Cid's message of lun ene 24 19:53:50 +0100 2011: A Dilluns, 24 de gener de 2011, Thomas

Re: [poppler] Followup Bug 32349 Poppler: More shading fun ;-)

2011-01-26 Thread Thomas Freitag
Am 26.01.2011 09:57, schrieb Albert Astals Cid: A Dimecres, 26 de gener de 2011, Albert Astals Cid va escriure: A Dimarts, 25 de gener de 2011, Andrea Canciani va escriure: On Tue, Jan 25, 2011 at 11:38 PM, Albert Astals Cidaa...@kde.org wrote: A Dimarts, 25 de gener de 2011, vàreu escriure:

Re: [poppler] Followup Bug 32349 Poppler: More shading fun ;-)

2011-01-26 Thread Thomas Freitag
Am 25.01.2011 19:16, schrieb ja...@gmx.net: On Tuesday 25 January 2011 11:42:49 Pino Toscano wrote: Alle martedì 25 gennaio 2011, Thomas Freitag ha scritto: I had only a small problem compiling it with visual studio under windows: the c-compiler has a problem with using std::min or std::max, s

Re: [poppler] Followup Bug 32349 Poppler: More shading fun ;-)

2011-01-26 Thread Thomas Freitag
Am 26.01.2011 15:01, schrieb Andrea Canciani: I think, You mean 0005, isn't it? Here the reason for the changes a) SplashOutputDev::beginTransparencyGroup The wrong setup of tx and ty caused segmentation faults in Splash::blitTransparent() This should not be a problem anymore with backward

Re: [poppler] Followup Bug 32349 Poppler: More shading fun ;-)

2011-01-27 Thread Thomas Freitag
Am 27.01.2011 00:44, schrieb Albert Astals Cid: A Dimecres, 26 de gener de 2011, Albert Astals Cid va escriure: The altona file shows a vertical line that wasn't present before. Speaking with Andrea on IRC he blames it on a clip issue that seems to be present on axial shadings too. He says

Re: [poppler] Creating PDF with poppler ?

2011-01-27 Thread Thomas Freitag
my git copy again if nobody complains. Thomas Albert A Dilluns, 20 de desembre de 2010, Thomas Freitag va escriure: Hi all! How I promised long time ago, here now a patch for the poppler writing routines and some new helper function, together with two small sample programs using them

Re: [poppler] Followup Bug 32349 Poppler: More shading fun ;-)

2011-01-27 Thread Thomas Freitag
Am 27.01.2011 16:29, schrieb Andrea Canciani: IIRC you mentioned that antialiasing is disabled for axial gradients when they have a bbox (although I could only see that usesShape is disabled). Gotcha: It such a long time ago (last october :-) ) that I forgot, that I just turned usesShape off.

Re: [poppler] Creating PDF with poppler ?

2011-01-28 Thread Thomas Freitag
Am 27.01.2011 20:14, schrieb Albert Astals Cid: A Dijous, 27 de gener de 2011, Thomas Freitag va escriure: Am 23.12.2010 18:28, schrieb Albert Astals Cid: Will have a look at it after we release 0.16.0 When I just created the patch for radial shading, I had to remove this code changes once

Re: [poppler] Creating PDF with poppler ?

2011-02-16 Thread Thomas Freitag
FWIW, pdfextract and pdfmerge don't work if the or one of the PDFs are encrypted. Because they don't look at it, the resulting PDF(s) become unreadable. Thomas Am 20.12.2010 16:15, schrieb Thomas Freitag: Hi all! How I

[poppler] Implementing overprint in Splash

2011-03-21 Thread Thomas Freitag
Hi all! After being quite close with my last bigger poppler project I now think about implementing overprinting in Splash. 1. What is overprinting? For those who don't know what is overprinting, please refer to http://en.wikipedia.org/wiki/Overprinting. This is just a poor description, what

Re: [poppler] Implementing overprint in Splash

2011-03-21 Thread Thomas Freitag
Leonard -Original Message- From: poppler-bounces+leonardr=adobe@lists.freedesktop.org [mailto:poppler-bounces+leonardr=adobe@lists.freedesktop.org] On Behalf Of Thomas Freitag Sent: Monday, March 21, 2011 1:59 AM To: poppler@lists.freedesktop.org Subject: [poppler] Implementing

Re: [poppler] Implementing overprint in Splash

2011-03-21 Thread Thomas Freitag
for the named colors rather than entirely relying on the alternate color. It seems that You are really deep into this! Can You share Your knowledge? Thomas Leonard -Original Message- From: Thomas Freitag [mailto:thomas.frei...@kabelmail.de] Sent: Monday, March 21, 2011 9:09 AM To: Leonard

Re: [poppler] Implementing overprint in Splash

2011-03-24 Thread Thomas Freitag
first implementation of overprinting. Thomas Am 21.03.2011 20:47, schrieb Albert Astals Cid: A Dilluns, 21 de març de 2011, Thomas Freitag va escriure: Hi all! 4. Support of overprint in pdftoppm To support overprint in pdftoppm we have to enable SPLASH_CMYK in pdftoppm and use it for rendering

Re: [poppler] Implementing overprint in Splash

2011-03-24 Thread Thomas Freitag
On 24.03.2011 21:14, Albert Astals Cid wrote: A Dijous, 24 de març de 2011, Thomas Freitag va escriure: I don't know if this patch is useful without the outstanding overprint patch for Splash, but I finished implementation of the two new options: -overprint renders the PDF in in splashCMYK8

Re: [poppler] Implementing overprint in Splash

2011-03-25 Thread Thomas Freitag
On 25.03.2011 20:07, Albert Astals Cid wrote: A Dijous, 24 de març de 2011, Thomas Freitag va escriure: On 24.03.2011 21:14, Albert Astals Cid wrote: A Dijous, 24 de març de 2011, Thomas Freitag va escriure: I don't know if this patch is useful without the outstanding overprint patch

Re: [poppler] Creating PDF with poppler ?

2011-03-25 Thread Thomas Freitag
On 25.03.2011 21:42, Albert Astals Cid wrote: A Dilluns, 20 de desembre de 2010, Thomas Freitag va escriure: Hi all! Hi How I promised long time ago, here now a patch for the poppler writing routines and some new helper function, together with two small sample programs using them. I'm

Re: [poppler] Implementing overprint in Splash

2011-03-28 Thread Thomas Freitag
On 29.03.2011 00:52, Albert Astals Cid wrote: A Dilluns, 28 de març de 2011, Thomas Freitag va escriure: Here now a first implementation of overprint in poppler. Can you please send a patch that doesn't revert my changes in SplashOutputDev::imageSrc ? Sorry, I missed that. I didn't see

Re: [poppler] Implementing overprint in Splash

2011-03-28 Thread Thomas Freitag
On 29.03.2011 00:54, Albert Astals Cid wrote: A Dilluns, 28 de març de 2011, Thomas Freitag va escriure: Here now a first implementation of overprint in poppler. But beside this open issues the output seems to be quite well and shows a better output. Is not clear to me if the mail you sent

Re: [poppler] Creating PDF with poppler ?

2011-03-31 Thread Thomas Freitag
On 25.03.2011 21:42, Albert Astals Cid wrote: A Dilluns, 20 de desembre de 2010, Thomas Freitag va escriure: Hi all! Hi Hi again! Sorry for this late but therefore now more correct answer. As you probably know I was very busy implementing overprint, and after that I took some free poppler

Re: [poppler] pdftoppm vs. pdftocairo

2011-09-19 Thread Thomas Freitag
Am 19.09.2011 11:01, schrieb Albert Astals Cid: A Dilluns, 19 de setembre de 2011, Denny Reeh vàreu escriure: Hello, i'm using pdftoppm -png to convert a pdf to png for showing in web browsers. now, with the poppler release 0.17.3 pdftocairo was introduced. what are the differences between

Re: [poppler] pdftoppm vs. pdftocairo

2011-09-19 Thread Thomas Freitag
Am 19.09.2011 11:32, schrieb Albert Astals Cid: A Dilluns, 19 de setembre de 2011, Thomas Freitag vàreu escriure: Am 19.09.2011 11:01, schrieb Albert Astals Cid: A Dilluns, 19 de setembre de 2011, Denny Reeh vàreu escriure: Hello, i'm using pdftoppm -png to convert a pdf to png for showing

Re: [poppler] pdftoppm vs. pdftocairo

2011-09-20 Thread Thomas Freitag
Am 19.09.2011 21:45, schrieb Leonard Rosenthol: Since PNG doesn't support CMYK, what would be the use of exporting in CMYK? You'd have to export in either JPEG or TIFF... Sorry to be not clear enough and mixing differnet things (of course I know that png doesn't support CMYK): pdftocairo is

Re: [poppler] Error In poppler lib

2011-10-23 Thread Thomas Freitag
Am 22.10.2011 07:58, schrieb Vipin Beniwal: Hi , I am working on MAC OS-X 10.6 and qt4.7 and i install poppler for displaying a pdf file in my application but when i execute following statement in my application QImage image = doc-page(1)-renderToImage(); I jump to if

Re: [poppler] FW: Error In poppler lib static bindig

2011-10-25 Thread Thomas Freitag
Am 25.10.2011 04:37, schrieb Vipin Beniwal: From: Vipin Beniwal Sent: Monday, October 24, 2011 12:02 PM To: poppler@lists.freedesktop.org Subject: Error In poppler lib static bindig Hi, I have configure poppler Library statically on my MAC OS-X 10.6

[poppler] Patch for regtest utility

2011-12-20 Thread Thomas Freitag
Hi! Thanks for the regtest utility. It will help for saver uploading patches and produce patches less buggy, at least for me. But running it against my PDF files, I encountered a small problem. In the way the scripts starts it subprocesses, stderr becomes buffered for the subprocesses. And

[poppler] pdfseparate PDF/X conform

2012-02-01 Thread Thomas Freitag
Hi! I was surprised that some guys are really using my small tools pdfseparate and pdfunite. So here a small patch which is hopefully also useful for them: patch for psdseparate: Produce PDF/X conform pdf pages if the originally PDF was PDF/X conform. Cheers, Thomas diff --git

Re: [poppler] pdfseparate PDF/X conform

2012-02-02 Thread Thomas Freitag
Hi Leonard! Thanks for the hints! Am 02.02.2012 07:39, schrieb Leonard Rosenthol: Offhand: - You copy the Info dict, but not XMP That's not true: XMP is part of the catalog dict, and that's now completely copied! - You copy TrimBox, but not BleedBox. Okay, I saw that in the documentation,

Re: [poppler] pdfseparate PDF/X conform

2012-02-02 Thread Thomas Freitag
Am 01.02.2012 19:19, schrieb Albert Astals Cid: El Dimecres, 1 de febrer de 2012, a les 18:32:45, Thomas Freitag va escriure: Hi! I was surprised that some guys are really using my small tools pdfseparate and pdfunite. So here a small patch which is hopefully also useful for them: patch

Re: [poppler] xpdf303 merge finished

2012-02-09 Thread Thomas Freitag
Sorry for sending one patch after another, I haven't the time to check it completely before the weekend: Just encountered another small bug in GfxState.cc: nComps2 belongs to lookup2. Cheers, Thomas diff --git a/poppler/GfxState.cc b/poppler/GfxState.cc index c62ce45..beb38f3 100644 ---

Re: [poppler] xpdf303 merge finished

2012-02-09 Thread Thomas Freitag
Am 09.02.2012 12:01, schrieb Thomas Freitag: Sorry for sending one patch after another, I haven't the time to check it completely before the weekend: Next one :-(, this time pdftoppm (why does it try to work with splashModeBGR8, this isn't implemented in PNG) Thomas Just encountered another

Re: [poppler] xpdf303 merge finished

2012-02-11 Thread Thomas Freitag
Am 06.02.2012 01:21, schrieb Albert Astals Cid: El Dilluns, 6 de febrer de 2012, a les 00:36:36, Albert Astals Cid va escriure: I've just pushed the last bit of stuff we needed to merge into the xpdf303merge branch. Hurrray, big congrats to Thomas, Carlos and me for making it possible. Now

[poppler] Overprint implementation in postscript and splash device

2012-02-11 Thread Thomas Freitag
Hi! As announced, here my overprint patch. It is an enhancement patch, a merge fix and a bug fix in one: an enhancement, because it now completes the implementation overprint mode and devicen in postscript, a merge fix, because it fixes some bugs in the overprint implementation in splash of

Re: [poppler] Black boxes in output of pdftoppm

2012-02-14 Thread Thomas Freitag
This is a copy of my E-Mail I just tried to send with a HTTP client, this time I use my business account. Am 13.02.2012 20:37, schrieb Ralph: Hi folks! We redacted the heck out of the pdf and still see the failure with pdfseparate and pdftoppm. How should I transfer the PDFs to someone

Re: [poppler] Black boxes Poppler

2012-02-15 Thread Thomas Freitag
Am 14.02.2012 23:17, schrieb Albert Astals Cid: El Dimarts, 14 de febrer de 2012, a les 20:35:29, Thomas Freitag va escriure: Hi Albert! Am 14.02.2012 18:07, schrieb Ralph Gootee: Hi Thomas! Thanks for the help! Steps to reproduce 1) split the pdf with pdfseparate 2) use pdftopdf

Re: [poppler] Black boxes Poppler

2012-02-18 Thread Thomas Freitag
Am 15.02.2012 09:15, schrieb Thomas Freitag: Am 14.02.2012 23:17, schrieb Albert Astals Cid: El Dimarts, 14 de febrer de 2012, a les 20:35:29, Thomas Freitag va escriure: Hi Albert! Am 14.02.2012 18:07, schrieb Ralph Gootee: Hi Thomas! Thanks for the help! Steps to reproduce 1) split

Re: [poppler] poppler pdftops regressions

2012-02-24 Thread Thomas Freitag
Am 23.02.2012 23:18, schrieb Albert Astals Cid: El Dijous, 23 de febrer de 2012, a les 14:36:29, William Bader va escriure: Hi, Hi I am using a 32-bit i686 version of Fedora 14 Linux. I copied poppler from git earlier today (Feb 23, 2012), and noticed two problems. pdftops -level1 does not

Re: [poppler] poppler pdftops regressions

2012-02-25 Thread Thomas Freitag
Am 24.02.2012 22:24, schrieb William Bader: Hi Thomas, I am working on updating my old patches. I hope to post them tonight. Didn't think that still someone use level1 option :-) Aren't that printers been already in a museum? I am building pages from eps files produced by pdftops, and I

Re: [poppler] poppler pdftops regressions

2012-02-25 Thread Thomas Freitag
Am 25.02.2012 22:21, schrieb William Bader: Hi Thomas, I would be interested to see your patch. I'll try to find it, then adapt it and send it to You in private first, but this will take some time! The code in my old patches has been working well, or at least, I haven't had any complaints

[poppler] Support for CJK fonts in postscript / on Windows platforms

2012-02-25 Thread Thomas Freitag
Hi, I implemented a patch which supports CJK fonts in the postscript output device and on Windows platforms in general. It consists mainly of three parts: 1. Adapt bug fix for bug 11413 to the postscript device 2. A small bug fix when locateFont doesn't find a suitable font and returns a

Re: [poppler] Support for CJK fonts in postscript / on Windows platforms

2012-02-27 Thread Thomas Freitag
Am 26.02.2012 23:04, schrieb Albert Astals Cid: El Diumenge, 26 de febrer de 2012, a les 08:44:09, Thomas Freitag va escriure: Hi, Hi, it would be you really cool if you configured your Visual Studio with the poppler [crazy] indentation settings, it's getting harder and harder to read/diff

Re: [poppler] Support for CJK fonts in postscript / on Windows platforms

2012-03-03 Thread Thomas Freitag
Am 03.03.2012 10:43, schrieb Thomas Freitag: Am 02.03.2012 20:14, schrieb Albert Astals Cid: El Dilluns, 27 de febrer de 2012, a les 09:25:03, Thomas Freitag va escriure: Am 26.02.2012 23:04, schrieb Albert Astals Cid: El Diumenge, 26 de febrer de 2012, a les 08:44:09, Thomas Freitag va

Re: [poppler] Support for CJK fonts in postscript / on Windows platforms

2012-03-03 Thread Thomas Freitag
Am 03.03.2012 11:08, schrieb Thomas Freitag: Am 03.03.2012 10:43, schrieb Thomas Freitag: Am 02.03.2012 20:14, schrieb Albert Astals Cid: El Dilluns, 27 de febrer de 2012, a les 09:25:03, Thomas Freitag va escriure: Am 26.02.2012 23:04, schrieb Albert Astals Cid: El Diumenge, 26 de febrer de

Re: [poppler] Support for CJK fonts in postscript / on Windows platforms

2012-03-03 Thread Thomas Freitag
just the Microsoft default fonts. Regards, Thomas Regards, mpsuzuki Thomas Freitag wrote: Am 03.03.2012 11:08, schrieb Thomas Freitag: Am 03.03.2012 10:43, schrieb Thomas Freitag: Am 02.03.2012 20:14, schrieb Albert Astals Cid: El Dilluns, 27 de febrer de 2012, a les 09:25:03, Thomas

Re: [poppler] Poppler 0.19.1 (0.20 Beta 1) released

2012-03-19 Thread Thomas Freitag
Am 16.03.2012 16:08, schrieb Carlos Garcia Campos: Excerpts from Albert Astals Cid's message of jue mar 15 22:23:15 +0100 2012: Available from http://poppler.freedesktop.org/poppler-0.19.1.tar.gz WARNING: This is a unstable release, it is actually 0.20 Beta 1 release, it should work like any

Re: [poppler] Support for CJK fonts in postscript / on Windows platforms

2012-03-23 Thread Thomas Freitag
-getCString(), substFontName); an appropiate warning??? Regards, Thomas Regards, mpsuzuki Thomas Freitag wrote: Am 03.03.2012 17:40, schrieb suzuki toshiya: Hi, I'm quite sorry for that no CJK helpers involves this issue... The required help is a rewrite of your patch to fit the poppler coding

Re: [poppler] Support for CJK fonts in postscript / on Windows platforms

2012-03-23 Thread Thomas Freitag
. Cheers, Thomas Thomas Freitag wrote: Am 03.03.2012 17:40, schrieb suzuki toshiya: Hi, I'm quite sorry for that no CJK helpers involves this issue... The required help is a rewrite of your patch to fit the poppler coding convention, and for the maintainers working with Unix systems

Re: [poppler] Poppler 0.19.1 (0.20 Beta 1) released

2012-03-25 Thread Thomas Freitag
Am 19.03.2012 08:05, schrieb Thomas Freitag: Am 16.03.2012 16:08, schrieb Carlos Garcia Campos: Excerpts from Albert Astals Cid's message of jue mar 15 22:23:15 +0100 2012: Available from http://poppler.freedesktop.org/poppler-0.19.1.tar.gz WARNING: This is a unstable release, it is actually

Re: [poppler] Poppler 0.19.1 (0.20 Beta 1) released

2012-03-25 Thread Thomas Freitag
Am 25.03.2012 23:18, schrieb Albert Astals Cid: El Diumenge, 25 de març de 2012, a les 22:34:20, Thomas Freitag va escriure: Am 19.03.2012 08:05, schrieb Thomas Freitag: Am 16.03.2012 16:08, schrieb Carlos Garcia Campos: Excerpts from Albert Astals Cid's message of jue mar 15 22:23:15 +0100

Re: [poppler] Some patches WAS Re: Poppler 0.19.1 (0.20 Beta 1) released

2012-03-26 Thread Thomas Freitag
Am 26.03.2012 19:47, schrieb Albert Astals Cid: El Diumenge, 25 de març de 2012, a les 22:34:20, Thomas Freitag va escriure: Am 19.03.2012 08:05, schrieb Thomas Freitag: Am 16.03.2012 16:08, schrieb Carlos Garcia Campos: Excerpts from Albert Astals Cid's message of jue mar 15 22:23:15 +0100

Re: [poppler] Some patches WAS Re: Poppler 0.19.1 (0.20 Beta 1) released

2012-03-26 Thread Thomas Freitag
Am 26.03.2012 20:39, schrieb Albert Astals Cid: El Dilluns, 26 de març de 2012, a les 20:30:35, Thomas Freitag va escriure: Am 26.03.2012 19:47, schrieb Albert Astals Cid: El Diumenge, 25 de març de 2012, a les 22:34:20, Thomas Freitag va escriure: Am 19.03.2012 08:05, schrieb Thomas Freitag

Re: [poppler] Some patches WAS Re: Poppler 0.19.1 (0.20 Beta 1) released

2012-03-26 Thread Thomas Freitag
Am 26.03.2012 20:39, schrieb Albert Astals Cid: El Dilluns, 26 de març de 2012, a les 20:30:35, Thomas Freitag va escriure: Am 26.03.2012 19:47, schrieb Albert Astals Cid: El Diumenge, 25 de març de 2012, a les 22:34:20, Thomas Freitag va escriure: Am 19.03.2012 08:05, schrieb Thomas Freitag

Re: [poppler] Some patches WAS Re: Poppler 0.19.1 (0.20 Beta 1) released

2012-03-26 Thread Thomas Freitag
Am 26.03.2012 21:20, schrieb Thomas Freitag: Am 26.03.2012 20:39, schrieb Albert Astals Cid: El Dilluns, 26 de març de 2012, a les 20:30:35, Thomas Freitag va escriure: Am 26.03.2012 19:47, schrieb Albert Astals Cid: El Diumenge, 25 de març de 2012, a les 22:34:20, Thomas Freitag va escriure

Re: [poppler] poppler/CharCodeToUnicode.cc poppler/Gfx.cc poppler/GfxFont.cc poppler/GlobalParams.cc poppler/GlobalParams.h

2012-03-27 Thread Thomas Freitag
Am 27.03.2012 18:55, schrieb mpsuz...@hiroshima-u.ac.jp: Dear Thomas, If you think my patch fix-d6a1b7dc.diff is good, please let me ask a question for confirmation or further improvement. * Oblique and Italic should be handled by different flags? Dear mpsuzuki! I'm definitely not a font

Re: [poppler] DeviceN support in splash

2012-03-31 Thread Thomas Freitag
Am 01.04.2012 06:18, schrieb Leonard Rosenthol: Are you doing Nchannel as well, or just simple DeviceN? Hmmh, more or less NChannel only: If I have no Colorants entry for a spot color (no separation color space), a DeviceN colorspace is still immediately converted to its alternate colorspace.

Re: [poppler] [PATCH] per-collection fallback for missing CID-keyed fonts on Win32

2012-04-01 Thread Thomas Freitag
another warning, just feel free to change the code. Cheers, Thomas Thomas Freitag wrote: Am 03.03.2012 17:40, schrieb suzuki toshiya: Hi, I'm quite sorry for that no CJK helpers involves this issue The required help is a rewrite of your patch to fit the poppler coding convention

Re: [poppler] DeviceN support in splash

2012-04-01 Thread Thomas Freitag
Am 01.04.2012 22:09, schrieb Leonard Rosenthol: On 4/1/12 1:32 AM, Thomas Freitagthomas.frei...@kabelmail.de wrote: Am 01.04.2012 06:18, schrieb Leonard Rosenthol: Are you doing Nchannel as well, or just simple DeviceN? Hmmh, more or less NChannel only: If I have no Colorants entry for a

Re: [poppler] [PATCH] per-collection fallback for missing CID-keyed fonts on Win32

2012-04-02 Thread Thomas Freitag
want another warning, just feel free to change the code. Cheers, Thomas Thomas Freitag wrote: Am 03.03.2012 17:40, schrieb suzuki toshiya: Hi, I'm quite sorry for that no CJK helpers involves this issue The required help is a rewrite of your patch to fit the poppler coding convention

[poppler] Splash CMYK merge error

2012-04-09 Thread Thomas Freitag
Hi, playing around with the attached PDF to get a better CMYK support for the blend mode soft light, I encountered that I made a big mistake during merge in the CMYK part of splash. I fixed that. The attached patch also includes the small enhancement I made in soft light routine. Cheers,

Re: [poppler] Adding a Beta 3 to 0.20?

2012-04-09 Thread Thomas Freitag
Am 02.04.2012 23:33, schrieb Albert Astals Cid: El Divendres, 30 de març de 2012, a les 10:49:25, Thomas Freitag va escriure: Am 29.03.2012 22:15, schrieb Albert Astals Cid: As you all see i just released poppler 0.19.2 as the schedule mandated. This means that theoretically the feature

Re: [poppler] Adding a Beta 3 to 0.20?

2012-04-09 Thread Thomas Freitag
Am 09.04.2012 22:02, schrieb Albert Astals Cid: El Dilluns, 9 d'abril de 2012, a les 20:59:54, Thomas Freitag va escriure: Am 02.04.2012 23:33, schrieb Albert Astals Cid: El Divendres, 30 de març de 2012, a les 10:49:25, Thomas Freitag va escriure: Am 29.03.2012 22:15, schrieb Albert Astals

Re: [poppler] Adding a Beta 3 to 0.20?

2012-04-09 Thread Thomas Freitag
Am 09.04.2012 22:29, schrieb Thomas Freitag: Am 09.04.2012 22:02, schrieb Albert Astals Cid: El Dilluns, 9 d'abril de 2012, a les 20:59:54, Thomas Freitag va escriure: Am 02.04.2012 23:33, schrieb Albert Astals Cid: El Divendres, 30 de març de 2012, a les 10:49:25, Thomas Freitag va escriure

Re: [poppler] pdftoppm hang

2012-04-11 Thread Thomas Freitag
Am 11.04.2012 15:35, schrieb Ralph: Hi Folks, I have a PDF file that's causing pdftoppm to hang. Looking at an strace shows that it's doing *something* but it's taking much longer than expected (at least over a few minutes). This is present on 0.18.3 and 0.19.2. I would attach the file to

Re: [poppler] pdftoppm hang

2012-04-20 Thread Thomas Freitag
On Wednesday, April 11, 2012 at 6:49 AM, Thomas Freitag wrote: Am 11.04.2012 15:35, schrieb Ralph: Hi Folks, I have a PDF file that's causing pdftoppm to hang. Looking at an strace shows that it's doing*something* but it's taking much longer than expected (at least over a few minutes

Re: [poppler] pdftoppm hang

2012-04-20 Thread Thomas Freitag
Am 20.04.2012 13:47, schrieb Thomas Freitag: Am 16.04.2012 22:53, schrieb Ralph: Hey Thomas, Here's the PDF in question. Quite a nasty one imho ;) Thanks for getting back to me, sorry for the delay. Hey Ralph! In the meantime I found some time to have a look into it: The PDF has 12153

Re: [poppler] pdftoppm hang

2012-04-20 Thread Thomas Freitag
Am 20.04.2012 14:55, schrieb Adrian Johnson: On 20/04/12 21:44, Thomas Freitag wrote: Am 20.04.2012 13:47, schrieb Thomas Freitag: Am 16.04.2012 22:53, schrieb Ralph: Hey Thomas, Here's the PDF in question. Quite a nasty one imho ;) Thanks for getting back to me, sorry for the delay. Hey

Re: [poppler] pdftoppm hang

2012-04-24 Thread Thomas Freitag
Am 23.04.2012 22:34, schrieb Albert Astals Cid: El Diumenge, 22 d'abril de 2012, a les 15:56:51, Thomas Freitag va escriure: Am 11.04.2012 15:49, schrieb Thomas Freitag: Am 11.04.2012 15:35, schrieb Ralph: Hi Folks, I have a PDF file that's causing pdftoppm to hang. Looking at an strace

Re: [poppler] Bogus memory allocation size

2012-05-05 Thread Thomas Freitag
Dear mpsuzuki! You can stop searching for it: is caused by a change I made on 8th of january during xpdf 3.0.3 merge for rotated images: The calculation of scaledHeight in Splash::arbitraryTransformImage of xpdf 3.0.3 doesn't support that a image can also be rotated between 0 and 90° and then

Re: [poppler] Bogus memory allocation size

2012-05-05 Thread Thomas Freitag
Am 05.05.2012 10:19, schrieb suzuki toshiya: Dear Thomas, Oh, thanks. There was a midair collision :-) Regards, mpsuzuki Thomas Freitag wrote: Dear mpsuzuki! You can stop searching for it: is caused by a change I made on 8th of january during xpdf 3.0.3 merge for rotated images

Re: [poppler] DeviceN support in splash

2012-05-15 Thread Thomas Freitag
Am 14.05.2012 20:01, schrieb Albert Astals Cid: El Dilluns, 2 d'abril de 2012, a les 07:25:36, Thomas Freitag va escriure: Am 30.03.2012 10:57, schrieb Thomas Freitag: Hi Albert! Last weekend I nearly finished the DeviceN support in splash. It runs through my regtest, and there are only a few

  1   2   >