Warning: session_start(): open(/var/lib/php/sessions/sess_hck0rnopiqfis33hm6qks45rqr, 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 int heightForWidth(int w, int h, int newWidth) { ret iround(newWidth*doubleRatio(h, w)); } static int heightForWidth(BufferedImage img, int newWidth) { ret heightForWidth(img.getWidth(), img.getHeight(), newWidth); } static int heightForWidth(int newWidth, BufferedImage img) { ret heightForWidth(img, newWidth); } static int heightForWidth(WidthAndHeight img, int newWidth) { ret heightForWidth(img.getWidth(), img.getHeight(), newWidth); }