Updated encode page to not hide DCT/LSB selector, format tweaks.

This commit is contained in:
Aaron D. Lee
2025-12-31 17:16:51 -05:00
parent 34376b2dfe
commit 66f7d54db5
2 changed files with 304 additions and 368 deletions

View File

@@ -12,9 +12,11 @@ ENV PYTHONUNBUFFERED=1
ENV PIP_ROOT_USER_ACTION=ignore
# Install system dependencies
# NOTE: libjpeg-dev is required for jpegio compilation
# NOTE: g++ is required for jpegio C++ compilation
# NOTE: libjpeg-dev is required for jpegio
RUN apt-get update && apt-get install -y --no-install-recommends \
gcc \
g++ \
libc-dev \
libffi-dev \
libzbar0 \