Lee C. Baker
Lee C. Baker
You can probably get what you need with this: * Assuming you already have a font * Create one or more `TextStyle` for your text * Create a Layout with...
Hi @fmw42, sounds like there may be some opportunities for improvements here. First, ImageMagick should not need to recompress the PNG files; they are already compressed. The APNG format is...
@mike-kfed Thanks for putting this together! Is there a reason to use [`libc::c_char`](https://docs.rs/libc/latest/libc/type.c_char.html) instead of [`std::ffi::c_char`](https://doc.rust-lang.org/std/ffi/type.c_char.html) or [`std::os::raw::c_char`](https://doc.rust-lang.org/std/os/raw/type.c_char.html)? I think either of those may be equivalent, and avoids adding the...
Definitely looks like the project is dead. According to his profile, the owner hasn't made any flask-related contributions since 2015, and looks like he doesn't do anything on Github at...