[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-bugs] #8830 [Flashproxy]: Automatic export of localized badge graphics
#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs