svoid imageSurface_unpixelated(ImageSurface imageSurface) { imageSurface.interpolationMode = RenderingHints.VALUE_INTERPOLATION_BILINEAR; repaint(imageSurface); }