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
0199cab12d
photoprism
/
internal
/
crop
/
errors.go
10 lines
83 B
Go
Raw
Normal View
History
Unescape
Escape
People: Implement crop thumbnail API #22
2021-09-03 17:42:37 +02:00
package
crop
import
(
"errors"
)
var
(
People: Refactor face cropping #22
2021-09-05 17:10:52 +02:00
ErrNotFound
=
errors
.
New
(
"not found"
)
People: Implement crop thumbnail API #22
2021-09-03 17:42:37 +02:00
)
Reference in a new issue
Copy permalink