.. |
colors.go
|
Change chroma max value from 16 to 100 for better results
|
2019-06-15 16:11:55 -07:00 |
colors_test.go
|
Add assertion for chroma hex value to colors test
|
2019-07-09 14:16:41 +02:00 |
converter.go
|
Add check for HEIF file to converter to convert HEIF images to jpg
|
2019-07-04 18:38:26 +02:00 |
converter_test.go
|
Adapt converter test to use files from new smaller testdata
|
2019-07-05 13:48:13 +02:00 |
exif.go
|
Make HEIF files compatible with exif functionality
|
2019-07-04 18:35:14 +02:00 |
exif_test.go
|
Make HEIF files compatible with exif functionality
|
2019-07-04 18:35:14 +02:00 |
filetypes.go
|
|
|
importer.go
|
Convert HEIF files to jpeg during import
|
2019-07-04 18:37:20 +02:00 |
importer_test.go
|
Adapt importer test to use files from new smaller testdata
|
2019-07-05 13:48:34 +02:00 |
indexer.go
|
Fix for finding existing photo by time and place
|
2019-07-15 20:42:49 +02:00 |
indexer_test.go
|
Add test for indexAll function
|
2019-07-09 14:30:08 +02:00 |
label.go
|
Format Go code: go fmt ./internal/... ./cmd/...
|
2019-06-09 05:22:53 +02:00 |
label_test.go
|
Use more suited testdata in lables test
|
2019-07-08 16:23:34 +02:00 |
mediafile.go
|
Fix for finding existing photo by time and place
|
2019-07-15 20:42:49 +02:00 |
mediafile_test.go
|
Refactored order of tests in mediafile_test.go
|
2019-07-16 17:27:51 +02:00 |
mediafiles.go
|
|
|
openstreetmap.go
|
Implement daemon mode (#119)
|
2019-06-20 01:11:03 +02:00 |
openstreetmap_test.go
|
Add new test condition to openstreetmap test
|
2019-07-17 09:53:53 +02:00 |
photoprism.go
|
Format Go code: go fmt ./internal/... ./cmd/...
|
2019-06-09 05:22:53 +02:00 |
photoprism_test.go
|
Format Go code: go fmt ./internal/... ./cmd/...
|
2019-06-09 05:22:53 +02:00 |
search.go
|
Search performance improvements (indexes and labels)
|
2019-07-15 22:54:54 +02:00 |
search_result.go
|
Refactor indexer in preparation to read only mode #56
|
2019-07-02 22:09:06 +02:00 |
search_test.go
|
Add tests for more search queries
|
2019-07-08 17:42:06 +02:00 |
tensorflow.go
|
Created loadLabels function
|
2019-07-17 11:53:33 +02:00 |
tensorflow_test.go
|
Add test for makeTensor
|
2019-07-17 12:22:50 +02:00 |
thumbnails.go
|
|
|
thumbnails_test.go
|
Add tests ThumbnailFromFile and CreateThumbnail functions
|
2019-07-09 13:55:31 +02:00 |