When WEBP is used, swarm.json is output at the same time. #906
-
When ImageFormat is set to WEBP, swarm.json is output at the same time even though SaveTextFileMetadata is disabled. |
Beta Was this translation helpful? Give feedback.
Answered by
mcmonkey4eva
Jul 20, 2025
Replies: 1 comment
-
Yes. Webp metadata is unstable and not well supported, so it's saved in a companion file instead of into the image. The same setup is used for the other video file formats. I highly recommend either png or jpg for standard images, as those have universal support. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
guu-gnbvg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. Webp metadata is unstable and not well supported, so it's saved in a companion file instead of into the image. The same setup is used for the other video file formats.
I highly recommend either png or jpg for standard images, as those have universal support.