imazen / imageflow-dotnet

The official .NET API for Imageflow, the Rust image processing and optimization engine for web servers
GNU Affero General Public License v3.0
143 stars 25 forks source link

Restored json format in CreateCanvas #60

Closed jakenuts closed 3 months ago

jakenuts commented 3 months ago

Updated CreateCanvas to move 'format' to the same level as the 'w', 'h', and 'color' properties to resolve json error.

This appears to be the same format as other language bindings use and restores the format that worked in 0.10.2

lilith commented 3 months ago

Thanks! I guess there was a gap in the test suite.

lilith commented 3 months ago

Looks like the tests failed, the dependency changes broke stuff.