Skip to content

kabergstrom/image2-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image2

A Rust library focused on generic image processing for a wide range of datatypes. stb_image is used as the default encoder/decoder and supports the following formats:

  • JPEG [RW]
  • PNG [RW]
  • TGA [RW]
  • BMP [RW]
  • PSD [R]
  • GIF [R]
  • HDR [RW]

Additional formats are provided by:

Optional crate features

  • v4l
    • Enables support for webcam capture on Linux
  • ser
    • Automatically derive serde traits for images and many other datatyes
  • parallel
    • Uses rayon to iterate over pixels in parallel (enabled by default)

About

Image processing library for Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 80.5%
  • Rust 19.4%
  • Shell 0.1%