1.9 KiB
1.9 KiB
Links
File formats
- MDN - Media type and format guide: image, audio, and video content
- dav1d - AV1 cross-platform decoder, open-source, and focused on speed and correctness
- image - blog which introduces a crate to decode/encode using its API for complex image formats
- image-dimensions - Get the dimensions of an image in any modern JavaScript environment
- Stirling-PDF - Allows to perform various operations on PDF files
- YouTube - Files & File Systems: Crash Course Computer Science
- YouTube - What is a File Format?
- YouTube - Common Image File Formats and Their Differences
- YouTube - How Bitmap File Format Works (.bmp)
- YouTube - How are Images Compressed? JPEG In Depth
- YouTube - 67 Bytes, The Smallest Possible PNG (And How It Works)
Rust Resources
- Book to get started with the Rust programming language
- Book for developing Command Line Applications in Rust
- human-panic - Panic messages for humans
- assert_cmd - Test CLI Applications
- clap - A simple to use, efficient, and full-featured Command Line Argument Parser
- Rayon - Simple work-stealing parallelism for Rust