Jump to content

Labels: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

22 March 2026

20 March 2026

  • curprev 10:5410:54, 20 March 2026 Klubko talk contribs 2,757 bytes +563 No edit summary
  • curprev 10:0310:03, 20 March 2026 Klubko talk contribs 2,194 bytes +2,194 Created page with "== QR codes == Thebys' Brother printer can print monochrome PNG files of height 128px. === Creating the PNG files === One way to do it is with this simple Perl script: use GD::Barcode::QRcode; use GD; use strict; use warnings; my $large = '/usr/share/fonts/truetype/liberation/LiberationSans-Regular.ttf'; my $narrow = '/usr/share/fonts/truetype/liberation/LiberationSansNarrow-Regular.ttf'; my ($img, $w, $h); sub text { my $font = shift; if ($img) {..." Tag: Visual edit: Switched