Warning: session_start(): open(/var/lib/php/sessions/sess_cv00jd3l0ib832g7unp4f3bpec, 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 {
final RGBImage img = shootScreenBW().toRGB();
final L rects = autoSegment(img);
final ImageSurface is = showImageWithSelections(img, rects);
is.specialPurposed = true;
componentPopupMenu(is, voidfunc(JPopupMenu menu) {
//Pt p = is.pointFromEvent(componentPopupMenu_mouseEvent!);
if (is.selection != null) {
RGBImage clip = img.clip(is.selection);
fS md5 = rgbMD5(clip);
addMenuItem(menu, "Comment... [MD5: " + md5 + "]", );
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));
});
}
});
}