Zum Inhalt springen

Diskussion:Labelz: Unterschied zwischen den Versionen

Bkubicek (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Reox (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
 
(3 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
Some comments/ideas:
Some comments/ideas:


* may it would be a great feature to have an own url encoded in the qr-tag beside the default url. i would sometime use this because i have a project url for some things (or want to use a wiki page) -> see here: http://label.reox.at --[[Benutzer:Reox|Reox]] 17:22, 9. Aug. 2011 (CEST)
* typo on labels: s/lended/lent/
* typo on labels: s/lended/lent/
  error is corrected, thank you very much.. --[[Benutzer:Bkubicek|Bkubicek]] 10:41, 20. Okt. 2010 (CEST)
  error is corrected, thank you very much.. --[[Benutzer:Bkubicek|Bkubicek]] 10:41, 20. Okt. 2010 (CEST)
Zeile 9: Zeile 10:
** looks like php magic quotes? --[[Benutzer:Chrysn|chrysn]] 02:28, 22. Okt. 2010 (CEST)
** looks like php magic quotes? --[[Benutzer:Chrysn|chrysn]] 02:28, 22. Okt. 2010 (CEST)
  Quotes repaired for the text.--[[Benutzer:Bkubicek|Bkubicek]] 12:07, 24. Okt. 2010 (CEST)
  Quotes repaired for the text.--[[Benutzer:Bkubicek|Bkubicek]] 12:07, 24. Okt. 2010 (CEST)
** when scanning qr code you have double escaped \, you scan Use with owner\\\'s --[[Benutzer:Reox|Reox]] 22:46, 22. Okt. 2010 (CEST)
* when scanning qr code you have double escaped \, you scan Use with owner\\\'s --[[Benutzer:Reox|Reox]] 22:46, 22. Okt. 2010 (CEST)


  also repaired --[[Benutzer:Bkubicek|Bkubicek]] 12:07, 24. Okt. 2010 (CEST)
  also repaired --[[Benutzer:Bkubicek|Bkubicek]] 12:07, 24. Okt. 2010 (CEST)
== Other possibilities for label generation ==
Just bouncing a few ideas off anybody interested... these options make the output a bit more deterministic. ;-)
* use graphics drawing library (like [http://cairographics.org/ Cairo]) to draw to SVG, PNG or PDF
** Cairo has [http://cairographics.org/cairo-php/ PHP bindings]
* manually generate SVG and use SVG rendering software (like [http://inkscape.org/ Inkscape] in batch mode, or [http://xmlgraphics.apache.org/batik/ Batik]) to convert to PNG or PDF
** Inkscape is C++, Batik is Java ⇒ probably no PHP bindings
<nowiki>~~</nowiki>[[User:RavuAlHemio|Ondra]] 11:13, 3. Nov. 2010 (CET)