[tor-bugs] #8830 [Flashproxy]: Automatic export of localized badge graphics

Tor Bug Tracker & Wiki blackhole at torproject.org
Sat May 4 21:20:15 UTC 2013


#8830: Automatic export of localized badge graphics
-------------------------+--------------------------------------------------
 Reporter:  dcf          |          Owner:  dcf
     Type:  enhancement  |         Status:  new
 Priority:  minor        |      Milestone:     
Component:  Flashproxy   |        Version:     
 Keywords:               |         Parent:     
   Points:               |   Actualpoints:     
-------------------------+--------------------------------------------------
 Badge localizations are stored as different layers in `badge.xcf`. You
 open `badge.xcf` in Gimp, made your chosen layer visible, then export to
 the PNG you want. This would be better if automated from the command line.

 This should be driven by the makefile and Gimp
 [http://www.gimp.org/tutorials/Basic_Batch/ batch mode], maybe with an
 auxiliary shell script.

 {{{
 LANGS = de en ru
 all: $(addprefix badge-,$(addsuffix .png,$(LANGS))
 badge-%.png: badge.xcf
         gimp --batch something
 }}}

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/8830>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list