Src download implementation based on gallery-dl (#131) thanks to ROKOLYT
v1.3.34 released
- fix incorrect orientation assignment for CHT (#96)
- convert CHS to CHT if it is required for Caiyun & DeepL (#100)
- support for webp (#85)
v1.3.30 released
- Migrate to PyQt6 for better text rendering preview and compatibility with nuitka
- Support set transparency of lettering layer (#88)
- Dump logs to data/logs
v1.3.26 released
- Add support for saladict (All-in-one professional pop-up dictionary and page translator) in the mini menu on text selection. Installation guide
- Support keyword substitution for OCR & machine translation results #78: Edit ->
Keyword substitution for machine translation
- Support import folder with drag&drop #77
- Hide control blocks on start text editing. #81
- Bugfix
v1.3.22 released
- Support delete and restore removed text
- Support reset angle
- Bugfixes
v1.3.20 released
- Adapted to images with extreme aspect ratio such as webtoons
- Support paste text to multiple selected Text blocks.
- Bugfixes
- OCR/Translate/Inpaint selected text blocks
lettering style will inherit from corresponding selected block.
ctc_48px is more recommended for single line text, mangocr for multi-line Japanese, need to retrain detection model make ctc48_px generalize to multi-lines
Note that if you use ctc_48px make sure that the box is in vertical mode and fits as close to the single line of text as possible
v1.3.15 released
- Bugfixes
- Optimize saving logic
- The shape of Pen/Inpaint tool can be set to rectangle (experimental)
v1.3.14 released
- Bugfixes
Support Dark Mode since v1.3.13: View->Dark Mode
v1.3.12 released
- Support global Search(Ctrl+G) and search current page(Ctrl+F).
- Local redo stack of each texteditor are merged into a main text-edit stack, text-edit stack is split from drawing board's now.
- Word doc import/export bugfixes
- Frameless window rework based on https://github.com/zhiyiYo/PyQt-Frameless-Window
v1.3.8 released
- Pen tool bug fixes & optimization
- Fix scaling
- Support making font style presets, text graphical effects(shadow & opacity), see dmMaze#38
- Support word document(*.docx) import/export: dmMaze#40
v1.3.4 released
- Add Sugoi Translator(Japanese-English only, created & authorized by mingshiba): download the model converted by @Snowad14 and put "sugoi_translator" in the "data" folder.
- Add support for russian, thanks to bropines
- Support letter spacing adjustment.
- Vertical type rework & text rendering bug fixes: dmMaze#30
v1.3.0 released
- Fix deepl translator, thanks to @Snowad14
- Fix font size & stroke bug which makes text unreadable
- Support global font format (determine the font format settings used by auto-translation mode): in config panel->Lettering, change the corresponding option from "decide by the program" to "use global setting" to enable. Note global settings are those formats shown by the right font format panel when you are not editing any textblock in the scene.
- Add new inpainting model: lama-mpe and set it as default.
- Support multiple textblocks selection & formatting.
- Improved manga->English, English->Chinese typesetting (Auto-layout in Config panel->Lettering, enabled by default), it can also be applied to selected text blocks use the option in the right-click menu.
batch text formatting & auto layout
v1.2.0 released
- Support DeepL, thanks to @Snowad14
- Add new ocr model from manga-image-translator, support korean recognition
- Bugfixes
v1.1.0 released
- use qthread to write edited images to avoid freezing when turning pages.
- optimized inpainting policy
- add rect tool
- More shortcuts
- Bugfixes
- v1.0.0 released