Skip to content

Instantly share code, notes, and snippets.

@opyate
Created March 31, 2023 10:40
Show Gist options
  • Save opyate/6e3d0115cdfe1986759f352ece6afbca to your computer and use it in GitHub Desktop.
Save opyate/6e3d0115cdfe1986759f352ece6afbca to your computer and use it in GitHub Desktop.

With regards to artists not wanting their art scraped by AI, I just looked at a random image off Behance.

What in this EXIF data can tell the bot to ignore this image? (e.g. CC license)

random image off Behance

The image:
https://mir-s3-cdn-cf.behance.net/project_modules/fs/343e84126172267.6127c71087b3b.jpg
$ identify -verbose ~/Desktop/behance.jpg
Image:
Filename: /home/opyate/Desktop/behance.jpg
Format: JPEG (Joint Photographic Experts Group JFIF format)
Mime type: image/jpeg
Class: DirectClass
Geometry: 1700x1350+0+0
Resolution: 72x72
Print size: 23.6111x18.75
Units: PixelsPerInch
Colorspace: sRGB
Type: TrueColor
Base type: Undefined
Endianness: Undefined
Depth: 8-bit
Channel depth:
red: 8-bit
green: 8-bit
blue: 8-bit
Channel statistics:
Pixels: 2295000
Red:
min: 0 (0)
max: 255 (1)
mean: 124.16 (0.4869)
standard deviation: 105.563 (0.413971)
kurtosis: -1.75851
skewness: -0.0523499
entropy: 0.817254
Green:
min: 0 (0)
max: 255 (1)
mean: 104.62 (0.410273)
standard deviation: 52.1438 (0.204485)
kurtosis: -0.792534
skewness: 0.107445
entropy: 0.823562
Blue:
min: 0 (0)
max: 255 (1)
mean: 100.716 (0.394963)
standard deviation: 81.9457 (0.321356)
kurtosis: -0.90052
skewness: 0.877245
entropy: 0.831537
Image statistics:
Overall:
min: 0 (0)
max: 255 (1)
mean: 109.832 (0.430712)
standard deviation: 79.884 (0.313271)
kurtosis: -1.2044
skewness: 0.396454
entropy: 0.824118
Rendering intent: Perceptual
Gamma: 0.454545
Chromaticity:
red primary: (0.64,0.33)
green primary: (0.3,0.6)
blue primary: (0.15,0.06)
white point: (0.3127,0.329)
Background color: white
Border color: srgb(223,223,223)
Matte color: grey74
Transparent color: black
Interlace: JPEG
Intensity: Undefined
Compose: Over
Page geometry: 1700x1350+0+0
Dispose: Undefined
Iterations: 0
Compression: JPEG
Quality: 93
Orientation: TopLeft
Profiles:
Profile-exif: 8334 bytes
Profile-icc: 3144 bytes
Profile-xmp: 4881 bytes
Properties:
date:create: 2023-03-31T10:32:03+00:00
date:modify: 2023-03-31T10:32:03+00:00
exif:ColorSpace: 65535
exif:DateTime: 2021:06:10 14:58:40
exif:ExifOffset: 168
exif:PixelXDimension: 1700
exif:PixelYDimension: 1350
exif:Software: Adobe Photoshop 21.2 (Macintosh)
exif:thumbnail:Compression: 6
exif:thumbnail:JPEGInterchangeFormat: 306
exif:thumbnail:JPEGInterchangeFormatLength: 8022
exif:thumbnail:ResolutionUnit: 2
exif:thumbnail:XResolution: 72/1
exif:thumbnail:YResolution: 72/1
icc:copyright: Copyright (c) 1998 Hewlett-Packard Company
icc:description: sRGB IEC61966-2.1
icc:manufacturer: IEC http://www.iec.ch
icc:model: IEC 61966-2.1 Default RGB colour space - sRGB
jpeg:colorspace: 2
jpeg:sampling-factor: 1x1,1x1,1x1
signature: 5d43e87a7b31e6b51d4e88992d42510734eb6f70dc11dae2a799d67ac4ce6dc5
Artifacts:
filename: /home/opyate/Desktop/behance.jpg
verbose: true
Tainted: False
Filesize: 2.24453MiB
Number pixels: 2295000
Pixels per second: 21.8099MB
User time: 0.100u
Elapsed time: 0:01.105
Version: ImageMagick 6.9.11-60 Q16 x86_64 2021-01-25 https://imagemagick.org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment