Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jpcaparas/metapeek

A command line tool to extract metadata from images
https://github.com/jpcaparas/metapeek

Last synced: about 10 hours ago
JSON representation

A command line tool to extract metadata from images

Awesome Lists containing this project

README

        

# Metapeek - Image Metadata CLI Tool

A simple CLI tool to extract image metadata from image files including JPG, PNG, HEIC, and more.

## Installation

To use the tool without installing it globally, you can use `npx`:

```bash
npx metapeek /path/to/your/image.jpg
```

If you don't provide a path, the tool will prompt you to enter one:

```bash
npx metapeek
```

Then, follow the on-screen prompts.

## Contributing

Contributions are welcome! Please create an issue or open a pull request with your changes.

## License

MIT License. See the [LICENSE](LICENSE) file for details.