Write metadata into file
This commit is contained in:
parent
2e735d2acc
commit
a98f3a0b63
3 changed files with 21 additions and 16 deletions
|
|
@ -54,7 +54,7 @@ Pass "-" as the filename to read from stdin.`,
|
|||
output = file
|
||||
}
|
||||
|
||||
result, err := epd.ConvertImage(input, width, height)
|
||||
result, err := epd.ConvertImage(&input, width, height)
|
||||
if err != nil {
|
||||
log.Fatalf("Could not convert image: %v", err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue