-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

identify


> Command-line utility of Image Magick project to describe the format and characteristics of one or more image files.

More information.


Describe the format and basic characteristics of an image:

identify {path/to/image}

Describe the format and verbose characteristics of an image:

identify -verbose {path/to/image}

Collect dimensions of all JPEG files under current directory:

identify -format "%f,%w,%h\n" *.{jpg} > {path/to/filelist.csv}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Mon May 20 23:37:59 2024