
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
This project defines a protocol for working with grayscale images, videos and containers of arbitrary rank. It also provides a reference implementation in NumPy.
All releases are published on PyPi, so all the popular installation methods work out-of-the-box. For example, here is how you can install the library using pip.
python -m pip install grayscalelib.core
The main data structure of this library is the Pixels
class. All other
functionality is accessible as methods and class methods of this class.
from grayscalelib.core import Pixels
px = Pixels([0.00, 0.25, 0.50, 0.75 1.00])
# List all methods defined on Pixels
dir(px)
FAQs
A protocol for manipulating grayscale data.
We found that grayscalelib.core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.