mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-17 16:49:04 +00:00
rename adobe rgb icc profile
This commit is contained in:
parent
229df02bfb
commit
2f5cc62d45
2 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ up to `assets`, so I'm punting on that for now.
|
|||
*/
|
||||
|
||||
func MustGetAdobeRGB1998Path() string {
|
||||
p := path.Join(IccProfilesPath, "compatibleWithAdobeRGB1998.icc")
|
||||
p := path.Join(IccProfilesPath, "adobe_rgb_compat.icc")
|
||||
_, err := os.Stat(p)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue