Jay3332

Results 6 issues of Jay3332

I currently do not see a way to provide a custom frame disposal method for GIFs using this crate alone. I am suggesting for: - The ability to provide/set custom...

kind: enhancement
medium
kind: slow
kind: API

A Rust implementation of jdenticon exists at https://github.com/jay3332/rdenticon

From the Discord: > using ril, is there any way to draw text with outlines? otherwise is there a way to convolve the image to add an outline manually? With...

Limitations: - much slower than just rendering a gradient masked to text - apart from dynamic dispatch, Rust's type system does not allow for different types of fills in text...

### Bug Description Compiling my project on using sqlx from latest GitHub commit gives me an error akin to: ```sh $ cargo check --all-features error: optional sqlx feature `json` required...

bug