vision-squeezer 0.1.9

LLM-native image optimization middleware & MCP server. Reduces vision model token consumption by snapping to tile boundaries.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Summary

<!-- What does this PR do? -->

## Type

- [ ] Bug fix
- [ ] New feature
- [ ] Refactor
- [ ] Docs / tests

## Checklist

- [ ] `cargo test` passes
- [ ] `cargo clippy` clean
- [ ] `cargo fmt` applied
- [ ] Tests added / updated where relevant