- 27 Jun, 2022 2 commits
-
-
David Revoy authored
Before this commit, all titles were extracted for each single change of a language into a single episode. Very uneffective for all the pipeline. After tweaks into the external python script, this change call the script with the proper argument to limit the regeneration to a single episode.
-
David Revoy authored
A very old time ago, the script could launch episode rendering into terminal subwindows; that was my poor system to do multitask/thread processing; launching the render of every episode into separate subwindows. Many pop-up! it was unmanagable after 10 episodes or so. Now "parrallal" takes care of this and does it well, but this library required was still around. I never really saw it problematic until I moved to Fedora where it is not included by default and caused the script to hang at startup. That's why the late cleaning.
-
- 14 Jun, 2022 5 commits
-
-
David Revoy authored
-
David Revoy authored
It's more related to transcript.
-
David Revoy authored
-
David Revoy authored
The Yaml descriptor was already depreciated since years; but the auto creator was still adding the file as a template. Now, the creator of folder is up to date.
-
David Revoy authored
It doesn't changes that much the compression factor; but even a few percent is always better than nothing, especially if it is perfectly lossless and local CPU power is not a problem.
-
- 21 Apr, 2022 1 commit
-
-
David Revoy authored
-
- 27 Nov, 2021 1 commit
-
-
David Revoy authored
A long list of sed command
-
- 10 Aug, 2021 1 commit
-
-
David Revoy authored
ref: website-2021#19
-
- 28 Jul, 2021 1 commit
-
-
David Revoy authored
-
- 19 Jul, 2021 1 commit
-
-
David Revoy authored
-
- 18 Jul, 2021 1 commit
-
-
David Revoy authored
The three episode were also re-rendered; and a remix for print was made of the gif (png at 2481px) Sort of revert 6153d02d
-
- 28 Mar, 2021 1 commit
-
-
David Revoy authored
Well, I see I'm using this tool almost twice weekly, and I'm never a bit fan of typing and memorizing the path; having it as an item in a menu should work better for how my spatial memory works. :D
-
- 01 Jul, 2020 7 commits
-
-
David Revoy authored
-
David Revoy authored
It save a tiny time, and imagemagick scaling down algorythm is high quality.
-
David Revoy authored
-
David Revoy authored
-
David Revoy authored
-
David Revoy authored
-
This adds: – Possibility of telling TeX to (preferably) avoid line breaks inside names (to prefer them between names) – Make sure name separators are always at the end of a line, never at the beginning – Very high-quality line breaking (taking the entire paragraph into account, not just using a greedy algorithm) – High-quality typography, including kerning and microtypographical adjustments, like font stretching – Can usually have justified text (straight right margin) without excess spaces between words – Possibility of creating very fancy paragraph shapes: https://tex.stackexchange.com/questions/32997/very-specific-paragraph-shape Note: - Original code as in a tar.gz sent as attachement by email on 22 june 2020 - patronlistname.txt input for testing, anonymised by Deevad
-
- 26 May, 2020 19 commits
-
-
David Revoy authored
-
David Revoy authored
Add tool for compositing localized text on top cover images See merge request !19
-
David Revoy authored
-
David Revoy authored
Bad practice; title.json shouldn't be regenerated only if a change happens to them.
-
David Revoy authored
This will reduce the storage and upload. Might also be ready to display in many case and quicker (eg. For the e-readers)
-
David Revoy authored
Useful to update the cover and re-render all lang accordingly
-
David Revoy authored
Too bad it needs to regenerate all of them. Only the one of the current folder would be enough but it is quick.
-
David Revoy authored
I now better understand little issue I had in the past...
-
-
David Revoy authored
This is the big block
-
David Revoy authored
See previous commit, for a reason, I think I mixed them.
-
David Revoy authored
Required by publisher who work with Adobe tools: this ones doesn't like picture without a metadata for resolution and profile.
-
David Revoy authored
-
David Revoy authored
This reverts commit b359c021.
-
David Revoy authored
Kate editor refuse to follow the 2space indent I'm asking...
-
David Revoy authored
My mistake, I did commit it in previous steps; it was convenient to test and see the in-between process.
-
David Revoy authored
More test are necessary for other langs; but for them I might adjust that later into langs.json at root of webcomic.
-
David Revoy authored
The text is now rendered with Pango in black (not buggy) and then recolored in white by imagemagick.
-
David Revoy authored
I'm having a outline in green/cyan around all text rendered; I had to look at what step it happens. Unfortunately, it seems like a pango bug. I'll workaround
-