Release Image Tools 0.1.0

This commit is contained in:
2026-09-01 02:47:11 +02:00
commit 83926457b2
76 changed files with 11815 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Changelog
## 0.1.0 - 2026-09-01
- Added bounded pre-decode JPEG, PNG and WebP header inspection with static-only enforcement.
- Added bounded structural scans so animation chunks hidden behind large PNG or WebP ancillary payloads are rejected before decode.
- Added orientation-aware crop, quarter-turn, flip, fit/fill/exact resize and PNG/JPEG/WebP export.
- Added disposable worker processing, stale cancellation, side-by-side previews and a sequential bounded batch queue.
- Added truthful metadata, colour-profile and browser-codec reports with per-result JSON downloads.
- Added generated format/security fixtures and full Chromium/Firefox local upload/export coverage.
- Added Toolbox integration, offline shell and deterministic release packaging.