Slashdot Mirror


PNG Group Unconcerned About Apple's Patent

melquiades writes: "A recent story raised concerns that Apple's patent on some forms of alpha compositing was blocking the development of PNG, MNG and SVG. Not so, says Greg Roelofs, a member of the PNG group: 'The PNG group did discuss the Apple patent several weeks ago, and we decided it was completely irrelevant to PNG itself, almost certainly irrelevant to the pnmtopng utility and to PNGs animated extension, MNG, and probably irrelevant to SVG as well.' Here's the article on OS Opinion. So if it's not a big deal, why was there a general call for prior art to overturn Apple's patent? It looks like some PNG developers got worried, but the core team thinks there's no problem. Is this just a case of the right hand not knowing that the left hand is paranoid?" Once bitten, twice shy?

58 of 137 comments (clear)

  1. Leftover Paranoia by rsimmons · · Score: 5, Insightful

    Its just leftover paranoia from the problem Unisys had with people using the GIF format. The PNG group seems to have a good understanding of the Apple patent, from what I read in the article.

  2. Re:PNG's by szomb · · Score: 4, Funny

    Uh, sorry, what? Is anyone out there still *not* using PNG?

    --
    Just because a few of us can read write and do a little math, doesn't mean we deserve to conquer the universe
  3. As I understand it... by Millennium · · Score: 5, Informative

    It looks to me like the patent covers alpha-masking, not alpha-blending.

    As I recall, PNG and SVG both use alpha channels. That is, transparency data is stored as a part of the image's color encoding.

    Alpha-masking is different. In this case, an image is defined in the "normal" RGB fashion. Along with it, a second image is stored, which has only alpha information in it, not color. You could say that an alpha channel is inline, whereas an alpha mask is not.

    Is the patent ridiculous? Of course it is. But I don't think it would affect PNG and SVG anyway, because they use a different method of storing transparency information.

    1. Re:As I understand it... by Doomdark · · Score: 5, Interesting
      I thought so too, after first glance at the patent. However, after reading it through second time, I understood what the patent really is about.

      What it is is doing 'compontent-sensitive' image blending. Instead of using single alpha mask or channel for all colour components, it uses a full mask image, that is then used for blending images component by component. When mask image is a gray-scale image, this effectively degenerates to 'normal' alpha blending. However, when using non-gray colours, blending is not linear (as with alpha blending) for the components. In RGB, for example, you could take red value from source, green from destination, and blend blue 50-50 from both, and get... um... probably interesting results?

      What I would like to know is if this is useful? What kind of effects can be achieved by using non-grayscale mask images? Potentially it might produce interesting effects... But are those just curiosities?

      ... and no, obviously this doesn't cause any problems for PNG, which 'only' uses embedded alpha channels.

      --
      I like paying taxes. With them I buy civilization -- Oliver Wendell Holmes
  4. The actual forum post by marmoset · · Score: 5, Funny

    The OSOpinion article refers to Greg Roelofs'
    forum post. My favorite part of the Roelofs' post is this classic line:

    " So I nominate this for the 2001 tempest-in-a-teapot award... But since the /. crowd lives for this stuff, I wouldn't presume to imagine that my comments will have any discernable effect on the (flame)festivities. :-) "

    How many posts did that article get the other day? :)

  5. <SIGH> another one for the courts... by YouAreFatMan · · Score: 3, Redundant
    Unfortunately, this, like many patent issues, can't be decided except by a court. Just because someone says "we don't infringe on Apple's patent", that doesn't stop Apple from suing or a judge from ruling that it does infringe.

    That's why the call for prior art goes on. Deny that Apple has a case, but build a strong defense against their case. It's the cover-your-bases approach, and, sadly, the only wise one available in the current intellectual property age.

    --
    Robotiq.com is heavily tested on animals
  6. PNG groups opinion isn't particularly relevent by gorilla · · Score: 4, Insightful

    What's actually relevent is what Apple's lawyers think. It's going to be expensive to fight a legal battle, so expensive that anyone who's been harassed by Unisys has folded, even though there is a fair chance that their patent would be declared invalid if it came up in court.

  7. Re:If Apple cared... by Anonymous Coward · · Score: 2, Insightful

    You mean like the way Unisys did with the GIF format?

  8. Apple Unconcerned too? by Anixamander · · Score: 5, Informative

    A while back Apple posted this to their web site. It seems they are against RAND licensing fees. I assume that would also include their own technology, but I am really not sure how all this fits together.

    --
    Do not taunt Happy Fun Ball(TM)
  9. Re:PNG's by mediadiva · · Score: 4, Insightful

    I use PNG's everyday, as it is the file formate that firework's (macromedia) uses. It contains a "web layer" and when created in firworks you can create "slice guides" and rules. Similair to how a PSD contains layer. The only difference is, I can open a PNG in IE, though I wont see the layers, and it will be a REALLY big file, compared to what it would be if it was exported out as a gif or jpg or I guess a flat PNG.

  10. Re:PNG's by Vicegrip · · Score: 3, Insightful

    yes.. and if you do a bit of investigation you'll notice all browsers support them, including IE. In fact, you'll also notice that hordes of websites also use PNGs.

    There is practically no decent reason for any website to still be using GIF files as the conversion of both the html and files is pretty easy...

    PNGs are also way technically better.

    --
    Do not spread "09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0" over the internet, thank you.
  11. Article on Linux Today by rsimmons · · Score: 2, Interesting

    Here is an article about this issue on LinuxToday.

  12. Web browsers may be at risk by Anonymous Coward · · Score: 2, Insightful

    Apparently the patent only covers compositing of images that start from several sources. This is all very well for PNG images, as all the data is stored in one file. However, once the PNG is in a web browser, it may get composited with other images from another source. If the page has a background image and an alpha'd PNG on top of it, surely that would then infringe the patent?

    Probably not a problem for Microsoft with IE - they would probably just have a little patent fight with Apple - but for free browsers this could be a problem.

    There's a few interesting threads on
    usenet about it as well.

    1. Re:Web browsers may be at risk by Neon+Spiral+Injector · · Score: 2, Insightful

      Well considering IE doesn't alpha composite PNGs on background graphics I don't think Microsoft has anything to worry about either.

      So far Mozilla is the only browser I've seen that does proper alpha compositing of PNGs.

    2. Re:Web browsers may be at risk by znu · · Score: 2

      Lots of Mac browsers do, including OmniWeb, iCab, and the Mac version of IE. I doubt Apple has any desire at all to sue over it.

      --
      This space unintentionally left unblank.
    3. Re:Web browsers may be at risk by Doomdark · · Score: 2
      Actually, IE on Mac does composition pretty nicely (it also does remarkable job with gamma correction, resizing based on pixel size defs and lots of other 'advanced' stuff).

      However, I think the original writer's worries about browsers are probably unfounded; if the patent only covers composites based on separate masks, it doesn't sound at all like what browsers really do. If they use masks (instead of just drawing layered images), those masks are dynamically generated, not read from files (or external sources). Additionally, when rendering images that have real alpha channel, mask aren't all that useful in the first place. They are just for poor man's transparency. :-)
      Would be nice to have de-lawyerized patent text available to be sure, of course.

      --
      I like paying taxes. With them I buy civilization -- Oliver Wendell Holmes
  13. is a call to prior art a bad thing? by Frothy+Walrus · · Score: 2, Informative

    So if it's not a big deal, why was there a general call for prior art to overturn Apple's patent?

    is there a problem with this? with the average IQ of a patent lawyer at about 35 these days, you can't be too careful. mark my words, the future of Open Source depends upon it.

    1. Re:is a call to prior art a bad thing? by sharkey · · Score: 2

      Exactly. A bad patent is a bad patent is a bad patent. Just because it doesn't seem to affect $OPEN_SOURCE_PROJECT_DU_JOUR at this moment in time, doesn't mean that it will never do so, or that it doesn't set an unpleasant precedent, or that it will not affect $FUTURE_OPEN_SOURCE_PROJECT.

      --

      --
      "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
  14. Why, you ask? by Lars+T. · · Score: 5, Insightful
    From the the article on OS Opinion: (my emphasis)
    Earlier this year, the World Wide Web Consortium (W3C) asked interested parties to submit information about patents they own that might potentially infringe upon the development of scalable vector graphics (SVG).
    So Apple reported one of their patents that could in the future conflict with the development of SVG. Sombody read that, combined the two evil buzz-words "Apple" and "patent", and paranoia kicked in. He then scanned through the patent, found "alpha channel", and thought his worst fears had come true. So he called up some buddies and started the usual anti "evil/stupid patent" actions.

    All in all, simply self induced FUD.

    --

    Lars T.

    To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

    1. Re:Why, you ask? by Lars+T. · · Score: 2

      "Insightful" (or in general, the mod next to the score) is only the last mod it got. Before that it got 1 "Interesting" and 2 "Informative".

      --

      Lars T.

      To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

  15. Noninfringement Opinion? by Compulawyer · · Score: 5, Informative
    I know this is Open Source, but I generally thought that most Open Source software was better engineered than much of the commercial stuff out there. One of the key components in a feasibility study BEFORE other development work begins is legal feasibility . If you don't believe me, dust off your copies of Pressman's Software Engineering and see what HE says. I'm not just making this up.

    Part of a legal feasibility study has to be a patent infringement analysis. Whether you agree kthat software should be patentable or not, the fact it that in the US it IS patentable. If someone else made it first and was granted the exclusive right to make that product, then you will infringe on their rights if you make the product.

    There is simply no excuse for not doing this analysis. Yes, there is some up-front cost to a patent attorney. However, with a large enough development group, this cost can easily be absorbed by the group at a nominal level per member. The potential consequence is that every developer can find themselves defending a patent infringement suit. The last estimate of which I am aware placed the cost of litigating an "average" infringement suit at just around $500,000.00. If the case is deemed "exceptional," the infringers could potentially have to pay the patentee's legal costs as well as their own, on top of paying damages for the patentee's lost profits.

    Bottom line: all this can be avoided by getting a noninfringement opinion by a reputable and competent patent attorney. This is a basic software engineering step and should be performed at the very beginning of the development process. The attorney will even be able to suggest ways you can still go forward with the project, but do so in a way that does not infringe on someone else's rights.

    --

    Laws affecting technology will always be bad until enough techies become lawyers.

    1. Re:Noninfringement Opinion? by Compulawyer · · Score: 2
      I have to disagree with your assertion that a noninfringement opinion is of "dubious value." At the beginning statges of development, you should have a decent draft of the program's requirements and some conception of its structure. It is at this point that a noninfringement opinion should be sought.

      Patents on software protect functionality and to a certain extent, the structure that provides that functionality. If your project is not sufficiently developed so that an infringement analysis is possible or useful, the attorney giving the opinion will tell you that he does not have enough information to give the opinion. For those skeptics who are thinking "yeah, right" on this point, remember this: it is the attorney's reputation and malpractice policy on the line if he doesn't do his job right in giving the opinion.

      --

      Laws affecting technology will always be bad until enough techies become lawyers.

    2. Re:Noninfringement Opinion? by Compulawyer · · Score: 2

      What gave me that idea (that generally open source is better engineered than commercial) is my experience with software on both ends of the spectrum, my CS education, and actually seeing the development efforts made on both open source projects and various commercial projects. It is just my opinion, but it is based on facts I have personally observed. The comment was not meant to be read as some fanciful speculation.

      --

      Laws affecting technology will always be bad until enough techies become lawyers.

    3. Re:Noninfringement Opinion? by Compulawyer · · Score: 2

      On the contrary, you have not spotted a weakness in my argument but rather an obstacle in development. If you want to develop software for your own personal use "as a hobby," then by all means do so. I do. But as soon as you want to release your software to the public, you have to play by the rules that govern public actions -- including the patent laws.

      --

      Laws affecting technology will always be bad until enough techies become lawyers.

    4. Re:Noninfringement Opinion? by Compulawyer · · Score: 2
      The answer is simple then: keep your code to yourself or be adult enough to admit there is a legal risk in releasing potentially infringing software.

      As for those "asshole companies" I think YOU forget that many of them began on $0.03 in someone's basement. The difference? The Company had the foresight to recognize that intellectual property is valuable.

      Remember, you only need a license to drive a car if you want to drive on a public way. If you want to stay in your backyard, far away from your neighbors, then no one cares.

      --

      Laws affecting technology will always be bad until enough techies become lawyers.

    5. Re:Noninfringement Opinion? by Compulawyer · · Score: 2
      You miss the entire point. A patent gives the holder the EXCLUSIVE right to make, use, and sell the invention because THE PATENTEE DID IT FIRST.

      You wouldn't want just anyone coming into your house and eating your food. Why? Because it is your EXCLUSIVE PROPERTY and you have the EXCLUSIVE right to control its use. The exact same principle is at work here.

      What you are advocating is not freedom. It is Communism. A free society respects private property.

      --

      Laws affecting technology will always be bad until enough techies become lawyers.

    6. Re:Noninfringement Opinion? by Compulawyer · · Score: 2
      Analogy with food? I made an analogy with driving.

      As for individuals, you are seriously misguided. The patent system has ALWAYS affected individuals directly. It is IMPOSSIBLE in the US for a corporation to obtain a patent. They can own patents, but cannot obtain them. That right is reserved to inventors.

      You are also seriously misguided about implementation. You have much too narrow a view on what patents cover. A patent must teach one of ordinary skill in the art how to make and use the invention so it can go into the public domain after the term of the patent has expired.

      Individuals are the ones who are skilled in the art. You can make an invention out of wood. Many individuals have woodworking tools. Just because it is harder (or easier) to implement some inventions than others is not a reason to claim patents in those areas are bad.

      If you aren't willing to play by the rules either work to change the rules or find another hobby or just keep your code to yourself.

      Your rights end where another's rights begin.

      --

      Laws affecting technology will always be bad until enough techies become lawyers.

    7. Re:Noninfringement Opinion? by Compulawyer · · Score: 2
      Get your own patents and then you can tell "big business" what to do. The patent system is NOT unworkable. In case you didn't know, the fees for getting a patent are even reduced 50% for "small entities" - essentially individual inventors. The American Inventors Protection Act even gives American inventors more rights than foreigners filing for US patents. You just don't like the consequences the fact that a patent is property.

      I am surprised that someone with a computer science background has this much trouble with an abstract concept - namely property. The owner of the property is free to do with it what they want. That means they can charge whathever they like for licenses, or even choose not to license it at all.

      The fact is the patent system exists to promote progress. It does so by ensuring inventors can profit from their inventions. The time is limited so that society as a whole can use the invention when the patent duration has expired. If you are writing software that is covered by a patent, no matter how "new" it seems to you, the existence of a patent is iron-clad proof that at least one other person has done it before. Therefore, the patent holder has the right to profit from it. You do not because you are not the first to do it. No matter how good your code is, it is not an "advancement" because it is not the first. You are merely recreating what has been done. if that were allowable, patents on wheels would be issued on a regular basis.

      --

      Laws affecting technology will always be bad until enough techies become lawyers.

    8. Re:Noninfringement Opinion? by Compulawyer · · Score: 2
      Of COURSE you can't give it away -- IT IS SOMEONE ELSE'S PROPERTY.

      And you CAN improve on another's invention -- you can even get a patent for the improvement. You just may not be able to PRACTICE the improvement without infringing a patent on the original product.

      EVERY DAY small inventors file for patents on new software. I know -- I write the applications. If you don't want to hire an attorney, the Patent Examiners will even WRITE YOUR CLAIMS FOR YOU -- they are required to under the law if you have a patentable invention.

      Gee, a $345.00 filing fee plus a $605.00 fee later IF a patent issues for the opportunity to make some actual money with your code or even just give it away if you are altruistic. Sounds like a bargain to me. You are simply paying for PROPERTY -- that is the point you keep missing.

      Learn more about the system and maybe your criticisms will become more focused and valid. I am ending my participation in this thread here.

      --

      Laws affecting technology will always be bad until enough techies become lawyers.

  16. keep cool by kylant · · Score: 2, Interesting
    Don't worry, everything is fine.
    Nothing's wrong with the patent

    ...

    At least not for several years until the PNG-format is used all over the internet and apple can make a fortune by taking it out of the drawer.

  17. It's a false patent, if there was prior existance. by Penguinoflight · · Score: 2, Insightful

    The idea of a patent, is for the inventor of a technology, idea, whatever to have rights over it for 20 years.

    We all know Apple wasn't the first, and therefor they shouldn't have the patent. I'm not worried about it either, but I would like another stupid patent overturned.

    --
    "And we have seen and do testify that the Father sent the Son to be the Savior of the World"
    1 John 4:14
  18. Most relevant I say by forgoil · · Score: 2

    This shows what the slashdot community thinks of software patents. I agree that they need to go, kinda, but for slightly different reasons. But what they do today is only to hinder development, forcing new names and similar techniques just to stay out of trouble for things that I think should be free for anyone to use. Isn't there a better way to pay inventors (because they should be paid I think) instead of this horrible system.

    Socialistic capitalism ;)

    1. Re:Most relevant I say by glwtta · · Score: 3, Insightful

      The problem isn't just that the system isn't great (or designed with software development in mind, and therefore ill suited for it), but also that the system is horribly implemented, with those deciding on validity of patents being filed, knowing very little about them and generally ending up granting them.

      Of course inventors should be paid - but what's an invention? The theme right now seems to be "quick, patent it before everyone else thinks of it" whereas it was supposed to be "patent it so others don't steal it from you."

      There is absolutely no reason one the first company to patent an obvious thing should have exclusivity to it. (and of course the whole thing is weighted very heavily against open source development, but that's a different issue)

      --
      sic transit gloria mundi
  19. Re:PNG's by Dionysus · · Score: 4, Interesting

    Sites that don't use PNG:
    www.salon.com, www.userfriendly.org, yahoo.com, www.redhat.com, www.debian.org, www.gnu.org, and of course, www.slashdot.org.

    So, who is using PNG?

    --
    Je ne parle pas francais.
  20. That's an utterly ridiculous attitude. by Nindalf · · Score: 5, Insightful

    While we're at it, let's spend all our time and effort preparing to defend PNG against patents on automated shoe manufacturing and quack magnetic therapy devices. After all, "only a court can decide" whether PNG software infringes on those, too.

    The patent itself specifically contrasts what it covers with the use of an alpha channel, such as is used by PNG. It is obviously not a threat to anyone who bothers to read the patent.

    Aside from that, PNG was designed to avoid patent issues by people who knew what they were doing, in an drawn-out open process where anyone could have pointed out weaknesses. It's based on well-established techniques with a long history of prior art. Your first assumption should be that any patent either doesn't affect PNG, or is so blatantly invalid that nobody would ever dare take it to court, not that there's trouble ahead because a one-line description of a patent sounds vaguely like something PNG does.

    You can't live your life shrieking in terror every time someone whispers "patent."

  21. Re:it's relevant all right by monkeydo · · Score: 2
    If the Apple patent were valid, I think it could be a problem and might have to be overturned. In that sense, it is "relevant", and it makes a lot of sense to collect prior art.

    No, if the Apple patent were valid it would not be overturned. Anyone wanting to use the technology would have to pay licensing fees.

    It's also relevant in a different sense: it tells us about what Apple is up to, what their attitude is towards free and open source software, and the intellectual and research standards at the company.

    I don't understand your point. Are you happy with Apple because they are no longer requiring royalty payments, or are you complaining that they didn't give the patent to the public domain all together? Please explain what Apple is "up to."

    --
    Si vis pacem, para bellum
    The only thing more annoying than a Libertarian is an (un|mis)informed Libertarian
  22. An Anti-Software-Patent Database by Ogerman · · Score: 3, Interesting

    One way that the Open Source community could help fight software patents is to establish a database of prior art. When issues like this come up, relavant prior art would be hyperlinked to the supposed patent.

  23. Re:PNG's by utoddl · · Score: 3, Interesting

    Just for the record (not that this is scientific or anything) my current ~/.netscape/cache has

    • 65 PNGs,
    • 1,188 GIFs, and
    • 170 JPGs
    in it. I suspect that might be a little higher than average in the PNG department because I tend to frequent sites run by rabid free software rebels. YMMV
  24. Re:PNG's by British · · Score: 2

    I tried, but unfortunately the space taken up in comparison to slightly-compressed JPGs made me bail on the idea.

  25. People just don't get patents by Anonymous Coward · · Score: 2, Insightful
    Patents aren't what you think they are. All patents make broad claims that can not be defended in court. The patent writer knows this -- they are really trying to patent something that is specific and unique that other people aren't doing.


    There are lots of patents that discuss alpha blending. They don't affect PNG.


    The important thing to remember about patents is "don't go looking for trouble". Don't worry about new patents that come out -- wait until the patent owner comes looking for you. If you look far enough in the patent database, you will certianly find patents that can be interpreted to cover your idea. Unless you bring it to their attention, or are a direct competitor, most patent owners won't care about you. Most companies view patents as a defensive play -- they don't really care about them, they just grab the patents so that if a competitor sues them for patent infringement, they can sue back. E.g. Via countersuing Intel on patents.

  26. Re:PNG's by lordpixel · · Score: 3, Interesting

    What were you compressing? Photographs?

    They're not intended to replace JPEG[*] they're best suited for application where you would use a GIF. As with GIF the compression is lossless and best for compressing line art and simple computer generated stuff.

    In addition to GIF you also get:

    * > 256 colours
    * Full 8 bit alpha channel (but not in IE on Windows :(

    Then there's MNG - for animated PNGs like animated GIFs and [*] JNG which in a PNG which internally uses uses JPEG compression and thus is pretty good with photos. These are more obscure though. I think JNG might allow transparency/alpha channel, which would be cool, as regular JPEG does not.

    --

    Lord Pixel - The cat who walks through walls
    A little bigger on the inside than out

  27. Oh, PLEASE, people. by jthill · · Score: 3, Insightful

    READ THE PATENT. And not just the claims, the whole thing. It specifically disclaims alpha-blending, mentioning it as a well known and inferior precursor.

    --
    As always, all IMO. Insert "I think" everywhere grammatically possible.
  28. Typical obvious patent by BeBoxer · · Score: 2, Interesting

    If you read the patent, it's an almost textbook example of a painfully obvious 'invention'. The patent clearly admits that the use of a special transparent 'color' in one image is an old technique for blending two images. Next it admits that using a 1-bit alpha mask is a known technique for combining two images. Then it admits that an 8-bit alpha mask has been used to smoothly blend two images in the compositing process! Finally, it admits the 'invention': Let's use a full color image instead of a grayscale image for the alpha mask! Wow! How do they think of these things! What a genius it takes to think that maybe after first using black and white masks, then greyscale, you might try color!

    The real clincher is that they go on to list all of these wonderous things you can do with full color mask. But most of their examples only require a good old fasioned greyscale map! Somebody at Apple pulled a fast one at the patent office. The entire 'Fig 1.' shows an example which doesn't even use Apple's 'invention'! It just uses good old fashioned greyscale alpha masks which Apple lists as prior art! Then two of the claims list anti-aliased text! Does anybody do this with color alpha masks? No font renderer spits out multi-color images! They spit out greyscale which is used to merge the text color/pattern with the background! Once again, they claim their invention is needed to do something which everyone does with the prior art method!

    On the plus side, it's such a silly invention it's trivial to work around. Here's an idea: use three different alpha masks! One per channel! I wonder if Apple managed to get a patent on that. Hey, here's another nifty idea! Generate the three alpha masks from the three channels of a color image! I bet Apple never thought of that! Only a genius like me could think of that. What an invention! I'll make millions!

    Man, this patent is the worst. Check out Claim 3: A method as in claim 1 further comprising displaying the result image. Whoh Nellie! Your going to display the image! Man, that's adds a whole new level of complexity. Usually, I composite images and then just free the memory. But actually displaying an image you've generated! Man, what incredible insight!

  29. Re:PNG's by Keith+Russell · · Score: 2

    Microsoft uses them all over Luna. (That's Windows XP's candy-coated UI redesign.) I've been hacking with it a little, and it looks like they're using the alpha channel for cheap anti-aliasing on frequently scaled bitmaps. Other places, they fall back on the traditional .bmp format with "magic pink" transparency masks.

    --
    This sig intentionally left blank.
  30. Re:PNG's by Zed+Pobre · · Score: 2, Informative

    Remove www.debian.org from your list. It does use .png images (and there are half a dozen of them on the main page, at least), just not exclusively.For that matter, including www.gnu.org is somewhat unfair, as they pretty much only use the one image on the entire site, and although it's in jpeg format on the main page, it is also available in .png (in fact, the high resolution version is only available in .png). See http://www.gnu.org/graphics/agnuhead.html.

    So who is using PNG? Some of the people you list as not using PNG.

    (... mutter mutter ... moderators that don't check claims ... mutter mutter ...)

  31. Re:PNG's by Doomdark · · Score: 4, Insightful
    Well, the main reasons why PNG hasn't replaced GIFs:
    • People are slow in changing their habits; they are used to GIFs, they (still) use GIFs. If it ain't broken don't fix it (that's of course assuming you haven't been harassed by Unisys. :-))
    • Some old browsers did not support PNGs at all. Shouldn't be a big problem nowadays, though (esp. since much of Javascript stuff in use would break them anyway)
    • PNG doesn't have animation, for cheap-ass simple animation GIF is the choice (MNG would replace it, but it's bit of obscurity, being rather ambitious format project)
    • Although PNG has really cool features (full alpha channel is _really_ nice for blending image borders, neat translucency effects etc), many browsers (NS 4.x series, IE on Windows at least until 5.5) still only implement 'GIF-level' features, ie. on/off transparency, no gamma correction etc. Mozilla has good support, and IE on Mac too (no idea why; usually windows version is more advanced).
    --
    I like paying taxes. With them I buy civilization -- Oliver Wendell Holmes
  32. Nothing to fear but fear itself by 90XDoubleSide · · Score: 3, Insightful
    From the article:

    "Fear Itself

    Misinformation on this matter has caused many open-source advocates to incorrectly accuse Apple of holding back Open Web technologies.

    Let's hope that cooler heads prevail and that fear-debunking articles such as this one are more widely read."

    It is amazing how worked up everyone got in November when they learned that a company that supports web standards and has a public policy of royalty-free licensing for them (as of October) had responded in June to a call to disclose all patents to the PNG group that they should be aware of for infringement issues in the future.

    --
    "Reality is just a convenient measure of complexity" -Alvy Ray Smith
  33. Re:PNG's by Moonshadow · · Score: 2
    Uh, sorry, what? Is anyone out there still *not* using PNG?

    In my job as a web scripter, we can't use PNG, as policy dictates that we be compatible with as many browsers as possible. Netscape 4.x isn't compatible without a plugin, so it's a no go. That browser has caused more grief than all the others combines.

    On the flip side, we can't use GD to generate GIFs, as there's no GIF support, so all we're left with are JPEGs with calculated backgrounds. No transparencies.

  34. No one answered melquiades's question by JoeBuck · · Score: 3, Insightful

    If Apple's patent is valid, nothing put out by the PNG group infringes. However, when an application, say, Mozilla, displays a PNG in front of some other graphic and uses the PNG's alpha mask to do partial transparency, that would infringe. Similarly, when a Gnome or KDE desktop displays a PNG icon and uses the partial transparency to have a smooth and not a jagged edge, that would infringe. But just storing the alpha mask in the file doesn't collide with anything in the patent.

    In practice, there's so much prior art that the patent will be dead meat once it hits a court. Traditionally, the patent holder deals with this by licensing for a fee small enough that it's cheaper to pay than fight, and in this case, perhaps giving an out to the free software folks, while possibly trying to get a bit of cash from others. But in this case, I suspect that even that strategy is not going to work.

    1. Re:No one answered melquiades's question by Doomdark · · Score: 3, Informative
      No. They didn't patent single-channel alpha blending. They patented 'multi-channel blend'. That is; blending is done by using mask image, not mask (alpha) channel. Each colour component is blended separately; only if mask image uses grayscale (ie. all components have same value) pixels this degenerates to normal alpha-blending.

      So, like PNG gurus said, this doesn't relate to PNG; PNG 'only' supports alpha channel (although it's questionable whether full alpha-'image' would be an improvement... but that's what Apple patented).

      --
      I like paying taxes. With them I buy civilization -- Oliver Wendell Holmes
    2. Re:No one answered melquiades's question by 90XDoubleSide · · Score: 2

      This post did a good job of answering the root question of why they have a patent they don't intend to enforce. Go look through their 1500-odd patents; you will see many interesting ideas that they tend to protect, but also many of the kind of patents that poster was describing. No ones seems to worried about getting sued for using a Graphical user interface having sound effects for operating control elements and dragging objects ;)

      --
      "Reality is just a convenient measure of complexity" -Alvy Ray Smith
    3. Re:No one answered melquiades's question by 90XDoubleSide · · Score: 2

      But the patent also covers "control elements" that are operated over a period of time, such as scroll arrows, which do have sounds in many products. But in any event I'm sure if you cared to read all the patents (of any company, for that matter) you'd find many more of this kind.

      --
      "Reality is just a convenient measure of complexity" -Alvy Ray Smith
  35. Re:PNG's by Dracos · · Score: 2, Interesting

    PNG is stealthily gaining acceptance. I think there are three reasons why PNG hasn't gone as far as it should have by now:

    • Content managers (or whoever ranks above the actual content authors) may not know or care about PNG. Until all the graphic artists start selling it up the ladder as a solution, PNG will continue to flounder.
    • PNG's are generally a bit bigger (file wise) than an identical GIF or JPG. Not much bigger in most cases (and smaller sometimes), but some sites prefer to bloat their pages with badly formatted css and invalid HTML instead of a next generation gfx format.
    • MSIE's PNG support blows goats. I haven't seen a final of IE6 in action, but a late beta I saw still used a plugin to display PNG's instead of native code. Pull up an RBGA PNG in IE and witness the dark rectangle clearly defining the size of the image. (But if it works on Mac IE, then someone at MS has a clue).
  36. Re:PNG's by hearingaid · · Score: 2
    In my job as a web scripter, we can't use PNG, as policy dictates that we be compatible with as many browsers as possible. Netscape 4.x isn't compatible without a plugin, so it's a no go. That browser has caused more grief than all the others combines.

    Ding! Wrong.

    Communicator (4.76 anyway) does support PNGs. I know this because I can view my Webalizer output just fine with it. ;)

    --

    my old sig used to be funny, but then slashcode ate it and now it's not funny anymore

  37. Re:PNG's by hearingaid · · Score: 2

    Well, think about it. x=any number, including 76 :)

    For example, my PPPoE gateway runs FreeBSD 3.4. I could say that I'm running 3.x, and it supports PPPoE. However, I'd be wrong to do so, as versions of FreeBSD before 3.4 don't support PPPoE.

    But I'd also be wrong to say FreeBSD 3.x doesn't support PPPoE. Tch :)

    --

    my old sig used to be funny, but then slashcode ate it and now it's not funny anymore

  38. GIMP influenced? by Pflipp · · Score: 2

    Well, the patent most certainly looks like a standard mask-like image manipulation. So I understand people to get paranoid about this (given that PNG uses a mask for its alpha transparancy). I still doubt if the GIMP wouldn't be influenced by this patent.

    --
    "We can confirm that Debian does *not* ship the version with the trojan horse. Our version predates it." [CA-2002-28]
  39. Re:PNG's by hearingaid · · Score: 2

    This is true, and regrettable; but to say that Communicator doesn't support PNG is akin to saying that Mosaic (before 2.0) didn't support GIF because, well, it didn't support any of the 89a extensions (at least AFAIR; Mosaic 2.0 BTW was the first Mosaic to support JPEG inline too).

    --

    my old sig used to be funny, but then slashcode ate it and now it's not funny anymore

  40. more ignorance by mj6798 · · Score: 2
    I did read the whole patent before posting. The authors mention alpha blending, but they mischaracterize it. Go back to the textbook reference I gave before flaming.

    The fact remains that these people tried to patent what was already a standard textbook technique at the time. Whether they deliberately mischaracterized and ignored prior art, or whether they were simply ignorant you will have to decide for yourself.