mapconcierge / temp

Temporary repository
https://mapconcierge.github.io/temp/
0 stars 0 forks source link

temp #7

Open mapconcierge opened 1 year ago

mapconcierge commented 1 year ago

attack_on_titan_key_image

mapconcierge commented 1 year ago

4330314_futakotamagawa2019

https://newspicks.com/news/4330314/

mapconcierge commented 1 year ago

Godzilla_Futakotamagawa

mapconcierge commented 1 year ago

mapconcierge_One_female_Jedi_knight_with_a_blue_lightsaber_and__44af5f78-9a67-48ad-8906-2045c0a72fa0

mapconcierge_One_female_Jedi_knight_with_a_blue_lightsaber_and__44af5f78-9a67-48ad-8906-2045c0a72fa0_markdown_doc

mapconcierge commented 1 year ago
classDiagram
    class Exif {
        +ImageWidth
        +ImageHeight
        +BitsPerSample
        +Compression
        +PhotometricInterpretation
        +Orientation
        +SamplesPerPixel
        +DateTime
        +ImageDescription
        +Make
        +Model
        +Software
        +Artist
        +Copyright
        +ExifIFDPointer
        +GPSInfoIFDPointer
    }
    class ExifIFD {
        +ExposureTime
        +FNumber
        +ExposureProgram
        +ISO
        +ExifVersion
        +DateTimeOriginal
        +DateTimeDigitized
        +ShutterSpeedValue
        +ApertureValue
        +BrightnessValue
        +ExposureBiasValue
        +MeteringMode
        +Flash
        +FocalLength
        +MakerNote
        +UserComment
    }
    class GPSInfoIFD {
        +GPSLatitudeRef
        +GPSLatitude
        +GPSLongitudeRef
        +GPSLongitude
        +GPSAltitudeRef
        +GPSAltitude
        +GPSTimeStamp
        +GPSSatellites
        +GPSStatus
        +GPSMeasureMode
        +GPSDOP
        +GPSSpeedRef
        +GPSSpeed
        +GPSTrackRef
        +GPSTrack
        +GPSImgDirectionRef
        +GPSImgDirection
        +GPSMapDatum
        +GPSDestLatitudeRef
        +GPSDestLatitude
        +GPSDestLongitudeRef
        +GPSDestLongitude
        +GPSDestBearingRef
        +GPSDestBearing
        +GPSDestDistanceRef
        +GPSDestDistance
        +GPSProcessingMethod
        +GPSAreaInformation
        +GPSDateStamp
        +GPSDifferential
    }
    Exif --|> ExifIFD
    Exif --|> GPSInfoIFD