maldan / denolib-image

Module for works with images. Decode, encode, resize and etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image

Deno module for work with images. Module will provide functions like decode, encode, get resolution, get image type, scale, resize and other stuff.


NOTE! Currently is under development.


Current state

Now it only can get type of image from file but it based on content not on name extension. Also it can return jpeg image resolution.

Plans

Decode

  • RAW (3 channels, interlaced)
  • BMP (BITMAPINFOHEADER, no compression, only 24 bits)
  • JPEG
  • PNG
  • GIF
  • WebP

Encode

  • BMP (BITMAPINFOHEADER, no compression, only 24 bits)
  • JPEG
  • PNG
  • GIF
  • WebP

About

Module for works with images. Decode, encode, resize and etc.


Languages

Language:TypeScript 100.0%