/imagedicer

Python script that dices up an image and returns an html snippet that reconstructs the image from its parts. For people that want to share images online but make it difficult to hotlink or right-click 'Save as..." the images.

Primary LanguagePythonMIT LicenseMIT

imagedicer

Python script that dices up an image and returns an html snippet that reconstructs the image from its parts. For people that want to share images online but make it difficult to hotlink or right-click 'Save as...' the images.

##No installation required.

##Usage:

####In linux:

python imagedicer.py /path/to/image/file

####In Mac OSX: To-do

####In Windows: To-do

A html snippet with the diced image will be created in a diced_images folder in the same directory as the script.

##Credits:

Derived in no small part from this stackoverflow answer:

http://stackoverflow.com/a/22964916/2347231