README updates

pull/3/head
Toni Melisma 4 years ago
parent 3ef48e9ed2
commit b1b71c4dfc

BIN
.DS_Store vendored

Binary file not shown.

@ -4,7 +4,7 @@
Creates a static gallery of your photo and video library.
- Super fast (written completely in Go, concurrent, uses fastest image/video libraries, 4-8 times faster than others)
- Super fast (written in Go and C, concurrent, uses fastest image/video libraries, 4-8 times faster than others)
- Both photo and video support
- Deals with any file formats (ncluding HEIC, HEVC)
- Only updates changed files, runs incrementally
@ -26,12 +26,10 @@ If you want HEIF support, be sure to first add my PPA with updated libvips42 pac
`sudo add-apt-repository ppa:tonimelisma/ppa`
Then, for dependencies, install libvips42 for images and optionally ffmpeg (if you need video support)
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.
## Usage
`VIPS_WARNING=0 fastgallery -o /var/www/html ~/Dropbox/Pictures`

Loading…
Cancel
Save