vision/CHANGELOG.md

17 lines
951 B
Markdown
Raw Permalink Normal View History

# CHANGELOG - apigo.cc/go/vision
## v1.0.0 (2026-05-12)
* **Initial Release**: Complete migration and evolution from `@gojs/img`.
* **Professional Refactoring**: Removed all internal logging, switched to a pure error-driven architecture.
* **Intelligence Suite**:
* Added **QR & Barcode recognition** (decoding) via `gozxing`.
* Added **Perceptual Hashing (PHash)** for image similarity comparison.
* Added **Color Palette Extraction** and dominant color analysis.
* **Industrial Media**:
* Implemented **FFmpeg Orchestration** for real video frame extraction and synthesis.
* Built-in **Frictionless Setup** for automatic FFmpeg environment discovery.
* Enhanced **Animation Engine** for high-quality GIF generation.
* **Advanced Transformations**: Added **4-point Perspective Warping (WarpPerspective)** with bilinear interpolation.
* **Modern Text**: Support for fallback fonts and complex layout.