We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I've been trying to load up a .ppm file with the following code
{% picture images/greyscale.ppm %}
but have been unable to do so as I get the following error message.
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/operation.rb:355:in `block in call': unable to call VipsForeignSavePpmFile: unknown option Q (Vips::Error)
This may be due to using an older version of ruby-vips, but am unsure.
Any ideas on where the Q option is coming from?
Using jekyll_picture_tag v2.1.0 vips-8.15.2
The text was updated successfully, but these errors were encountered:
fixed with PR
Sorry, something went wrong.
No branches or pull requests
Hello,
I've been trying to load up a .ppm file with the following code
but have been unable to do so as I get the following error message.
This may be due to using an older version of ruby-vips, but am unsure.
Any ideas on where the Q option is coming from?
Using
jekyll_picture_tag v2.1.0
vips-8.15.2
The text was updated successfully, but these errors were encountered: