An open API service indexing awesome lists of open source software.

https://github.com/vdistortion/image-manifest

CLI tool to batch-convert images (webp, avif, jpg, png), resize them, and generate a JSON directory manifest — for static sites and galleries without a backend
https://github.com/vdistortion/image-manifest

avif batch-processing cli gallery image-conversion image-processing image-resize jamstack json-manifest nodejs npx sharp static-site typescript webp

Last synced: 5 days ago
JSON representation

CLI tool to batch-convert images (webp, avif, jpg, png), resize them, and generate a JSON directory manifest — for static sites and galleries without a backend

Awesome Lists containing this project

README

          

# image-manifest

[![NPM Version](https://img.shields.io/npm/v/image-manifest?style=flat&logo=npm&label=version&color=cb3837)](https://www.npmjs.com/package/image-manifest)
[![tests](https://github.com/vdistortion/image-manifest/actions/workflows/tests.yml/badge.svg)](https://github.com/vdistortion/image-manifest/actions/workflows/tests.yml)
[![Coverage Status](https://coveralls.io/repos/github/vdistortion/image-manifest/badge.svg?branch=main)](https://coveralls.io/github/vdistortion/image-manifest?branch=main)

A CLI tool to batch-convert and resize images (webp, avif, jpg, png) and generate a JSON manifest — for static sites and galleries.

[![image-manifest](docs/public/logo.webp)](https://image-manifest.zvalentin.ru)

## Quick Start

```sh
npx image-manifest@latest --json manifest
```

See the [full documentation](https://image-manifest.zvalentin.ru) for all options, interactive mode, configuration files, and programmatic API usage.

> ⭐ Like this tool? Give it a star on [GitHub](https://github.com/vdistortion/image-manifest) – it helps others discover the project!