Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/png_mimic/mod.ts

Mimic any binary to PNG.
Latest
import * as pngMimic from "https://deno.land/x/png_mimic@v1.0.3/mod.ts";

Functions

Extract binary from png image. Input format is 24 bit color, gamma, no alpha, no filter.

Generate png image from binary. Output format is 24 bit color, gamma, no alpha, no filter.