Open ProGamerGov opened 1 year ago
Glad to hear people are still using it!
Umm... probably won't release a version with it disabled. However, if you want to dismantle the Next & Resize Button you could just disable the button throughout the entire script:
1) Open Powershell ISE 2) Open Caption King 3) Type: Ctrl + H (Should bring up the find/replace dialog)
Replace: $next_button2.enabled = $true with: $next_button2.enabled = $false
This will disable the button throughout the script. (There's about 4 entries if you want to do it manually) However, if you intend to use this button at any point in the future I would rename the script as something else because undoing it is not quite as easy.
Hope this helps.
I use your program all the time for captioning new dataset images, however I sometimes misclick and accidentally crop or resize images. I normally leave resizing to after I have finished the dataset, and then I resize a copy of the dataset for use while preserving the original full resolution dataset as part of future proofing it.