package fs
// Required file format decoders and encoders.
import (
_ "image/gif"
_ "image/jpeg"
_ "image/png"
)