Author: Michael Lynch <git@mtlynch.io>
Committer: Michael Lynch <mtlynch@noreply.codeberg.org>
Merge the images package into the convert package (#228) The images package held low-level image primitives that existed only to be consumed by convert (which already wrapped them), uploads, and handlers. Folding them into convert removes a redundant package boundary and the thin wrapper indirection, putting all image/media conversion code in one place. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Reviewed-on: https://codeberg.org/mtlynch/little-moments/pulls/228