Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
@4bitlabs/blur-filters
Advanced tools
A collection of blur-filters for rendering Sierra On-line SCI-engine assets.
A collection of blur-filters for rendering Sierra On-line SCI-engine assets.
Full documentation for the library can be found here.
Method | Description |
---|---|
gaussBlur(sigma: number): ImageFilter | Applies a gaussian blur to the image in-place |
hBlur(sigma: number): ImageFilter | Applies a gaussian blur, only on the horizontal axis |
boxBlur(s: number): ImageFilter | Applies a fast box-blur of box s |
hBoxBlur(s: number): ImageFilter | Applies a fast horizontal box-blur of length s |
import { BlurFilters } from '@4bitlabs/image';
// Blur the image using a horizontal box, with a box of 3-pixels
const filter = BlurFilters.hBoxBlur(3);
const output = filter(source);
Note: These are very naïve implementations, and should not be used in any kind of production environment.
FAQs
A collection of blur-filters for rendering Sierra On-line SCI-engine assets.
The npm package @4bitlabs/blur-filters receives a total of 0 weekly downloads. As such, @4bitlabs/blur-filters popularity was classified as not popular.
We found that @4bitlabs/blur-filters demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.