Replies: 1 comment 2 replies
-
Hi @Nakilon, It's done from the file extension, so 8.14 has a new feature where saving as https://github.com/libvips/libvips/blob/gh-pages-8.14/_posts/2022-12-22-What's-new-in-8.14.md#other |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see that by default the ppm format is P6. How do I change it?
.write_to_file "temp.ppm[format=P5]"
.write_to_file "temp.ppm", format: "P5"
Beta Was this translation helpful? Give feedback.
All reactions