On Thu, 2011-04-28 at 18:51 -0700, Adam Katz wrote: > In the event there is interest, I made a transparent version of the SA > logo as well as a version that is slightly more square. They are > derived from the white-bg logo on the main SA page at > http://spamassassin.apache.org and would probably be nicer if I had the > original. (These images suit my current needs just fine.)
Wow, that feels kind of backwards. Adam, I am not trying to mock you, but here is what I got in my first, rather naive, attempt. Google. Auto-completes the blatantly obvious "spamassassin logo" with "spamassassin logo contest". Granted, the current logo being the result of a community contest was one of my first thoughts, so I knew it should be up there somewhere. Not everyone has been around that long. But still... Thanks Google, I'll pick that auto-complete. First link gets me to the SA wiki. http://wiki.apache.org/spamassassin/LogoContestEntries Whoops. Right, I could have checked the wiki, rather than Google. My bad. Anyway... First paragraph on that page tells me about LogoDetails, linkyfied, for up-to-date downloads. Sounds promising. http://wiki.apache.org/spamassassin/LogoDetails And sure enough, there are a couple polished, ready-made PNG versions, as well as an SVG. Could it get any better for derived custom versions? :-D SCNR. -- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}