BallonsTranslator
BallonsTranslator copied to clipboard
Feature ideas that would be nice to add
I had too many ideas on top of my head to create an issue for each so here's a list:
- add eraser button (ik there's right hold to erase, so this is not that needed)
- add help menu (would be nice not really needed)
- add toggle buttons to quickly set the opacity of the mask, inpaint, and original image like mask: 75% and original image: 25% or something like that (maybe configurable?)
- sort the images by numerical order in the hamburger menu button(?)
- pressing
escto delete selection inpaint mode(whenautois off) - add model download scripts for linux and macos user (can I work on that?)
- Is this text detector and cleaner good to be added here? Though it can only detect bounding boxes and it's inpainter (cleaner) only uses opencv (which is blazingly fast for my not strong core i5-7300 CPU)
-
Export asto other file formats (like Krita's.kra, can I add it?)
- pressing
escto delete selection inpaint mode(whenautois off)
there is a shortcut CTRL+D for this:

- Is this text detector and cleaner good to be added here? Though it can only detect bounding boxes and it's inpainter (cleaner) only uses opencv (which is blazingly fast for my not strong core i5-7300 CPU)
the opencv-tela (as in above screenshot) is calling the opencv inpainting method
- add model download scripts for linux and macos user (can I work on that?)
Export asto other file formats (like Krita's.kra, can I add it?)
sure