Re: [PATCH] Avoid tiling bitmaps for PDF and PS transcoders

2004-09-05 Thread Jeremias Maerki
Hi Thomas On 05.09.2004 12:56:19 Thomas DeWeese wrote: > Hi Jeremias, > > Jeremias Maerki wrote: > > > I'd like to propose a patch which changes the behaviour of > > GraphicsUtil.drawImage. By default, bigger images coming from filter > > effects, for example, are tiled and then rendered to the

Re: [PATCH] Avoid tiling bitmaps for PDF and PS transcoders

2004-09-05 Thread Thomas DeWeese
Hi Jeremias, Jeremias Maerki wrote: I'd like to propose a patch which changes the behaviour of GraphicsUtil.drawImage. By default, bigger images coming from filter effects, for example, are tiled and then rendered to the destination. I experienced ugly overlaps of these tiles within Acrobat Reader

[PATCH] Avoid tiling bitmaps for PDF and PS transcoders

2004-09-04 Thread Jeremias Maerki
I'd like to propose a patch which changes the behaviour of GraphicsUtil.drawImage. By default, bigger images coming from filter effects, for example, are tiled and then rendered to the destination. I experienced ugly overlaps of these tiles within Acrobat Reader even though I can't make out any rou