An open API service indexing awesome lists of open source software.

https://github.com/py7hon/img2ass

Convert Image bmp,png,jpg to .ass subtitles
https://github.com/py7hon/img2ass

Last synced: 3 months ago
JSON representation

Convert Image bmp,png,jpg to .ass subtitles

Awesome Lists containing this project

README

          

# IMG2ASS

## Changelog:
Changes since v0.5:
* fix: Top position scrollbar would not reset maximum value.
* new: Added possibility to add extra override commands to each generated line.

========================================

Changes since v0.4 (not released):
* Improved code generation.
* Interface redesigned.

========================================

Changes since v0.3 (not released):
* Added PNG alpha transparency support.
* Changed style name from "Default" to "Image".

========================================

Changes since v0.2 (not released):
* Added alpha tranparency support (based on bitmap mask file).
* Changed code generation to one pixel per line.

========================================

Changes since v0.1 (initial release):
* Added binary transparency support.
* Improved code.