I added this to the wiki, http://wiki.freeculture.org/Customizable_blocks_logo
but the uploads page isn't working for me. http://wiki.freeculture.org/Special:Upload ? On Thu, Mar 10, 2011 at 10:15 PM, Thomas Levine <[email protected]> wrote: > Here's my awesome simplified one-color vector Students for Free Culture > blocks logo. Here's how you create one for your own chapter. (I'm using the > example of the Cornell University chapter.) > $ sed s/schoolNameGoesHere/Cornell\ University/ freeculture_logo.svg > > cufreeculture_logo.svg > $ inkscape -z -A cufreeculture_logo.pdf -E cufreeculture_logo.eps -e > cufreeculture_logo.png cufreeculture_logo.svg > > By default, the png that that returns will have a transparent background and > relatively arbitrary dimensions. Run the following to get one with > (-b) white background > (-y) opaque background > (-w) width of 200 pixels and a proportionate height > $ inkscape -z -A cufreeculture_logo.pdf -E cufreeculture_logo.eps -e > cufreeculture_logo.png -b white -y 255 -w 200 cufreeculture_logo.svg > > If you need something more custom, edit the svg with Inkscape or any text > editor. > > Tom > _______________________________________________ Discuss mailing list [email protected] http://lists.freeculture.org/mailman/listinfo/discuss FAQ: http://wiki.freeculture.org/Fc-discuss
