Warning: session_start(): open(/var/lib/php/sessions/sess_cn0mqno7vbta79i6tj9a0t3pea, 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 Image2B resizeImage2B(int w, int h default widthToHeight(w, img), Image2B img) { if (img == null) null; int w1 = img.getWidth(), h1 = img.getHeight(); if (w == w1 && h == h1) ret img; byte[] pixels2 = img.pixels, pixels2 = new[(w*h+7)/8]; int i = 0; double x1 = 0, y1 = 0, s; for y to h: { int i1 = i for x to w: { if (!region.contains(x1+x, y1+y)) pixels[i/8] |= 1 << (i & 7); ++; } ret new Image2B(w, h, pixels2); }