pouët.net

Go to bottom

Logos specs

category: general [glöplog]
 
Ok, as I plan to add a page to automatically submit logos to pouet, I'd like to ask what you would like to see as requirements and limitations for the submitted logos. I will of course modify the existing logos to fit the requirements.

For now I think of:
- GIF, JPG or PNG
- Transparency welcome against the blue background (it's unlikely it will ever change)
- 512x192px max
- 64KB max

Your thoughts ;)
added on the 2005-02-02 18:42:39 by analogue analogue
Oh, btw, what about SWF ? Just asking.
added on the 2005-02-02 18:43:16 by analogue analogue
I'd better see 512x128px max, 192px is way too tall.
added on the 2005-02-02 18:44:36 by analogue analogue
Here's how a 512x128px box looks like:
BB Image
added on the 2005-02-02 18:47:58 by analogue analogue
are animated gif authorized ? :]
added on the 2005-02-02 18:50:11 by Zest Zest
I vote against animated GIFs or even SWFs, as blinking stuff is always a distraction and doesn't serve any aesthetical or practical purpose whatsoever. Plus I don't want my laptop to leech its batteries dry just because I forgot closing the pouet window.
added on the 2005-02-02 18:53:06 by kb_ kb_
eh.. people can randomly submit logos then...

welcome ugliness... :/
added on the 2005-02-02 18:57:30 by okkie okkie
Thanks kb_, I was hopping someone would tell them =D

Let's recap, for now we have:
For now I think of:
- static GIF, JPG or PNG
- Transparency welcome against the blue background (it's unlikely it will ever change)
- 512x192px max
- 64KB max
added on the 2005-02-02 18:58:07 by analogue analogue
[quote=Okkie]eh.. people can randomly submit logos then...

welcome ugliness... :/[/quote]

That's the case now, that wont change.
added on the 2005-02-02 18:58:53 by analogue analogue
Okay, this BBS needs a revamp soon =D
added on the 2005-02-02 18:59:28 by analogue analogue
oh, right.. ok, humm..

*whistles the 'clue tune'*

i have to visit a certain shoppe..
added on the 2005-02-02 18:59:47 by okkie okkie
uhm, could i get the chance to modify my logos myself? ;)
added on the 2005-02-02 19:01:54 by kusma kusma
Of course ;)
added on the 2005-02-02 19:06:35 by analogue analogue
Remember that transparent PNG is not shown properly in IE by default. U have to use a script like this:

if (navigator.platform == "Win32" && navigator.appName == "Microsoft Internet Explorer" && window.attachEvent) {
document.writeln('<style type="text/css">td { visibility:hidden; } </style>');
window.attachEvent("onload", fnLoadPngs);
}

function fnLoadPngs() {
var rslt = navigator.appVersion.match(/MSIE (\d+\.\d+)/, '');
var itsAllGood = (rslt != null && Number(rslt[1]) >= 5.5);

imgcoll = document.all.tags("IMG");

for (var y = imgcoll.length - 1, imgtest = null; (imgtest = imgcoll[y]); y--)
{

if (imgtest.src != "" && imgtest.src.match(/\.png$/i) != null) {
var src = imgtest.src;
imgtest.style.width = imgtest.width + "px";
imgtest.style.height = imgtest.height + "px";
imgtest.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + src + "', sizingMethod='scale')"
imgtest.src = "bilder/blank.gif";
}
imgtest.style.visibility = "visible";
}

}
added on the 2005-02-02 19:16:39 by Zplex Zplex
Hail to the Internet Explorer!
added on the 2005-02-02 19:28:25 by Zest Zest
transpared pngs are shown correctly - alphamapped ones aren't
added on the 2005-02-02 19:40:06 by Gargaj Gargaj
Gargaj: Ok :)
added on the 2005-02-02 19:45:43 by Zplex Zplex
I don't give a shit about IE, and especially about scripts whose only purpose is to fullfil IE lame render engine.
added on the 2005-02-02 20:39:27 by analogue analogue
no .swf and no animated crap please :)
added on the 2005-02-02 21:36:07 by keops keops
analogue: but there will still be a voting system right???
I guess no one here wants some random shitty logo submited by some tasteless coders with no filtering at all :(
added on the 2005-02-02 21:46:53 by keops keops
if there wasn't filtering we would be spammed with bukkake logos.
added on the 2005-02-02 21:52:49 by ekoli ekoli
Of course, I'm just talking about the submit-a-logo thing
added on the 2005-02-03 00:49:35 by analogue analogue

login

Go to top