Warning: session_start(): open(/var/lib/php/sessions/sess_fmhaeafdat96feikgqhi7k8tme, 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 RGBImage rgbImageFromLLLDouble255(L> l) {
int h = l(l), w = l(first(l));
RGBImage img = new(w, h);
for y to h:
for x to w: {
L pix = l.get(y).get(x);
img.setPixel(x, y, toInt(pix.get(0)), toInt(pix.get(1)), toInt(pix.get(2)));
}
ret img;
}