Warning: session_start(): open(/var/lib/php/sessions/sess_207ci63agh4kg5a8fiubj1ak7d, 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
!7
module MarkImage > DynImageSurface {
File file;
transient JTable table;
start {
ownResource(onClipboardFile(voidfunc(final File f) {
if (!isImageFile(f)) ret;
setField(file := f);
setImage(loadImage2(file));
}));
}
visualize {
ret withCenteredButtons(jvsplit(super, table = sexyTable()),
jHelpIcon("Copy an image to the clipboard to mark it here"));
}
}