Category Archives: linux
.local is the Shit
… accidentally I stumbled about something I really wished for. User-specific site-packages (python-talk). As specified in “PEP 370 — Per user site-packages directory” a user’s home directory might now have a directory called .local which contains lib/python<version>/site-packages and also bin/. … Continue reading
Posted in MacOSx, linux, python, ubuntu
Leave a comment
Generating TiffG3 aka TIFF/F
I tried generating a tiffg3 to push it through capifax and at first nothing worked. This was my first solution (using ImageMagick, which uses GhostScript): convert -density 204×98 -resize 1728×1186 \ -compress fax -monochrome -negate <in.pdf> <out.tiff> Problem: the output … Continue reading
Posted in MacOSx, linux, windows
2 Comments