🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

skia-gradient-array

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skia-gradient-array

0.1.0
PyPI
Maintainers
1

skia-gradient-array

Simple wrapper around Skia to generate a gradient image in numpy. It uses a skia.Surface with alphaType of skia.kUnpremul_AlphaType, so that it plays nicely with matplotib. Packages like cairo only supports alpha-premultiplied canvas, and things are not idea as Matplotlib does not support alpha-multiplied images. )

Installation

You can install using pip:

pip install skia_gradient_array

Development Installation

pip install -e ".[dev]"

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts