No commit activity in last 3 years
No release in over 3 years
This Ruby extension provides conversions for compressed colourspaces.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.5
 Project Readme

hornetseye-frame

Author: Jan Wedekind Copyright: 2010 License: GPL

Synopsis

This Ruby extension provides conversion for compressed colourspaces.

Installation

hornetseye-alsa requires the software scaling library. If you are running Debian or (K)ubuntu, you can install it like this:

$ sudo aptitude install libswscale-dev libboost-dev

To install this Ruby extension, use the following command:

$ sudo gem install hornetseye-frame

Alternatively you can build and install the Ruby extension from source as follows:

$ rake
$ sudo rake install