photoprism/internal/meta/testdata
Michael Mayer 5839bc9c79 Metadata: Add test jpeg with "slice bounds out of range" error
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2020-07-20 13:53:08 +02:00
..
berlin-landscape.json Backend: Swap width and height to fix rotation when reading from JSON 2020-05-14 14:28:23 +02:00
canon_eos_6d.json Backend: Read from JSON sidecar files (created by exiftool) #4 #243 2020-05-13 20:53:15 +02:00
canon_eos_6d.xmp Backend: Proof-of-concept for indexing XMP files #68 2020-01-13 23:14:10 +01:00
exif-example.tiff Metadata: Use mime type to determine file format and exif parser #391 2020-07-19 16:39:43 +02:00
gopher-original.json Backend: Swap width and height to fix rotation when reading from JSON 2020-05-14 14:28:23 +02:00
gopher-preview.jpg Indexing bug fixes and UX improvements 2020-06-04 14:56:27 +02:00
gopher-telegram.json Backend: Swap width and height to fix rotation when reading from JSON 2020-05-14 14:28:23 +02:00
gopro_hd2.jpg Metadata: Exclude null bytes from Exif #252 2020-02-21 02:15:07 +01:00
gphotos-1.json Backend: Import JSON metadata from Google Photos 2020-07-11 16:46:29 +02:00
gphotos-2.json Backend: Import JSON metadata from Google Photos 2020-07-11 16:46:29 +02:00
gphotos-3.json Backend: Import JSON metadata from Google Photos 2020-07-11 16:46:29 +02:00
gphotos-4.json Backend: Import JSON metadata from Google Photos 2020-07-11 16:46:29 +02:00
gphotos-album.json Backend: Import JSON metadata from Google Photos 2020-07-11 16:46:29 +02:00
gps-2000.jpg Support GPSVersionID 2.0.0.0 #295 2020-05-06 08:03:57 +02:00
gps-2000.json Support GPSVersionID 2.0.0.0 #295 2020-05-06 08:03:57 +02:00
huawei-gps-error.jpg Unstack all types, except primary and sidecar files #394 2020-07-14 11:00:49 +02:00
image-2011.jpg Backend: Add support for DateTime in Exif metadata #304 2020-05-15 11:15:15 +02:00
iphone_7.heic Improve test coverage (#206) 2020-01-19 13:27:15 +01:00
iphone_7.json Support GPSVersionID 2.0.0.0 #295 2020-05-06 08:03:57 +02:00
iphone_7.xmp Backend: Proof-of-concept for indexing XMP files #68 2020-01-13 23:14:10 +01:00
iphone-mov.json Videos: Support H.264/AVC .mov files 2020-05-15 09:39:32 +02:00
ladybug.jpg Backend: Add fields to Meta.Data struct #243 2020-02-07 14:40:06 +01:00
ladybug.json Support GPSVersionID 2.0.0.0 #295 2020-05-06 08:03:57 +02:00
ladybug.xmp Metadata: Exclude null bytes from Exif #252 2020-02-21 02:15:07 +01:00
mp4.json Backend: Read from JSON sidecar files (created by exiftool) #4 #243 2020-05-13 20:53:15 +02:00
no-exif-data.jpg Metadata: Improve date and error handling; see #302, #304, #305 and #295 2020-05-15 15:29:56 +02:00
orientation.jpg Indexing bug fixes and UX improvements 2020-06-04 14:56:27 +02:00
orientation.json Indexing bug fixes and UX improvements 2020-06-04 14:56:27 +02:00
out-of-range-500.jpg Metadata: Add test jpeg with "slice bounds out of range" error 2020-07-20 13:53:08 +02:00
panorama360.jpg Index image projection and add panorama filter 2020-07-16 13:02:48 +02:00
panorama360.json Index image projection and add panorama filter 2020-07-16 13:02:48 +02:00
photoshop.jpg Backend: Rename metadata example files #68 2020-01-13 23:37:05 +01:00
photoshop.json Update links to docs.photoprism.org 2020-06-07 13:14:20 +02:00
photoshop.xmp Backend: Rename metadata example files #68 2020-01-13 23:37:05 +01:00
README.md Index image projection and add panorama filter 2020-07-16 13:02:48 +02:00
screenshot.png Metadata: Improve date and error handling; see #302, #304, #305 and #295 2020-05-15 15:29:56 +02:00
ship.jpg Backend: Add test for (resized) JPEG with GPS issues #295 2020-05-15 12:45:42 +02:00
tweethog.png Improve test coverage (#206) 2020-01-19 13:27:15 +01:00
uuid-copy.json XMP: Group files based on DocumentID and Instance ID #335 2020-05-27 13:40:21 +02:00
uuid-imagemagick.json XMP: Group files based on DocumentID and Instance ID #335 2020-05-27 13:40:21 +02:00
uuid-original.json XMP: Group files based on DocumentID and Instance ID #335 2020-05-27 13:40:21 +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