photoprism/internal/meta/testdata
Michael Mayer c819e9159c Metadata: Fix time zone for MP4 videos #1388
As it turned out, the exiftool -api QuickTimeUTC parameter converts
CreateDate to local time using the server's time zone. This doesn't
help as it's technically still a local time and not UTC. Had to
implement this manually in our Exiftool JSON parser for MP4 videos only.
2021-07-13 17:56:26 +02:00
..
apple-test-2.xmp Metadata: Add support for XMP sidecar CreateDate and Keywords (#1161) 2021-04-26 13:54:14 +02:00
berlin-landscape.json
canon_eos_6d.json Exiftool: Fix CLI parameters and add tests #1388 #1401 2021-07-12 21:41:44 +02:00
canon_eos_6d.xmp
cr2_num_off.json Exiftool: Fix CLI parameters and add tests #1388 #1401 2021-07-12 21:41:44 +02:00
cr2_num_on.json Exiftool: Fix CLI parameters and add tests #1388 #1401 2021-07-12 21:41:44 +02:00
date-creation.mov.json Metadata: Add support for CreationDate in ExifTool JSON files #727 2020-12-22 07:47:16 +01:00
date-iphone8.mov.json Metadata: Add support for CreationDate in ExifTool JSON files #727 2020-12-22 07:47:16 +01:00
date-iphonex.mov.json Metadata: Add iPhone X mov example JSON file #727 2020-12-22 09:28:52 +01:00
date.mov.json Metadata: Support time zones in ExifTool JSON files #727 2020-12-22 01:52:36 +01:00
digikam.jpg Metadata: Sanitize keywords, subject & artist #490 2020-10-19 11:50:54 +02:00
digikam.json Metadata: Sanitize keywords, subject & artist #490 2020-10-19 11:50:54 +02:00
exif-example.tiff
gopher-original.json
gopher-preview.jpg
gopher-telegram.json
GOPR0533.json Exiftool: Fix CLI parameters and add tests #1388 #1401 2021-07-12 21:41:44 +02:00
gopro_hd2.jpg Optimize images 2020-09-21 17:40:58 -04:00
gphotos-1.json
gphotos-2.json
gphotos-3.json
gphotos-4.json
gphotos-album.json
gps-2000.jpg Optimize images 2020-09-21 17:40:58 -04:00
gps-2000.json
huawei-gps-error.jpg Optimize images 2020-09-21 17:40:58 -04:00
image-2011.jpg
iphone_7.heic
iphone_7.json
iphone_7.xmp
iphone-mov.json
keywords.jpg Metadata: Add keywords tests #1153 2021-05-01 10:52:28 +02:00
keywords.json Exiftool: Fix CLI parameters and add tests #1388 #1401 2021-07-12 21:41:44 +02:00
ladybug.jpg Optimize images 2020-09-21 17:40:58 -04:00
ladybug.json Exiftool: Fix CLI parameters and add tests #1388 #1401 2021-07-12 21:41:44 +02:00
ladybug.xmp
mp4.json
newline.json Metadata: Add workaround for exif strings containing \n or \r 2021-02-13 18:11:44 +01:00
no-exif-data.jpg Optimize images 2020-09-21 17:40:58 -04:00
notebook.jpg Metadata: Add test case for bad Exif rotation #637 2020-12-05 00:46:54 +01:00
orientation.jpg Optimize images 2020-09-21 17:40:58 -04:00
orientation.json
out-of-range-500.jpg Optimize images 2020-09-21 17:40:58 -04:00
P7250006.json Backend: Add testdata for json files belonging to videos with information about camera 2020-09-23 16:36:55 +02:00
P9150300.json Backend: Add testdata for json files belonging to videos with information about camera 2020-09-23 16:36:55 +02:00
panorama360.jpg Optimize images 2020-09-21 17:40:58 -04:00
panorama360.json
photoshop.jpg Optimize images 2020-09-21 17:40:58 -04:00
photoshop.json
photoshop.xmp
pxl-mp4.json Metadata: Fix time zone for MP4 videos #1388 2021-07-13 17:56:26 +02:00
quicktimeutc_off.json Exiftool: Fix CLI parameters and add tests #1388 #1401 2021-07-12 21:41:44 +02:00
quicktimeutc_on.json Exiftool: Fix CLI parameters and add tests #1388 #1401 2021-07-12 21:41:44 +02:00
README.md
screenshot.png Optimize images 2020-09-21 17:40:58 -04:00
ship.jpg Optimize images 2020-09-21 17:40:58 -04:00
smallFiji.JPG Backend: Add testdata 2020-10-27 09:30:20 +01:00
smallFiji.json Backend: Add testdata 2020-10-27 09:30:20 +01:00
snow.jpg Metadata: Ignore invalid Exif GPS coordinates #736 2020-12-23 18:43:52 +01:00
snow.json Exiftool: Fix CLI parameters and add tests #1388 #1401 2021-07-12 21:41:44 +02:00
subject-1.json Metadata: Store and compare data source for details #755 2020-12-31 13:51:31 +01:00
subject-2.json Metadata: Store and compare data source for details #755 2020-12-31 13:51:31 +01:00
tweethog.png Optimize images 2020-09-21 17:40:58 -04:00
uuid-copy.json
uuid-imagemagick.json
uuid-original.json
video_num_on.json Exiftool: Fix CLI parameters and add tests #1388 #1401 2021-07-12 21:41:44 +02:00

Metadata Test Files

You may use ImageMagick to create smaller versions of images to be stored in this repository:

convert original.JPG -resize 500 small.JPG

JSON sidecar files for testing can be created with exiftool:

exiftool -j example.jpg > example.json