Open Issues Need Help
View All on GitHubAI Summary: Refactor the Xylo project to make the image processing functionality (relying on `image` and `imageproc` crates) optional, enabling compilation for WebAssembly and reducing bloat for projects without image needs. This involves making feature-only imports for the crates and conditionally including the `src/functions/image.rs` module and related function definitions.
A functional programming language for procedural art
AI Summary: Add support for exporting images in formats other than PNG to the Xylo procedural art language. This involves leveraging the `image` crate to convert the existing PNG output to JPEG, BMP, and WEBP formats.
A functional programming language for procedural art