Skip to content

CLI utility for extracting images from a BIF file

License

Notifications You must be signed in to change notification settings

alfg/bifextract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bifextract Build Status Build status

bifextract is a CLI utility for extracting images from a BIF file.

Install from Source

go get github.com/alfg/bifextract
./bin/bifextract version

Install from Homebrew

brew cask alfg/tap
brew install alfg/tap/bifextract
bifextract version

Usage

bifextract <file-path|url> <output-dir>

Example

bifextract gladiator.bif gladiator

This will parse gladiator.bif, create the gladiator directory and write the image frames in sequential order.

└─gladiator/
    ├─ frame_1.jpg
    ├─ frame_2.jpg
    ├─ ... 
    └─ frame_n-1.jpg
    └─ frame_n.jpg

Develop

git clone [email protected]:alfg/bifextract.git
export GOPATH=$HOME/path/to/project
cd /to/project
go run main.go

Resources

License

MIT