Problems with BILINEAR/BICUBIC filters in PIL

  • Thread starter Tim Fitzpatrick
  • Start date
T

Tim Fitzpatrick

Hi all

I'm fairly new to Python with PIL and I'm having some problems with the
BILINEAR/BICUBIC filters when rotating and transforming images.

If I use resize() with NEAREST, BILINEAR and BICUBIC I can clearly see
the difference in the filters.

But if I use rotate() or transform() then there is no difference, and
they all look like NEAREST filtering.

Any ideas as to what I am doing wrong?

I am testing with a simple, small BMP image, so the mode is RGB.

I'm running Python 2.2.2 on Windows with PIL 1.1.4.

Help appreciated,

Tim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,434
Messages
2,571,691
Members
48,796
Latest member
Greg L.

Latest Threads

Top