Skip to content

Instantly share code, notes, and snippets.

View froh's full-sized avatar
☺️

Susanne Oberhauser-Hirschoff froh

☺️
  • Nuremberg / Germany
View GitHub Profile
#!/bin/bash
# Anh Nguyen <anh.ng8@gmail.com>
# 2016-04-30
# Susanne Oberhauser-Hirschoff <susefroh@github.com>
# 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.
@froh
froh / psf2bdf.pl
Last active September 21, 2022 01:41 — forked from mwgamera/psf2bdf.pl
#!/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,