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
- Host: GitHub
- URL: https://github.com/py7hon/img2ass
- Owner: py7hon
- Created: 2017-12-27T06:02:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:28:36.000Z (about 2 years ago)
- Last Synced: 2025-02-22T07:57:04.411Z (11 months ago)
- Size: 529 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.