GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   do you use PNG? (https://gfy.com/showthread.php?t=480049)

romeoboi 06-12-2005 03:16 PM

do you use PNG?
 
hey everyone-
I thought I would see what everyone thinks about PNG.... I forgot about it but started fooling around with it, and its lossless compression is great. Why dont more people use it? It works in firefox, but what about the majority of browsers?

give your opinion!

Rob 06-12-2005 03:19 PM

Old habits are hard to break. I stick with .jpg and .gif.

Tat2Jr 06-12-2005 03:30 PM

jpg and gif - I always use the lowest common form in my html so I get everyone I can.

WoW! 06-12-2005 03:31 PM

i use .png a lot

kernelpanic 06-12-2005 03:33 PM

FYI, folks, PNG is a standard.

chupachups 06-12-2005 03:35 PM

Will use it when damn IE supports the transparency feature.

Platinumpimp 06-12-2005 03:36 PM

Most of the time I am using Macromedia Fireworks MX, so I use .png a lot.

I do not use photoshop, only for some serious touching up of photo's. If you are skilled, fireworks can do as much as photoshop.

boner 2.0 06-12-2005 03:36 PM

Quote:

Originally Posted by Chupachups
Will use it when damn IE supports the transparency feature.

:thumbsup

jpg or gif for now.

kernelpanic 06-12-2005 03:40 PM

Quote:

Originally Posted by Chupachups
Will use it when damn IE supports the transparency feature.

IE7 will (their words, trust it as you will)

Besides, there are ways around IE6's retardedness of the PNG standard. You can either use the following function (in javascript), or you can use PNGs whose background is set without the need for transparency. Either way, PNG is often times the best image format for a particular purpose.

Code:

function correctPNG()
  {
  for(var i=0; i<document.images.length; i++)
      {
          var img = document.images[i]
          var imgName = img.src.toUpperCase()
          if (imgName.substring(imgName.length-3, imgName.length) hahahaha "PNG")
            {
                var imgID = (img.id) ? "id='" + img.id + "' " : ""
                var imgClass = (img.className) ? "class='" + img.className + "' " : ""
                var imgTitle = (img.title) ? "title='" + img.title + "' " : "title='" + img.alt + "' "
                var imgStyle = "display:inline-block;" + img.style.cssText
                if (img.align hahahaha "left") imgStyle = "float:left;" + imgStyle
                if (img.align hahahaha "right") imgStyle = "float:right;" + imgStyle
                if (img.parentElement.href) imgStyle = "cursor:hand;" + imgStyle               
                var strNewHTML = "<span " + imgID + imgClass + imgTitle
                + " style=\"" + "width:" + img.width + "px; height:" + img.height + "px;" + imgStyle + ";"
            + "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader"
                + "(src=\'" + img.src + "\', sizingMethod='scale');\"></span>"
                img.outerHTML = strNewHTML
                i = i-1
            }
      }
  }
window.attachEvent("onload", correctPNG);


NaughtyRob 06-12-2005 03:40 PM

I only use it when designing stuff in Fireworks, but even then I just use it like a .psd in photoshop.

SaintElGrouch 06-12-2005 03:56 PM

Quote:

Originally Posted by Platinumpimp
Most of the time I am using Macromedia Fireworks MX, so I use .png a lot.

I do not use photoshop, only for some serious touching up of photo's. If you are skilled, fireworks can do as much as photoshop.

Here I thought I was the only one. Cheers!

hova 06-12-2005 04:07 PM

sometimes I do

Tempest 06-12-2005 04:42 PM

I did some tests at once point and found that PNG files were larger than the equilvalent GIF files.. So that was enough for me not to bother...

kernelpanic 06-12-2005 04:48 PM

Quote:

Originally Posted by Tempest
I did some tests at once point and found that PNG files were larger than the equilvalent GIF files.. So that was enough for me not to bother...

depends on the content

There are plenty of files for which the reverse is true.


All times are GMT -7. The time now is 07:48 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123