mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Thumbs: Update comment in vips.go #1474
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
6ae34f6953
commit
033538fd6b
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ func Vips(imageFilename, hash, thumbPath string, width, height, orientation int,
|
|||
return "", err
|
||||
}
|
||||
|
||||
// Initialize libvips before using it
|
||||
// Initialize libvips before using it.
|
||||
VipsInit()
|
||||
|
||||
// Load image from file.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue