close
Warning:
Can't synchronize with repository "(default)" ( does not appear to be a Git repository. See the log for more information.). Look in the Trac log for more information.
- Timestamp:
-
04/30/2013 12:13:43 PM (11 years ago)
- Author:
-
Andrej Dundović
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v6
|
v7
|
|
7 | 7 | == Tehnička pozadina == |
8 | 8 | |
9 | | QR kodovi generirani su uz pomoć Python biblioteke [https://code.google.com/p/pyqrnative/ PyQRNative] koja koristi [http://www.pythonware.com/products/pil/ Python Imaging Library (PIL)]. |
| 9 | === Web aplikacija === |
| 10 | |
| 11 | Web aplikacija koristi [http://www.makotemplates.org/ Mako Templates] i [http://bottlepy.org/docs/dev/ Bottle web framework]. |
| 12 | |
| 13 | === Generiranje QR-ova === |
| 14 | |
| 15 | QR kodovi generirani su uz pomoć Python biblioteke [https://code.google.com/p/pyqrnative/ PyQRNative] koja koristi [http://www.pythonware.com/products/pil/ Python Imaging Library (PIL)], u vektorski oblik pretvaraju se uz pomoć [http://www.imagemagick.org/script/index.php ImageMagickovog] [http://www.imagemagick.org/script/convert.php converta] i [http://potrace.sourceforge.net/ potracea]. Za konačni PDF spreman za tisak (s označenim linijama reza) zaslužan je [http://www.tug.org/applications/pdftex/ LaTeX]. |
10 | 16 | |
11 | 17 | Za ispravno funkcioniranje '''gen_QR''' skripte potrebno je instalirati PIL (''python-imaging''), preuzeti [https://code.google.com/p/pyqrnative/source/browse/ PyQRNative] i staviti ga u isti direktorij kao i '''gen_QR'''. |