mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 19:49:16 +00:00
Fixes issue 804
This commit is contained in:
@@ -16,7 +16,9 @@ type externalExifParser struct {
|
||||
}
|
||||
|
||||
func NewExiftoolParser() (ExifParser, error) {
|
||||
et, err := exiftool.NewExiftool(exiftool.NoPrintConversion())
|
||||
buf := make([]byte, 256*1024)
|
||||
|
||||
et, err := exiftool.NewExiftool(exiftool.NoPrintConversion(), exiftool.Buffer(buf, 64*1024))
|
||||
|
||||
if err != nil {
|
||||
log.Printf("Error initializing ExifTool: %s\n", err)
|
||||
|
||||
Reference in New Issue
Block a user