Skip to content

ReclaimSoftware/rs-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some image functions

Build Status

{subbmp} = require 'rs-image'

BMPs

So far we only support single-plane 24-bit RGB 54-byte-header uncompressed minimal-metadata BMPs.

That's the kind that ffmpeg ... -f image2pipe -c bmp - produces.

subbmp

Efficiently create a BMP of a rectangular part of a BMP:

clip_bmp_data = subbmp bmp_data, {x, y, width, height}

About

Some image functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published