BallonsTranslator icon indicating copy to clipboard operation
BallonsTranslator copied to clipboard

Feature ideas that would be nice to add

Open tak2hu opened this issue 3 years ago • 1 comments

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 esc to delete selection in paint mode (when auto is 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 as to other file formats (like Krita's .kra, can I add it?)

tak2hu avatar Mar 26 '23 11:03 tak2hu

  • pressing esc to delete selection in paint mode (when auto is off)

there is a shortcut CTRL+D for this: image

  • 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 as to other file formats (like Krita's .kra, can I add it?)

sure

dmMaze avatar Mar 27 '23 01:03 dmMaze