how does openslide do image downsampling

jcupitt at gmail.com jcupitt at gmail.com
Tue Jan 27 11:45:16 EST 2015


On 27 January 2015 at 06:03, Benjamin Gilbert <bgilbert at cs.cmu.edu> wrote:
>> If so, do you know how does libjpeg do image downsampling? Gaussian
>> pyramid?

For 8x shrink, libjpeg does a simple 8x8 box filter in Y. I don't know
what it does for x4 and x2, but I would expect they would also be box
filters.

John


More information about the openslide-users mailing list