Warning: session_start(): open(/var/lib/php/sessions/sess_ttlbm3pdtarsu9f79trqjqrg3a, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static ImageSurface pixelatedImageSurface() {
var is = imageSurface();
imageSurface_pixelated(is);
ret is;
}
static ImageSurface pixelatedImageSurface(BufferedImage etc img) {
var is = pixelatedImageSurface();
is.setImage(img);
}