Releases: AGulev/drawpixels
Releases · AGulev/drawpixels
Remove debug line in `arc` functions
Fixed `filled_arc`
- Fixed issue with
filled_arcfunctions
drawpixels.copy_pixels
Added drawpixels.copy_pixels
Added `script_api`
- Added
drawpixels.script_apifile
DrawPixels 2.0.1
- Fix build on Linux
DrawPixels 2.0.0
NEW:
- New API methods:
drawpixels.gradient_line(),drawpixels.arc(),drawpixels.filled_arc(),drawpixels.gradient_arc(),drawpixels.start_fill(),drawpixels.end_fill(),drawpixels.fill_area(). - Antialiasing option for the following functions:
drawpixels.filled_circle(),drawpixels.line(),drawpixels.circle(). - Line width option for the following functions:
drawpixels.circle(),drawpixels.line(). premultiply_alphaoption.
Thanks @sergeysinyavsky !
DrawPixels 1.3.0
NEW: drawpixels.bezier(buffer_info, x0, y0, xc, yc, x1, y1, red, green, blue, alpha) draw a bezier line between two points and one control point
Thanks @koorva !
DrawPixels 1.2.2
Angle of the filled rect now can be lower 0
DrawPixels 1.2.1
fixed an issue #3 with 90 and 270 degree rotation of a rectangle
DrawPixels 1.2.0
Performance optimization and IDEA autocomplete