Thumbs: Update comment in vips.go #1474

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2024-05-16 09:14:02 +02:00
parent 6ae34f6953
commit 033538fd6b

View file

@ -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.