The built-in plugin set (JPEG, PNG, WebP, AVIF, TIFF-family RAW), loaded
lazily so that importing the library never pulls a format module by
default. Dynamic import is deliberate: plugin loading from a
runtime-optional module, keeping the static import graph parser-free.
The built-in plugin set (JPEG, PNG, WebP, AVIF, TIFF-family RAW), loaded lazily so that importing the library never pulls a format module by default. Dynamic import is deliberate: plugin loading from a runtime-optional module, keeping the static import graph parser-free.