···18 (name srcsetter-cmd)
19 (synopsis "Image processing tool to generate responsive images")
20 (description "Srcsetter is a CLI tool that processes a directory of images and outputs a directory of responsive images suitable for embedding as `<img srcset` tags in a website. It uses the ImageMagick CLI tool to handle the actual processing of images.")
21- (depends srcsetter fpath progress eio))
···18 (name srcsetter-cmd)
19 (synopsis "Image processing tool to generate responsive images")
20 (description "Srcsetter is a CLI tool that processes a directory of images and outputs a directory of responsive images suitable for embedding as `<img srcset` tags in a website. It uses the ImageMagick CLI tool to handle the actual processing of images.")
21+ (depends srcsetter fpath progress eio eio_main))