marcbachmann / dockerfile-libvips

:sunrise_over_mountains: All libvips dependencies & libvips built from source

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SVG, PDF and GIF support

h2non opened this issue · comments

commented

libvips from version 8.3+ supports GIF, SVG and PDF image inputs if it's properly linked against required third-party libraries during compilation.

Those libraries are:

  • librsvg for SVG processing
  • giflib for GIF processing
  • libpoppler for PDF processing

It would be nice if the Docker image installs and compiles libvips accordingly in order to support those image formats.

I've added giflib and libpoppler in 8.4.1.
I didn't see a warning regarding librsvg. So I didn't know about it and didn't add it.

commented

It would very convenient having SVG support as well...
You can release a new tag as 8.4.1-1 or 8.4.1+1 to keep the native version intact without breaking the semver convention.

I directly pushed to master. Docker hub will build it and publish if it (as latest) was successful.
I'll update the tag once that ran through.
8f1a1ec

commented

Cool, thank you! Moreover, I think libvips 8.4 can be considered stable today.