tkarabela / pysubs2

A Python library for editing subtitle files
http://pysubs2.readthedocs.io
MIT License
318 stars 40 forks source link

Support for Graphics section #59

Closed PalmtopTiger closed 2 years ago

PalmtopTiger commented 2 years ago

Could you consider adding support for Graphics section, please? It is lost after conversion. Aegisub is able to add files to this section. And, if I remember correctly, VSFilterMod can render images from it.

The format of the Graphics section is almost the same as that of Fonts. Just "fontname" becomes "filename". Specs sample.zip

tkarabela commented 2 years ago

Sure, I'll look into it :)

tkarabela commented 2 years ago

Implemented in 1.6.0. version of the library, thanks again for the request and test data :)

PalmtopTiger commented 2 years ago

Thank you!