Skip to content

Releases: AGulev/drawpixels

Remove debug line in `arc` functions

16 Jan 08:52

Choose a tag to compare

Remove debug line from arc functions

Fixed `filled_arc`

15 Jan 19:33

Choose a tag to compare

  • Fixed issue with filled_arc functions

drawpixels.copy_pixels

16 May 19:06

Choose a tag to compare

Added drawpixels.copy_pixels

Added `script_api`

26 Dec 20:00
a593c7e

Choose a tag to compare

  • Added drawpixels.script_api file

DrawPixels 2.0.1

25 Jun 07:12

Choose a tag to compare

  • Fix build on Linux

DrawPixels 2.0.0

06 May 17:10
9d6188e

Choose a tag to compare

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_alpha option.

Thanks @sergeysinyavsky !

DrawPixels 1.3.0

10 Sep 20:11

Choose a tag to compare

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

30 Jul 06:55
81f34d6

Choose a tag to compare

Angle of the filled rect now can be lower 0

DrawPixels 1.2.1

25 Jul 20:24

Choose a tag to compare

fixed an issue #3 with 90 and 270 degree rotation of a rectangle

DrawPixels 1.2.0

18 Jul 11:41
9568749

Choose a tag to compare

Performance optimization and IDEA autocomplete