Update README.md

pull/3/head
Toni Melisma 4 years ago committed by GitHub
parent 12bce28336
commit 1fd7cf1e45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,11 +22,15 @@ For dependencies, use Homebrew to install:
### Ubuntu Linux
For dependencies, on Ubuntu, install libvips42 and ffmpeg (if you need video support)
If you want HEIF support, be sure to first add my PPA with updated libvips42 packages:
`sudo add-apt-repository ppa:tonimelisma/ppa`
Then, for dependencies, install libvips42 for images and optionally ffmpeg (if you need video support)
`apt-get install libvips42 ffmpeg`
Image and video format support will depend on the support compiled in these libraries. Standard Ubuntu libraries don't include HEIC or HEVC support. Check out my PPA for a recompiled libvips42 for Ubuntu (to be published...)
Image and video format support will depend on the support compiled in these libraries.
## Usage
@ -55,4 +59,4 @@ Other stuff on the roadmap:
- Patch bimg library so it doesn't log to console without VIPS_WARNING (https://github.com/h2non/bimg/issues/355)
- Add logging to file, better bimg and ffmpeg error handling, when to panic
- Add 'force_divisible_by=2' to ffmpeg encoding (when feature is available in next ffmpeg release)
- Go through the rest of the minor annoyances (TODOs in code)
- Go through the rest of the minor annoyances (TODOs in code)

Loading…
Cancel
Save