dmMaze / BallonsTranslator

深度学习辅助漫画翻译工具, 支持一键机翻和简单的图像/文本编辑 | Yet another computer-aided comic/manga translation tool powered by deeplearning
GNU General Public License v3.0
2.48k stars 172 forks source link

Feature ideas that would be nice to add #126

Open tak2hu opened 1 year ago

tak2hu commented 1 year ago

I had too many ideas on top of my head to create an issue for each so here's a list:

dmMaze commented 1 year ago
  • 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