photoprism/pkg/fs
Michael Mayer 82d61d1f93 File Types: Add experimental support for animated GIFs #590 #2207
Animated GIFs are transcoded to AVC because it is much smaller and
thus also suitable for long/large animations. In addition, this commit
adds support for more metadata fields such as frame rate, number of
frames, file capture timestamp (unix milliseconds), media type,
and software version. Support for SVG files can later be implemented in
a similar way.
2022-04-13 22:17:59 +02:00
..
testdata
base.go CLI: Add "photoprism show config/formats" subcommands 2022-04-12 13:28:28 +02:00
base_test.go CLI: Add "photoprism show config/formats" subcommands 2022-04-12 13:28:28 +02:00
birthtime.go Frontend: Refactor asset loading #1648 2022-01-18 12:26:33 +01:00
birthtime_test.go
blacklist.go RAW: Remove unwanted characters like quotes from file extensions #1362 2021-09-21 18:10:21 +02:00
blacklist_test.go RAW: Remove unwanted characters like quotes from file extensions #1362 2021-09-21 18:10:21 +02:00
cache.go
cache_test.go
canonical.go
canonical_test.go
case.go CLI: Add "photoprism show config/formats" subcommands 2022-04-12 13:28:28 +02:00
case_test.go UX: Skip RAW files by default when clicking Download All #2234 2022-04-10 17:02:09 +02:00
codec.go CLI: Add "photoprism show config/formats" subcommands 2022-04-12 13:28:28 +02:00
copy.go
dirs.go Config: Update fs_test.go and fs/dirs.go after upgrading dev base image 2022-02-19 17:12:39 +01:00
dirs_test.go Folders: Ignore names listed in .ppignore #1609 2021-10-09 13:57:28 +02:00
done.go
done_test.go
ext.go CLI: Add "photoprism show config/formats" subcommands 2022-04-12 13:28:28 +02:00
ext_test.go RAW: Remove unwanted characters like quotes from file extensions #1362 2021-09-21 18:10:21 +02:00
extension.go CLI: Add "photoprism show config/formats" subcommands 2022-04-12 13:28:28 +02:00
extension_test.go CLI: Add "photoprism show config/formats" subcommands 2022-04-12 13:28:28 +02:00
extensions.go CLI: Update and display the list of supported file formats #2247 2022-04-12 19:14:21 +02:00
extensions_test.go CLI: Add "photoprism show config/formats" subcommands 2022-04-12 13:28:28 +02:00
file_format.go File Types: Add experimental support for animated GIFs #590 #2207 2022-04-13 22:17:59 +02:00
file_format_test.go CLI: Add "photoprism show config/formats" subcommands 2022-04-12 13:28:28 +02:00
file_formats.go CLI: Update and display the list of supported file formats #2247 2022-04-12 19:14:21 +02:00
file_formats_test.go CLI: Update and display the list of supported file formats #2247 2022-04-12 19:14:21 +02:00
file_mediatype.go File Types: Add experimental support for animated GIFs #590 #2207 2022-04-13 22:17:59 +02:00
file_mediatype_test.go CLI: Add "photoprism show config/formats" subcommands 2022-04-12 13:28:28 +02:00
fileinfo.go
fileinfo_test.go Enable module graph pruning and deprecate io/ioutil (#1600) 2021-10-06 07:10:50 +02:00
fs.go File Types: Add experimental support for animated GIFs #590 #2207 2022-04-13 22:17:59 +02:00
fs_test.go
hash.go
hash_test.go
id.go
id_test.go
ignore.go People: Improve logging, command help, and handling of broken files #22 2021-10-05 18:42:39 +02:00
ignore_test.go
mime.go Index: Improve file size/resolution checks, add WebP support #1017 #1226 2022-04-02 18:04:11 +02:00
mime_test.go
move.go
name.go Index: Ignore files and folders starting with @ #1543 2021-09-24 01:24:36 +02:00
name_test.go Index: Ignore files and folders starting with @ #1543 2021-09-24 01:24:36 +02:00
readlines.go
walk.go
walk_test.go
zip.go