Jump to content

New GFX images - Need help


Recommended Posts

They will look ugly with that template.

 

 

well u need to combine everything with same style, so it wont look so diffrent at forums.

 

its only suggestion to see how it looks, still can be other samples used.

Link to comment
Share on other sites

I merely followed the style that those few icons had, I tried to make other ones to fit in with them. Never meant to dictate style, didn't actually thought they were going to be accepted for the time being.

Link to comment
Share on other sites

Here's the template I used (I took it from that camera image):

templatea.png

 

I'm pretty sure all of them should be 60x60 pixels (even imageshack says they are), but if they are still to large I'll resize them.

Keeping in view the background template as provided above, please see few more ideas:

 

guide.pnglounge.pngcomp.pngcomplaint.pnggarage.pnggfx.pngmaps.pngmovies.pngscrim.pngsuggest.pngtech.pngtut.pngwelcome.png

 

Hope these would help!

  • Like 1
Link to comment
Share on other sites

Keeping in view the background template as provided above, please see few more ideas:

 

guide.pnglounge.pngcomp.pngcomplaint.pnggarage.pnggfx.pngmaps.pngmovies.pngscrim.pngsuggest.pngtech.pngtut.pngwelcome.png

 

Hope these would help!

 

Damn, very nice ones. Great work!

  • Like 1
Link to comment
Share on other sites

  • Administrators

I am very very thankful to you guys for making awesome images!

 

Is their anyway we can make all images strictly 50 x 50 in gif format, without that blue background?

 

i.e. like this:

 

scrim.gif

 

Reason is I am planning to add one more new skin and blue background want match in it! So, if we make it without background it will go in all skins without any problem!

 

Thanks to saizo, gigabyte and MΛXMΛИ!!! I really like what you guys did!!!

Link to comment
Share on other sites

I am very very thankful to you guys for making awesome images!

 

Is their anyway we can make all images strictly 50 x 50 in gif format, without that blue background?

 

i.e. like this:

 

scrim.gif

 

Reason is I am planning to add one more new skin and blue background want match in it! So, if we make it without background it will go in all skins without any problem!

 

Thanks to saizo, gigabyte and MΛXMΛИ!!! I really like what you guys did!!!

Your welcome. The blue background wont show on png images if the user has a modern browser. But i will make them 50X50 in gif anyway just in case you want to use them.

 

Edit: i just noticed you already have some as .gif's, do you still want all of the as gif's? i made some as gif's but quality looked horrible.

 

 

Edited by gigabyte
Link to comment
Share on other sites

Damn, very nice ones. Great work!

Thank you Saizou... Glad to see that you like these designs... smile.gif

I am very very thankful to you guys for making awesome images!

 

Is their anyway we can make all images strictly 50 x 50 in gif format, without that blue background?

 

i.e. like this:

 

scrim.gif

 

Reason is I am planning to add one more new skin and blue background want match in it! So, if we make it without background it will go in all skins without any problem!

 

Thanks to saizo, gigabyte and MΛXMΛИ!!! I really like what you guys did!!!

You're more than welcome Chief! My pleasure... smile.gif

Link to comment
Share on other sites

  • Administrators

Yes please I want all gif. You guys have posted in png and i just renamed them and using it as gif. ;)

 

50 x 50 cos in new skin 60 x 60 will look much bigger. There are some big changes coming to forums in up coming weeks.

 

I want size smaller because if you have 12 icons of 10kb then user will need to download all that 120Kb and hence it takes a little longer time for low end internet users. After that it stays in cache so it loads fast.

 

If you guys can minimize the size by keeping the quality level almost same it would be really appreciated. :)

 

Thank you all!!

Link to comment
Share on other sites

For some reason there's a widespread misconception that the GIF image format compresses images more than the PNG format.

 

One probable reason for this is that people make comparisons in the wrong way. Typically these people will open e.g. a JPEG file in an image editor and then save it without any conversion to a PNG and a GIF and compare the file sizes directly and make the deduction that GIF compresses better.

 

Of course they're comparing apples to oranges here. The PNG is storing losslessly all the information in the input JPEG (that is, 24 bits per pixel) while the GIF is only storing 256 colors from the original JPEG (that is, 8 bits per pixel). In other words, the GIF is lossy (with respect to the original JPEG). No wonder the PNG file is larger, as it's storing three times as much information as the GIF.

 

A correct comparison would be, of course, to convert the image to 8-bit format first and then save it in PNG and GIF formats (or,

alternatively, save it in GIF format, then open that GIF and save it to a PNG). This way both the GIF and the PNG contain the exact same pixel data. When the correct comparison is done, PNG beats GIF hands down in compression.

 

Here are few instances of comparisons (click on the images to see the originals). The TGA versions are in raw format, i.e. no compression at all. The size of the TGA file is always the amount of pixels (ie. width times height) plus 768 bytes for the palette plus 18 bytes for the TGA header (so for example a 800x600 image always takes exactly 480 786 bytes). This is used as a comparison.

 

screws_th.jpgMagnetFractal_th.jpgschematic_th.pngNaruto_Gaara_th.png

island_th.jpghoover_th.jpggradient_th.png

 

PNG beats GIF in all the testcases. Some images, such as the second one (the blue fractal image) are in fact so pathological that the GIF file is actually larger than the raw TGA file.

 

For some reason it seems that GIF compresses grayscale images very poorly compared to PNG. While PNG has directly a grayscale mode (i.e. it doesn't use a palette) while a GIF always uses a palette, the palette data in the GIF file only takes 768 bytes so that doesn't explain the poor result.

 

Another prominent example is the simple vertical gradient image which compresses as PNG to almost one tenth of the size of the GIF.

 

Courtesy: A Finnish Enthusiast

  • Like 1
Link to comment
Share on other sites

thanks Maxman for the information :thumbsup +1

 

personally I use png all time time, anyway png was developed and designed to offer the main features of the gif with greater depth of color, and to surpass the limitations of gif... :lol:

Link to comment
Share on other sites

  • Administrators

I think if we want to use png then we will need to change back end code to support it. I will see if I can fix it.

 

Can you just make image in png and then save it in gif?

 

@Saizou i agree on blockier part. We also need to redo our all images to 50 x 50 in png then. :) I will try to fix the code by this or next weekend.

Link to comment
Share on other sites

I think if we want to use png then we will need to change back end code to support it. I will see if I can fix it.

 

Can you just make image in png and then save it in gif?

 

@Saizou i agree on blockier part. We also need to redo our all images to 50 x 50 in png then. :) I will try to fix the code by this or next weekend.

 

Yeah not my decision but if it were i would go with PNG they are much smoother and better color quality as well. The blue background the PNG images have only show on old and crappy browsers like IE 6, but with modern browsers you wont see it just the image itself.

 

All 50x50 or under and all under 6KB

ARC-1.png

battlefield.png

cod4.png

entertainment.png

garage.png

maps.png

scrim.png

suggestions.png

wolf.png

 

Even so i still tried to go with GIF and failed. I use Photoshop CS4 and it added new things to they're option to save images for web use and after a while of trying the images still came out crappy, here is an example of what i got.

thARC.gif

Edited by gigabyte
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.