Warning: session_start(): open(/var/lib/php/sessions/sess_h5ehvfnku45rcumqg6b0fqd9b2, 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 MarkEyebrows > DynImageSurface {
transient JTextField tfState; // State of the eyebrows!
start {
ownResource(onClipboardImage(voidfunc(final BufferedImage img) {
setImage(img); dm_enableAllButtons();
}));
}
visualize {
ret withCenteredButtons(super.visualize(),
tfState = jTextField("normal"),
jDisabledButton("Save marked eyebrows", rThread { ai_saveMarkedEyebrows(getImage(), getSelection(), gtt(tfState)) }
),
jHelpIcon("Copy an image to the clipboard to mark it here"),
);
}
}