Skip to content

isaac0yen/imgstat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imgstat

npm version License: MIT

Give AI context about your images.

LLMs can't see image dimensions. imgstat recursively scans directories and renames images to include their size (e.g., photo.jpgphoto-1920x1080.jpg), so your AI coding assistant knows exactly what it's working with.

Features:

  • AI-Ready Context: Embeds dimensions directly in filenames.
  • Idempotent: Smartly skips images that are already renamed.
  • Recursive: Handles deep directory structures.

Installation & Usage

Install:

npm install -g imgstat

Run:

imgstat [directory]

Download & Process:

imgstat -u https://example.com/images

About

Recursively rename images with dimensions so LLMs can see them.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages