Skip to content

Instantly share code, notes, and snippets.

View rghossi's full-sized avatar

Rafael Ghossi rghossi

View GitHub Profile

Keybase proof

I hereby claim:

  • I am rghossi on github.
  • I am rghossi (https://keybase.io/rghossi) on keybase.
  • I have a public key ASBOSfHaeo-Nm5w39fh6k1-3e5Jbgx8bwZfrFfrIYLjZDQo

To claim this, I am signing this object:

@rghossi
rghossi / change_png_image_color.py
Created October 23, 2017 18:54
Script to replace png image color
#!/usr/bin/env python
import sys
import numpy as np
from PIL import Image
if len(sys.argv) != 2:
print 'Invalid number of arguments'
sys.exit()
NEW_PATH = 'images/fig.png'