HendrikR / comictranslator

Tool to assist in webcomic translation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comic-Translator

This tool helps you translate webcomics. It reads a comic page, extracts the position of all speech bubbles and puts the position and size of the bubbles in an XML file. The file can then be filled with the translated texts by the user. A second tool takes the original comic page and the XML file with the text and generates a new, translated version of the comic.

Note: At present, only axis-parallel, elliptical speech bubbles are detected. The speech bubbles may overlap or be connected with each other. The detection process is not perfect, though, some overlapping speech bubbles may be missed and have to be added manually to the XML file.

About

Tool to assist in webcomic translation.

License:GNU General Public License v2.0


Languages

Language:C++ 95.2%Language:Makefile 1.5%Language:Shell 1.5%Language:Dockerfile 1.1%Language:CMake 0.7%