This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Anh Nguyen <[email protected]> | |
# 2016-04-30 | |
# Susanne Oberhauser-Hirschoff <[email protected]> | |
# MIT License | |
# This script takes in same-size images from a folder and make a crossfade video from the images using ffmpeg. | |
# Make sure you have ffmpeg installed before running. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env perl | |
# Convert PC Screen Font (PSF) font to Glyph Bitmap Distribution Format (BDF). | |
# Copyright (c) 2015 Kacper Gutowski | |
# The MIT License applies (http://opensource.org/licenses/MIT) | |
use strict; | |
use constant { | |
PSF1_MODE512 => 0x01, | |
PSF1_MODEHASTAB => 0x02, | |
PSF2_HAS_UNICODE_TABLE => 0x01, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The code in this gist is | |
copyright (C) 2013 Susanne Oberhauser-Hirschoff | |
All rights reserved. | |
Redistribution and use in source and binary forms, with or without | |
modification, are permitted provided that the following conditions are met: | |
* Redistributions of source code must retain the above copyright | |
notice, this list of conditions and the following disclaimer. | |
* Redistributions in binary form must reproduce the above copyright |