Skip to content

Instantly share code, notes, and snippets.

@curran
curran / .block
Last active October 27, 2019 20:10
Color and Texture with textures.js
license: mit
@jsok
jsok / phantom.py
Created March 12, 2014 06:42
Use PhantomJS and Python Selenium bindings to take screenshots of websites.
import StringIO
from selenium import webdriver
from PIL import Image
# Install instructions
#
# npm install phantomjs
# sudo apt-get install libjpeg-dev
# pip install selenium pillow