This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.
To capture the video (filesize: 19MB), using the free "QuickTime Player" application:
// | |
// Injector.swift | |
// | |
// Created by Tancrède Chazallet on 11/07/2018. | |
// Copyright © 2018 BitBuildr Ltd. MIT Licence, feel free to use. | |
// | |
import Foundation | |
class Injector { |
import Foundation | |
/** | |
* CGAffineTransform | |
* | |
* var a = CGAffineTransformMakeRotation(45.0 * M_PI / 180.0) | |
* var b = CGPointMake(30.0, 43.3) | |
*/ | |
/** |
// | |
// SPTexture+Line.h | |
// Sparrow | |
// | |
// Created by Shilo White on 8/3/13. | |
// | |
#import "SPTexture.h" | |
#import "SPImage.h" |