# Glossary of compression, image, video and audio terms

Short definitions that help users, search engines and LLMs understand the core entities behind KitDevs.

## Summary

### Image formats

JPG is common for photos, PNG preserves transparency, WebP is efficient for modern web delivery, and BMP is a simple bitmap format.

### Audio and video formats

MP4 is a common video container. MP3 is widely compatible audio. M4A is efficient, and WAV is larger but useful for uncompressed audio workflows.

### Browser technologies

Canvas API handles images, WebAssembly runs high-performance code in the browser, and FFmpeg.wasm powers audio/video conversion.

## Related entities

- JPG
- PNG
- WebP
- BMP
- MP4
- MP3
- M4A
- WAV
- Canvas API
- FFmpeg.wasm
