command
module
Version:
v2.0.2
Opens a new window with list of versions in this module.
Published: Oct 7, 2022
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
imgi
A CLI tool that prints images' information.
Usage
imgi [DIR] # DIR: directory containing image files (default: "./")
imgi
will print images' information like this:
images:
- name: 1.jpg
width: 2160
height: 2880
- name: 2.png
width: 2160
height: 2880
- name: 3.webp
width: 2160
height: 2880
Flags
-
--format value, -f value
set output format, available value: "yaml", "toml", "json" (default: "yaml")
-
--copy, -c
copy output to clipboard (default: false)
-
JPEG (.jpg, .jpeg)
-
PNG (.png)
-
WEBP (.webp)
-
GIF (.gif)
Install from source code
go install github.com/mys1024/imgi@latest
License
MIT
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.