This website requires JavaScript.
Explore
Help
Sign in
luisgulo
/
photoprism
Watch
1
Star
0
Fork
You've already forked photoprism
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
5475c43d49
photoprism
/
internal
/
thumb
/
errors.go
10 lines
86 B
Go
Raw
Normal View
History
Unescape
Escape
Configure on-demand rendering of regular thumbnail sizes #294 Can be enabled by setting PHOTOPRISM_RESAMPLE_UNCACHED to true Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2020-05-05 15:42:54 +02:00
package
thumb
import
(
"errors"
)
var
(
Index: Skip redundant thumbs and support symbolic file links #1049 #1874 Signed-off-by: Michael Mayer <michael@photoprism.app>
2022-07-06 23:01:54 +02:00
ErrNotCached
=
errors
.
New
(
"not cached"
)
Configure on-demand rendering of regular thumbnail sizes #294 Can be enabled by setting PHOTOPRISM_RESAMPLE_UNCACHED to true Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2020-05-05 15:42:54 +02:00
)
Reference in a new issue
Copy permalink