Hi Jan,
On Mon, Jun 4, 2012 at 4:50 PM, Jan Holesovsky wrote:
> - changed sal_Bool -> bool (we prefer the native bool in the new code)
I used what other code around was using. If bool is preferred to
sal_Bool maybe the whole bitmap and bitmapex code should be changed to
reflect this. I can do th
Hi,
I implemented Lanczos resampling for bug fdo#46378. Lanczos resampling
is a lot better than currently available resampling methods (FAST and
INTERPOLATE). Currently the lanczos resampling is only enabled for PDF
export.
The patch is attached to this mail and to the bugzilla report.
Best rega