GitXplorerGitXplorer
t

generatepicons

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
9a99028ca32b10bc1e69697f43011dd6550117a7

Fixed a minor typo

ttjormola committed 12 years ago
Unverified
18fbfe6af0dfa620092687203c0fba74637a5cf4

Symlink for Github

ttjormola committed 12 years ago
Unverified
d988c5d36300e03e970b376513d969e0115cb87d

Added README.mdwn

ttjormola committed 12 years ago
Unverified
0d985b3f4304e2bd5170dc48bd9624ca5a7ec112

Added generatepicons.py

ttjormola committed 12 years ago

README

The README file for this repository.

generatepicons.py -- Generator for @ocram's picons

This script generates @ocram's picons from the source images that are available at https://github.com/ocram/picons. The resulting picons are as close to the originals as possible.

Why?

Because I wanted to produce the final versions of some of the TV channel logos I was developing before pushing the changes to @ocram. The script he uses to produce his original picons is not available so I wrote my own.

Dependencies

On Debian/Ubuntu based operating systems these can be installed by installing the packages

python-pgmagick python-progressbar

Downloading

generatepicons home page is at http://solitudo.net/software/misc/generatepicons/ and it can be downloaded by cloning the public Git repository at git://scm.solitudo.net/generatepicons.git. Gitweb interface is available at http://scm.solitudo.net/gitweb/public/generatepicons.git.

Also available at Github: https://github.com/tjormola/generatepicons

Installation

Just install the dependencies, clone the Git repo and put generatepicons.py anywhere you want (or run directly from the cloned working directory).

Usage

Run

/path/to/generatepicons.py --help

for full command line help.

Typical use case to generate all the picons and symlinks for them would be

git clone git://github.com/ocram/picons.git
cd picons
/path/to/generatepicons.py
for dir in ocram-picons/*; do sh picons.sh $dir; done

and under ocram-picons you would find subdirectories that contain the ready stuff.

During the execution of the script you might see a lot of lines like this in the terminal:

gx=0.321210, gy=0.597870, bx=0.155890, by=0.066040
wx=0.345750, wy=0.358550, rx=0.648500, ry=0.330880
gx=0.321210, gy=0.597870, bx=0.155890, by=0.066040
wx=0.345760, wy=0.358580, rx=0.648450, ry=0.330860

This is caused by warning printf's in an older versions of libpng. It's harmless though annoying. See http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=20630.

Thanks

Thanks to @ocram for initiating his TV channel logo project and sharing some info how his script works so I was able to replicate the results of the original as closely as possible.

Also thanks to @tkurbad for his piconlinks.py. Some of the bulk code (args parsing, main function) was shamelessly stolen from his script. This is my first public Python script, after all :)

Copyright and licensing

Copyright © 2012 Tuomas Jormola tj@solitudo.net http://solitudo.net

Licensed under the terms of the GNU General Public License Version 2.0.