I hereby claim:
- I am callorico on github.
- I am callorico (https://keybase.io/callorico) on keybase.
- I have a public key ASBw4AyJb9z8IVUjJ2xQ1o0y6M0yFwGLvwuvBXRKL4TwTQo
To claim this, I am signing this object:
| { | |
| "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", | |
| "contentVersion": "1.0.0.0", | |
| "parameters": { | |
| "adminUsername": { | |
| "type": "string", | |
| "metadata": { | |
| "description": "Username for the Virtual Machine." | |
| } | |
| }, |
I hereby claim:
To claim this, I am signing this object:
| from PIL import Image | |
| from math import sqrt | |
| import sys | |
| MASK_SIZE = 3 | |
| THRESHOLD = 0.9 | |
| def get_shred_width(): | |
| width = image.size[0] |