"Image Metadata"의 두 판 사이의 차이
DH 교육용 위키
(새 문서: ==Image Meta Data 활용 예시== <html> <iframe width="96%" height="800px" src="http://digerati.aks.ac.kr/DhLab/2021/101/tutor/gallery/Export_CSV.xml"></iframe> <br/> <input type="b...) |
|||
1번째 줄: | 1번째 줄: | ||
+ | ==대표적인 Image Metadata 형식== | ||
+ | |||
+ | * EXIF: Exchangeable image file format | ||
+ | * IPTC: International Press Telecommunications Council | ||
+ | * XMP: Extensible Metadata Platform from Adobe | ||
+ | |||
==Image Meta Data 활용 예시== | ==Image Meta Data 활용 예시== | ||
6번째 줄: | 12번째 줄: | ||
<input type="button" value="전체화면" onclick="http://digerati.aks.ac.kr/DhLab/2021/101/tutor/gallery/Export_CSV.xml"> | <input type="button" value="전체화면" onclick="http://digerati.aks.ac.kr/DhLab/2021/101/tutor/gallery/Export_CSV.xml"> | ||
</html> | </html> | ||
+ | |||
+ | ==Image Metadata Tag 예시== | ||
+ | <pre> | ||
+ | "/File/Main/FilePath","C:\Documents\한중연강의\2021-1\멀티미디어\photo\gallery\K0362.jpg" | ||
+ | "/File/Main/FileName","K0362.jpg" | ||
+ | "/File/Main/Name","K0362" | ||
+ | "/File/Main/FileLocation","C:\Documents\한중연강의\2021-1\멀티미디어\photo\gallery\" | ||
+ | "/File/Main/FileExtension","jpg" | ||
+ | "/File/Main/FileSize","5834840" | ||
+ | "/File/Main/DateCreation","2021-03-09 10:02:00" | ||
+ | "/File/Main/DateLastAccess","2021-03-09 10:02:00" | ||
+ | "/File/Main/DateLastWrite","2021-03-09 10:02:00" | ||
+ | "/File/Main/PixelWidth","4032" | ||
+ | "/File/Main/PixelHeight","2268" | ||
+ | "/Exif/Image/ImageWidth","4032" | ||
+ | "/Exif/Image/ImageLength","2268" | ||
+ | "/Exif/Image/Description","산책하는 보미를 보면 반가와 하는 바둑이" | ||
+ | "/Exif/Image/Make","samsung" | ||
+ | "/Exif/Image/Model","SM-G977N" | ||
+ | "/Exif/Image/Orientation","6" | ||
+ | "/Exif/Image/XResolution","72/1" | ||
+ | "/Exif/Image/YResolution","72/1" | ||
+ | "/Exif/Image/ResolutionUnit","2" | ||
+ | "/Exif/Image/Software","G977NKSU4CTG1" | ||
+ | "/Exif/Image/DateTime","2020-10-30 오전 8:10:18" | ||
+ | "/Exif/Image/YCbCrPositioning","1" | ||
+ | "/Exif/Photo/ExposureTime","1/155" | ||
+ | "/Exif/Photo/FNumber","12/5" | ||
+ | "/Exif/Photo/ExposureProgram","2" | ||
+ | "/Exif/Photo/ISOSpeedRatings","50" | ||
+ | "/Exif/Photo/ExifVersion","0220" | ||
+ | "/Exif/Photo/DateTimeOriginal","2020-10-30 오전 8:10:18" | ||
+ | "/Exif/Photo/DateTimeDigitized","2020-10-30 오전 8:10:18" | ||
+ | "/Exif/Photo/ShutterSpeed","1/155" | ||
+ | "/Exif/Photo/Aperture","63/25" | ||
+ | "/Exif/Photo/Brightness","1487/100" | ||
+ | "/Exif/Photo/ExposureBias","0/1" | ||
+ | "/Exif/Photo/MaxAperture","63/25" | ||
+ | "/Exif/Photo/MeteringMode","2" | ||
+ | "/Exif/Photo/Flash","0" | ||
+ | "/Exif/Photo/FocalLength","108/25" | ||
+ | "/Exif/Photo/ColorSpace","1" | ||
+ | "/Exif/Photo/PixelXDimension","4032" | ||
+ | "/Exif/Photo/PixelYDimension","2268" | ||
+ | "/Exif/Photo/ExposureMode","0" | ||
+ | "/Exif/Photo/WhiteBalance","0" | ||
+ | "/Exif/Photo/DigitalZoomRatio","1/1" | ||
+ | "/Exif/Photo/FocalLengthIn35mmFilm","26" | ||
+ | "/Exif/Photo/SceneCaptureType","0" | ||
+ | "/Exif/Photo/ImageUniqueID","M12XLLH00SM" | ||
+ | "/Exif/Gps/VersionID","2.2.0.0" | ||
+ | "/Exif/Gps/LatitudeRef","N" | ||
+ | "/Exif/Gps/Latitude","37?21' 34.826"" | ||
+ | "/Exif/Gps/LongitudeRef","E" | ||
+ | "/Exif/Gps/Longitude","127?4' 50.1888"" | ||
+ | "/Exif/Gps/MapDatum","WGS-84" | ||
+ | "/Exif/Thumbnail/ImageWidth","512" | ||
+ | "/Exif/Thumbnail/ImageLength","288" | ||
+ | "/Exif/Thumbnail/Compression","6" | ||
+ | "/Exif/Thumbnail/XResolution","72/1" | ||
+ | "/Exif/Thumbnail/YResolution","72/1" | ||
+ | "/Exif/Thumbnail/ResolutionUnit","2" | ||
+ | "/Iptc/Envelope/CodedCharacterSet","1B 25 47" | ||
+ | "/Iptc/Application/Keywords","보미; 바둑이" | ||
+ | "/Iptc/Application/ObjectName","보미와 친구" | ||
+ | </pre> |
2021년 3월 9일 (화) 22:57 판
대표적인 Image Metadata 형식
- EXIF: Exchangeable image file format
- IPTC: International Press Telecommunications Council
- XMP: Extensible Metadata Platform from Adobe
Image Meta Data 활용 예시
Image Metadata Tag 예시
"/File/Main/FilePath","C:\Documents\한중연강의\2021-1\멀티미디어\photo\gallery\K0362.jpg" "/File/Main/FileName","K0362.jpg" "/File/Main/Name","K0362" "/File/Main/FileLocation","C:\Documents\한중연강의\2021-1\멀티미디어\photo\gallery\" "/File/Main/FileExtension","jpg" "/File/Main/FileSize","5834840" "/File/Main/DateCreation","2021-03-09 10:02:00" "/File/Main/DateLastAccess","2021-03-09 10:02:00" "/File/Main/DateLastWrite","2021-03-09 10:02:00" "/File/Main/PixelWidth","4032" "/File/Main/PixelHeight","2268" "/Exif/Image/ImageWidth","4032" "/Exif/Image/ImageLength","2268" "/Exif/Image/Description","산책하는 보미를 보면 반가와 하는 바둑이" "/Exif/Image/Make","samsung" "/Exif/Image/Model","SM-G977N" "/Exif/Image/Orientation","6" "/Exif/Image/XResolution","72/1" "/Exif/Image/YResolution","72/1" "/Exif/Image/ResolutionUnit","2" "/Exif/Image/Software","G977NKSU4CTG1" "/Exif/Image/DateTime","2020-10-30 오전 8:10:18" "/Exif/Image/YCbCrPositioning","1" "/Exif/Photo/ExposureTime","1/155" "/Exif/Photo/FNumber","12/5" "/Exif/Photo/ExposureProgram","2" "/Exif/Photo/ISOSpeedRatings","50" "/Exif/Photo/ExifVersion","0220" "/Exif/Photo/DateTimeOriginal","2020-10-30 오전 8:10:18" "/Exif/Photo/DateTimeDigitized","2020-10-30 오전 8:10:18" "/Exif/Photo/ShutterSpeed","1/155" "/Exif/Photo/Aperture","63/25" "/Exif/Photo/Brightness","1487/100" "/Exif/Photo/ExposureBias","0/1" "/Exif/Photo/MaxAperture","63/25" "/Exif/Photo/MeteringMode","2" "/Exif/Photo/Flash","0" "/Exif/Photo/FocalLength","108/25" "/Exif/Photo/ColorSpace","1" "/Exif/Photo/PixelXDimension","4032" "/Exif/Photo/PixelYDimension","2268" "/Exif/Photo/ExposureMode","0" "/Exif/Photo/WhiteBalance","0" "/Exif/Photo/DigitalZoomRatio","1/1" "/Exif/Photo/FocalLengthIn35mmFilm","26" "/Exif/Photo/SceneCaptureType","0" "/Exif/Photo/ImageUniqueID","M12XLLH00SM" "/Exif/Gps/VersionID","2.2.0.0" "/Exif/Gps/LatitudeRef","N" "/Exif/Gps/Latitude","37?21' 34.826"" "/Exif/Gps/LongitudeRef","E" "/Exif/Gps/Longitude","127?4' 50.1888"" "/Exif/Gps/MapDatum","WGS-84" "/Exif/Thumbnail/ImageWidth","512" "/Exif/Thumbnail/ImageLength","288" "/Exif/Thumbnail/Compression","6" "/Exif/Thumbnail/XResolution","72/1" "/Exif/Thumbnail/YResolution","72/1" "/Exif/Thumbnail/ResolutionUnit","2" "/Iptc/Envelope/CodedCharacterSet","1B 25 47" "/Iptc/Application/Keywords","보미; 바둑이" "/Iptc/Application/ObjectName","보미와 친구"