Example for image subtraction and hue mapping

This commit is contained in:
Scott Ludwig 2016-09-05 18:28:11 -07:00 committed by Nathan Fulton
parent 5d3dd6a472
commit 4d351b8fdc
3 changed files with 1 additions and 1 deletions

BIN
texpack/black_hq_a_0_0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
texpack/hq_a_0_0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -1,5 +1,5 @@
import sys
import Image
from PIL import Image
import colorsys
def shift_hue(i0, shift):