Warning: session_start(): open(/var/lib/php/sessions/sess_5clr1bar07hsi6rof24b6ke1p5, 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
p-subst {
final RGBImage img = shootScreenBW().toRGB();
final L rects = autoSegment(img);
final ImageSurface is = showImageWithSelections(img, rects);
final Var highlighted = showImageWithSelections_highlighted;
is.specialPurposed = true;
componentPopupMenu(is, voidfunc(JPopupMenu menu) {
//Pt p = is.pointFromEvent(componentPopupMenu_mouseEvent!);
Rect r = highlighted!;
if (r != null) {
final RGBImage clip = img.clip(r);
fS md5 = rgbMD5(clip);
addMenuItem(menu, "Comment... [MD5: " + md5 + "]", r {
SS comments = persistentHashMapFromProgram(#1010705, "Comments");
final JTextField tf = jtextfield(comments.get(md5));
showFormTitled("Comment image " + md5,
"Image", new ImageChooser(clip),
"Comment", tf,
r {
S text = getTextTrim(tf);
addToOtherProgramsPersistentHashMap(#1010705, "Comments", md5, nullIfEmpty(text));
});
});
}
});
}