phailhaus
phailhaus
Simple change that parses more of the API response to extract the seed and prompt, then updates the window caption/title with them. Resolves issue #19
Resolves #2774 # Adds the following: ## color crate function: from_cmyka() function to convert CMYKA to RGBA ## Nodes: All nodes clamp input to 0 -> 1 before passing to...
An option to disable anti-aliasing would expand usefulness for specialized situations. Example of usecase that is broken by AA: I've been working on a project that involves stroking paths with...
A node that takes four numbers (int or float, doesn't matter) as R, G, B, and A and outputs a color is needed for situations where color is driven mathematically...
Partially Resolves #2775 Adds shape_rendering attribute to the PathStyle struct, adds support for writing it out when rendering the SVG, and adds a node that allows the user to set...