xfxf / av-foss-stack

Conference FOSS AV stack components
http://www.nextdayvideo.com.au/
6 stars 0 forks source link

Finalise title SVG for LCA #57

Closed xfxf closed 4 years ago

xfxf commented 5 years ago

Ensure title SVG supplied by LCA is finalised, works with veyepar, and

Whoever wants to take this on, I (Ryan) will forward you some emails.

Will need to be edited in Inkscape, and ran through veyepar (there is a generate title slide script) to ensure the longest title and authors fit OK with wrapping working without words spilling over wierdly.

xfxf commented 5 years ago

@CarlFK is working on this

wcmckee commented 5 years ago

is carl happy to do this? I enjoy doing stuff in Inkscape along with writing python code to generate svg/jpgs so happy to take a look at this.

wcmckee commented 5 years ago

I have code that will scale/center the text based on the length of the text (it's made for PIL but I'm sure I could modify it to work with svg).

CarlFK commented 5 years ago

meh it seems to be working where the "it" that is working is a custom lca2019 encode .py because that is where the title stuff lives:

It leans on a bunch of hard coded constants: https://github.com/CarlFK/veyepar/blob/master/dj/scripts/lca2019_enc.py#L24-L40

On Thu, Jan 17, 2019 at 7:04 PM William Mckee notifications@github.com wrote:

I have code that will scale/center the text based on the length of the text (it's made for PIL but I'm sure I could modify it to work with svg).

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/xfxf/av-foss-stack/issues/57#issuecomment-455389610, or mute the thread https://github.com/notifications/unsubscribe-auth/AABauR28rOf-02sBEwOKR7Qc6hYZv3bLks5vER2EgaJpZM4aEj24 .

-- Carl K