BrushCue 1.2.6 is now available on the BrushCue website and in the Python package. This release adds a new negative image tool, two new path operations for drawing smooth curves, and an XYZ color profile, plus performance and reliability improvements.
New Tools
The new Negative tool inverts an image by subtracting each color component, producing a classic film-negative effect.
New Operations
CompositionNegativecreates the negative effect and powers the new Negative tool. In Python, usebrushcue.composition_negative(...).ColorProfileXYZcreates an XYZ color profile for use anywhere aColorProfileis expected. In Python, usebrushcue.color_profile_xyz(...).PathCardinalCubicToPointdraws a Cardinal Cubic spline from the path's current point to another point, with atensioncontrol for how tightly the curve bends. In Python, usebrushcue.path_cardinal_cubic_to_point(...).PathCatmullRomToPointdraws a Catmull-Rom spline from the path's current point to another point, producing a smooth curve that passes through each point without a tension parameter to tune. In Python, usebrushcue.path_catmull_rom_to_point(...).
Performance and Reliability
This release also includes general performance and reliability improvements across the editor and Python package.
Feedback
As always, if you have feedback or suggestions for what to add to BrushCue next, please reach out to feedback@brushcue.com.