IIIF-Studio / backend /app /services /image /__init__.py
Claude
Sprint 2 Session B — Pipeline image : fetch IIIF + dérivé JPEG 1500px + thumbnail
8e5d22a unverified
Raw
History Blame Contribute Delete
234 Bytes
"""
Services image — normalisation et production des dérivés JPEG pour le pipeline IA.
"""
from app.services.image.normalizer import create_derivatives, fetch_and_normalize
__all__ = ["create_derivatives", "fetch_and_normalize"]