Initial import
authorAntonio Ospite <ao2@ao2.it>
Wed, 16 Apr 2014 11:37:49 +0000 (13:37 +0200)
committerAntonio Ospite <ao2@ao2.it>
Wed, 16 Apr 2014 11:37:49 +0000 (13:37 +0200)
commitd28a4cc26d7d3815fd7a70a2b938ed6ff19b9582
tree1cb86520246c07ad7925b971f19c2b43932ee7da
Initial import
52 files changed:
.gitignore [new file with mode: 0644]
CanvasFrame.py [new file with mode: 0755]
CanvasModel.py [new file with mode: 0755]
CanvasView.py [new file with mode: 0755]
Makefile [new file with mode: 0644]
PoPiPaint.py [new file with mode: 0755]
README [new file with mode: 0644]
TODO [new file with mode: 0644]
TUTORIAL [new file with mode: 0644]
patterns/Adafuit-depolar.png [new file with mode: 0644]
patterns/Debian-depolar.png [new file with mode: 0644]
patterns/Firefox-depolar.png [new file with mode: 0644]
patterns/JMPrope-depolar.png [new file with mode: 0644]
patterns/Openhardware-depolar.png [new file with mode: 0644]
patterns/Opensource-depolar.png [new file with mode: 0644]
patterns/S.S.C.Napoli-depolar.png [new file with mode: 0644]
patterns/ao2-depolar.png [new file with mode: 0644]
patterns/ao2it-depolar.png [new file with mode: 0644]
res/ao2.ico [new file with mode: 0644]
res/grid.png [new file with mode: 0644]
src_images/Adafuit.svg [new file with mode: 0644]
src_images/Debian.svg [new file with mode: 0644]
src_images/Firefox.svg [new file with mode: 0644]
src_images/JMPrope.svg [new file with mode: 0644]
src_images/NOTES.txt [new file with mode: 0644]
src_images/Openhardware.svg [new file with mode: 0644]
src_images/Opensource.svg [new file with mode: 0644]
src_images/S.S.C.Napoli.svg [new file with mode: 0644]
src_images/ao2it.svg [new file with mode: 0644]
src_images/convert_all.sh [new file with mode: 0755]
src_images/raster/Adafuit.png [new file with mode: 0644]
src_images/raster/Debian.png [new file with mode: 0644]
src_images/raster/Firefox.png [new file with mode: 0644]
src_images/raster/JMPrope.png [new file with mode: 0644]
src_images/raster/Openhardware.png [new file with mode: 0644]
src_images/raster/Opensource.png [new file with mode: 0644]
src_images/raster/S.S.C.Napoli.png [new file with mode: 0644]
src_images/raster/ao2it.png [new file with mode: 0644]
src_images/raster_post-processed/Adafuit.png [new file with mode: 0644]
src_images/raster_post-processed/Debian.png [new file with mode: 0644]
src_images/raster_post-processed/Firefox.png [new file with mode: 0644]
src_images/raster_post-processed/JMPrope.png [new file with mode: 0644]
src_images/raster_post-processed/Openhardware.png [new file with mode: 0644]
src_images/raster_post-processed/Opensource.png [new file with mode: 0644]
src_images/raster_post-processed/S.S.C.Napoli.png [new file with mode: 0644]
src_images/raster_post-processed/ao2.png [new file with mode: 0644]
src_images/raster_post-processed/ao2it.png [new file with mode: 0644]
tools/Makefile [new file with mode: 0644]
tools/convert_to_RLE_animation.py [new file with mode: 0755]
tools/depolar_resample_IMAGEMAGICK.sh [new file with mode: 0755]
tools/depolar_resample_PIL.py [new file with mode: 0755]
tools/polar_grid.py [new file with mode: 0755]