Skip to content

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.

License

Notifications You must be signed in to change notification settings

skolsuper/imagedicer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages