What Happened
- `img_2_b64()` now explicitly decodes the Base64 result to a UTF-8-compatible string via `.decode("ascii")` instead of relying on `typing.cast`, preventing a bytes return type at runtime.
- `img_2_b64()` now explicitly decodes the Base64 result to a UTF-8-compatible string via `.decode("ascii")` instead of relying on `typing.cast`, preventing a bytes return type at runtime.
- 1 evidence item attached for review.