build(deps): bump github.com/kovidgoyal/imaging from 1.8.17 to 1.8.18

Bumps [github.com/kovidgoyal/imaging](https://github.com/kovidgoyal/imaging) from 1.8.17 to 1.8.18.
- [Release notes](https://github.com/kovidgoyal/imaging/releases)
- [Commits](https://github.com/kovidgoyal/imaging/compare/v1.8.17...v1.8.18)

---
updated-dependencies:
- dependency-name: github.com/kovidgoyal/imaging
  dependency-version: 1.8.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-01-06 09:00:05 +00:00
committed by Ralf Haferkamp
parent 670792f25a
commit 44b8eaa20c
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ func ExtractMetadata(r io.Reader) (md *meta.Data, err error) {
soiSegment, err := segReader.ReadSegment()
if err != nil {
if strings.Contains(err.Error(), "invalid marker identifier") {
if q := err.Error(); strings.Contains(q, "invalid marker identifier") || strings.Contains(q, "unrecognised marker type") {
err = nil
}
return nil, err
+1 -1
View File
@@ -5,7 +5,7 @@ import os
import subprocess
VERSION = "1.8.17"
VERSION = "1.8.18"
def run(*args: str):