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

Update ImageJob.cs #30

Closed jakenuts closed 3 years ago

jakenuts commented 3 years ago

Added call to color.ToImageflowDynamic() during creation of create_canvas dynamic object in CreateCanvas() to correct json serialization issue noted in Issue #29

lilith commented 3 years ago

Thank you so much for fixing this!