You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fastgallery/README.md

37 lines
1.6 KiB
Markdown

# fastgallery [![Build Status](https://travis-ci.org/tonimelisma/fastgallery.svg?branch=master)](https://travis-ci.org/tonimelisma/fastgallery) [![Go Report Card](http://goreportcard.com/badge/tonimelisma/fastgallery)](http://goreportcard.com/report/tonimelisma/fastgallery) [![Coverage Status](https://coveralls.io/repos/github/tonimelisma/fastgallery/badge.svg?branch=master)](https://coveralls.io/github/tonimelisma/fastgallery?branch=master) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/tonimelisma/fastgallery) ![License](https://img.shields.io/badge/license-MIT-blue.svg)
4 years ago
## Fast static photo and video gallery generator
4 years ago
- 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)
4 years ago
- Only updates changed files, runs incrementally
4 years ago
- Uses relative paths (safe for using in subdirectory or S3)
*Please note that fastgallery is still pre-alpha, I am actively working on it*
## Install
### MacOS
For dependencies, use Homebrew to install:
`brew install vips ffmpeg`
### Ubuntu Linux
For Ubuntu 20.04 focal, first add my PPA for latest libvips with HEIF support:
4 years ago
`sudo add-apt-repository ppa:tonimelisma/ppa`
4 years ago
Then, for dependencies, install libvips42 for images and optionally ffmpeg (if you need video support):
`apt-get install libvips42 ffmpeg`
4 years ago
## Usage
`fastgallery -o /var/www/html ~/Dropbox/Pictures`
## Roadmap
For the prioritised roadmap, please see https://github.com/tonimelisma/fastgallery/projects/1