RE : how to use pfilt to perform anti-aliasing

Hi

To perform anti-aliasing you need to reduce your final image size (typically by a factor 3).
Hence your pfilt comand should be:

pfilt -x /3 -y /3 -e 1 -r 0.55 ./direct_sunlight.hdr > test.hdr

Raphael

···

________________________________________
De : Ji Zhang [[email protected]]
Date d'envoi : mardi, 14. juin 2011 08:36
À : Radiance general discussion
Objet : [Radiance-general] how to use pfilt to perform anti-aliasing

Dear Radiance experts,

I use pfilt to treat a .hdr image generated by rpict command.

However, the the pfilt doesn't seem to have any impact in terms of anti-aliasing of the image.

The pfilt command I used is:
pfilt -x 1024 -y 1024 -e 1 -r 0.55 ./direct_sunlight.hdr > test.hdr

the original .hdr image (saved as png file) is:

the output .hdr of the pfilt (saved as png file) is:

Can you kindly tell me if I'm using pfilt correctly to perform anti-aliasing?

Thanks!
Ji