Hi,
Sorry to disturb.
When an image is opened in fullscreen mode, it is resized automatically. I wonder what interpolation method is used over there. From
eog-scroll-view.c:1409interp_type = CAIRO_FILTER_NEAREST
I guess for zooming the CAIRO_FILTER_NEAREST method is being used.
Please correct me if I am wrong.
Thanks in advance.
zz