Set Interpolation on Pixels in Skia

Hello together,
i have a simple question:
i would like to turn off bilinear filtering in skia, so that i can see single pixels instead of a blured image when working with low pixel resolution images.
Like "ImageReader → Resize (10x10) → DrawImage → Render (Blured 10x10)
How can i facilitate Nearest Filtering? Is it possible?
best regards

there is an advanced node called “SetFilterQuality” that you can set to “none” for point sampling.
from element chat:

Perfect, thanks a lot