Melody
Melody
the performance changes net to around 3x faster in my very limited testing
[discordier's JS port](https://github.com/discordier/sam) has no length limitation. I've written [a small wrapper + some convenience features](https://github.com/HexCodeFFF/sam-cli) around the port to make it a CLI program like this repo.
this becomes a huge exploit when writing to 64 cards at once and mining them one-by-one
Bumping this ‘cause I just experienced this on the latest version.
I forgot about this issue but I'm using libvips to do the captioning and stitching with ffmpeg for easy video support actually for static images the images are thrown through...
also options to align text left, right, center, or justify would be useful as well. [This script implements that](https://gist.github.com/jasondilworth56/27764ae8ed2327a34ceebb06e75c30ea) and top/middle/bottom text alignment. [another example script](https://gist.github.com/pojda/8bf989a0556845aaf4662cd34f21d269)
> Please use the getlength function instead, the API of the getsize function is fundamentaly broken (especially with non-English text) and shouldn't be used for text layout purposes. oh, good...
I see. Thank you!
I feel that getting it working with “easier” languages first (ones that use white space or other characters to break words) would be the best thing to do right now...
If you're going to implement the entire Unicode Line Breaking Algorithm, I recommend making it its own library If it's really complex or requires a table of characters or something,...