Skip to content

Instantly share code, notes, and snippets.

View renny-ren's full-sized avatar
🎯
Focusing

Renny Ren renny-ren

🎯
Focusing
View GitHub Profile
@artemave
artemave / carrierwave.rb
Last active February 10, 2023 21:08
minimagick carrierwave round image (with white border)
# config/initializers/carrierwave.rb
require 'mini_magick'
module CarrierWave
module MiniMagick
# round _square_ image
def round
manipulate! do |img|
img.format 'png'
@dergachev
dergachev / GIF-Screencast-OSX.md
Last active May 2, 2024 05:55
OS X Screencast to animated GIF

OS X Screencast to animated GIF

This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.

Screencapture GIF

Instructions

To capture the video (filesize: 19MB), using the free "QuickTime Player" application: