Created
January 13, 2025 17:41
-
-
Save sheep-snow/fc19750458e7f35085aa3f24e5241f09 to your computer and use it in GitHub Desktop.
Image Magick identify execution results
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ magick identify -verbose sample.webp | |
| Image: | |
| Filename: sample.webp | |
| Permissions: rw-rw-rw- | |
| Format: WEBP (WebP Image Format) | |
| Mime type: image/webp | |
| Class: DirectClass | |
| Geometry: 1600x1920+0+0 | |
| Units: Undefined | |
| Colorspace: sRGB | |
| Type: TrueColor | |
| Base type: Undefined | |
| Endianness: Undefined | |
| Depth: 8-bit | |
| Channels: 3.0 | |
| Channel depth: | |
| Red: 8-bit | |
| Green: 8-bit | |
| Blue: 8-bit | |
| Channel statistics: | |
| Pixels: 3072000 | |
| Red: | |
| min: 0 (0) | |
| max: 255 (1) | |
| mean: 152.893 (0.599579) | |
| median: 156 (0.611765) | |
| standard deviation: 76.9233 (0.30166) | |
| kurtosis: -1.42177 | |
| skewness: -0.0102261 | |
| entropy: 0.695736 | |
| Green: | |
| min: 0 (0) | |
| max: 255 (1) | |
| mean: 162.481 (0.637181) | |
| median: 186 (0.729412) | |
| standard deviation: 74.3316 (0.291497) | |
| kurtosis: -1.41817 | |
| skewness: -0.298009 | |
| entropy: 0.718478 | |
| Blue: | |
| min: 0 (0) | |
| max: 255 (1) | |
| mean: 171.985 (0.674451) | |
| median: 209 (0.819608) | |
| standard deviation: 66.8923 (0.262323) | |
| kurtosis: -1.21955 | |
| skewness: -0.559384 | |
| entropy: 0.736397 | |
| Image statistics: | |
| Overall: | |
| min: 0 (0) | |
| max: 255 (1) | |
| mean: 162.453 (0.63707) | |
| median: 183.667 (0.720261) | |
| standard deviation: 72.7157 (0.28516) | |
| kurtosis: -1.35316 | |
| skewness: -0.289206 | |
| entropy: 0.71687 | |
| Rendering intent: Perceptual | |
| Gamma: 0.454545 | |
| Chromaticity: | |
| red primary: (0.64,0.33,0.03) | |
| green primary: (0.3,0.6,0.1) | |
| blue primary: (0.15,0.06,0.79) | |
| white point: (0.3127,0.329,0.3583) | |
| Matte color: grey74 | |
| Background color: white | |
| Border color: srgb(223,223,223) | |
| Transparent color: black | |
| Interlace: None | |
| Intensity: Undefined | |
| Compose: Over | |
| Page geometry: 1600x1920+0+0 | |
| Dispose: Undefined | |
| Iterations: 0 | |
| Compression: Undefined | |
| Quality: 100 | |
| Orientation: Undefined | |
| Properties: | |
| date:create: 2025-01-13T16:50:51+00:00 | |
| date:modify: 2025-01-13T16:32:07+00:00 | |
| date:timestamp: 2025-01-13T16:57:58+00:00 | |
| signature: ce568fd9baa22387ec544b770a09284c0329e8941a8243631909b955dfc31c08 | |
| Artifacts: | |
| verbose: true | |
| Tainted: False | |
| Filesize: 2.527MiB | |
| Number pixels: 3.072M | |
| Pixel cache type: Memory | |
| Pixels per second: 35.3153MP | |
| User time: 0.087u | |
| Elapsed time: 0:01.086 | |
| Version: ImageMagick 7.1.1-43 Q16-HDRI x64 a2d96f4:20241222 https://imagemagick.org | |
| $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment