Skip to content

c2patool --sidecar fails with AVIFs on c2patool <0.10 #823

Open
@eeeps

Description

When I run:

c2patool "optimized.avif" \
  --parent "orig.jpg" \
  --sidecar \
  --manifest "manifest.json" \
  --output "remote.avif";

I get

Error: embedding manifest

Caused by:
    No such file or directory (os error 2)

However

c2patool "optimized.jpg" \
  --parent "orig.jpg" \
  --sidecar \
  --manifest "manifest.json" \
  --output "remote.jpg";

Succeeds. A colleague encountered this using c2patool 0.7.0 and I was able to replicate it using my local version (0.9.12).

Metadata

Assignees

Labels

acceptedbugSomething isn't workingc2patoolIssues related to c2patool cli

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions