Skia Python Versions Save

Python binding to Skia Graphics Library

v0.0.4.postfix1

4 years ago

WIndows release build fix

v0.0.4

4 years ago

Alpha-release. Expect bugs and lack of documentation.

Changes:

  • Add method tests (Bitmap, Data, Matrix, Picture, Pixmap, Region, Vertices)
  • Add Paint and Python Image I/O notebooks
  • Fix VM build and test errors
  • Implement Codec (@Bloodb0ne)

Known issues:

  • Missing APIs: Document and PDF
  • Missing tutorial document

v0.0.3

4 years ago

Alpha-release with limited testing. Expect bugs and lack of documentation.

Changes:

  • Implements Font, Typeface, TextBlob, TextBlobBuilder, Image, ImageInfo, Pixmap APIs
  • Bugfix pytest
  • Minor bugfixes

Known issues:

  • Missing APIs
  • Missing tests
  • Inaccurate documentation

v0.0.2

4 years ago

Alpha-release with limited testing. Expect bugs and lack of documentation.

Changes:

  • Enums get full C++ name
  • Implements FontMgr, Path, PathEffect, Paint, ColorFilter, ImageFilter, MaskFilter, Shader

Known issues:

  • Missing APIs
  • Missing tests
  • Inaccurate documentation

v0.0.1

4 years ago

Initial alpha-release with limited testing. Expect bugs and lack of documentation for this release.

Known issues:

  • Missing APIs: Less important C++ APIs are not yet available.
  • Missing tests: Only Surface, Canvas, Path get tests.
  • Inaccurate documentation: C++ document is shown without Python API translation.