Slashdot Mirror


Forgent Squeezing Money Out Of JPEG, Other Patents

deman1985 writes "Forbes reports that Forgent Networks, Inc., developer of scheduling software and holder of a number of technology patents, has settled with both Adobe and Sony for JPEG patent infringement and is going after numerous others to collect their fair share of royalties. The company also plans to go after PVR companies, including TiVo Inc, and MP3 player makers for other various patents they claim to hold. Sounds like more fun in the courts for everyone!" We previously reported on Forgent's JPEG patent shenanigans back in April.

47 of 305 comments (clear)

  1. LZW check, JPEG, erm... by trisweb · · Score: 4, Funny

    Just when we thought it was safe to put colored pixels on the internet again...

    --
    "!"
    1. Re:LZW check, JPEG, erm... by danamania · · Score: 5, Informative

      PNG is good for its own purposes, but it's no .jpg replacement. JPG = lossy and phenomenal compression, where PNG = nonlossy and kind-of-average compression.

      Take a high resolution screenshot with any complexity and save it as a PNG, and you might be lucky to get it in under 600KB, where a .jpg could get the same point across in under 100KB.

      PNG is a good replacement for .gif, but not for .jpg, yet.

    2. Re:LZW check, JPEG, erm... by tpgp · · Score: 4, Interesting

      Take a high resolution screenshot with any complexity

      Sure - JPG is better for most photos - but sharp edges, text (including high resolution screenshots of text) and the like look much better under png (bit for bit).

      Slightly offtopic, but noone seems to have mentioned Unisys yet - soon we may be seeing on GNU a page similar to this one: Why There Are No GIF files on GNU Web Pages

      Soon we may need a burn all jpegs day ;-)

      --
      My pics.
    3. Re:LZW check, JPEG, erm... by hankwang · · Score: 5, Informative
      Take a high resolution screenshot with any complexity and save it as a PNG, and you might be lucky to get it in under 600KB, where a .jpg could get the same point across in under 100KB.

      I tried it, 1536x1152 PNG, JPG (q=75%), JPG (q=95%).

      $ls -l
      -rw-r--r-- 1 hankwang hankwang 99438 Aug 12 11:49 ss.png
      -rw-rw-r-- 1 hankwang hankwang 236158 Aug 12 11:50 ss75.jpg
      -rw-rw-r-- 1 hankwang hankwang 404179 Aug 12 11:50 ss95.jpg
      Apart from the bigger filesize, JPG shows ugly artifacting. Note: I don't use too many antialiased fonts, and no fancy backgrounds and skins. If most of your desktop is covered by a photographic JPG image in the first place, you will find different results, of course. :)
    4. Re:LZW check, JPEG, erm... by nmg196 · · Score: 4, Informative

      > Take a high resolution screenshot with any complexity and save
      > it as a PNG, and you might be lucky to get it in under 600KB,
      > where a .jpg could get the same point across in under 100KB.

      A screenshot is a very bad example. It's almost NEVER better to save screenshot using a lossy compression algorithm such as JPEG. Screenshots are always better as GIF/PNG.

      JPEG is designed for compressing PHOTOGRAPHS and nothing else. It severely messes up screenshots and text unless set to extremely high quality. But if you set it to extremely high quality, the file size is usually much bigger than a PNG would be anyway.

      I'm amazed at how many authors of programming articles still don't know basic web fundamentals such as how to save a screenshot.

      To summarise:
      Save screenshots/diagrams/charts (large areas of flat colour/text) as PNG/GIF
      Save photographs as JPEG

    5. Re:LZW check, JPEG, erm... by ratamacue · · Score: 5, Informative
      PNG is a good replacement for .gif, but not for .jpg, yet.

      It never will be and never was intended to be, for exactly the reason you stated above: PNG is lossless, while JPEG is lossy. These are two different types of tool, which serve two different purposes. PNG will never achieve the compression rates of JPEG. Just use the right tool for the job.

      Would flac ever replace or eliminate the need for mp3 and ogg? No, for the same reason. flac, being lossless, serves an entirely different purpose than mp3 and ogg.

      (Some time in the future, I would imagine that disk space will become so cheap and abundant that lossy compression is unnecessary, but in that case I would say that cheap disks -- not lossless compression -- have eliminated the need for lossy compression.)

    6. Re:LZW check, JPEG, erm... by jandrese · · Score: 4, Insightful

      It really depends what you are taking a screenshot of. A game screen (probably the most common screenshot type in existance) is going to be horrible with PNG unless you're taking screenshots of Pong. Even desktops are bad unless you unset that nifty photographic background and or pictures on a webbrowser etc...

      The point is, once the complexity of the image goes above "very simple" JPEG is going to give you a smaller file nearly every time. There are precious few images worth saving as a file that are "very simple". Worse, PNG ramps up in size very quickly as the complexity increases, which is what the original poster was talking about.

      --

      I read the internet for the articles.
    7. Re:LZW check, JPEG, erm... by hankwang · · Score: 3, Informative
      You probably used 8-bit PNG.

      I actually used 24-bit PNG, but as I already mentioned: I had no anti-aliased fonts and apart from a few small icons no continuous-tone images. A window with bitmap fonts has just white and black pixels (easy to compress in PNG, hard for JPG); a window with antialiased fonts has all possible shades of grey (hard for PNG, easier for JPG). If I take a screenshot of Mozilla with its antialiased fonts and the slashdot home page, it looks like this:

      $file ssb.png
      ssb.png: PNG image data, 939 x 837, 8-bit/color RGBA, non-interlaced
      $ls -l ssb*
      -rw-r--r-- 1 hankwang hankwang 219932 Aug 12 14:40 ssb.png
      -rw-rw-r-- 1 hankwang hankwang 135671 Aug 12 14:41 ssb65.jpg
      -rw-rw-r-- 1 hankwang hankwang 280258 Aug 12 14:41 ssb95.jpg
      That is, PNG takes 0.27 bytes/pixel, whereas my original post (few colors) was 0.056 bytes/pixel.

      Weird, there is little correlation between how much thought and time I put in a reply and how it is moderated.

  2. A decision has been made... by laserbeak · · Score: 5, Funny

    They are putting a 1 cent per pixel toll on all JPEG images. All funds are directed towards global domination.

    1. Re:A decision has been made... by DaneelGiskard · · Score: 3, Funny

      Vector-based JPEG format anyone? ;-)

    2. Re:A decision has been made... by Jugalator · · Score: 4, Funny

      They are putting a 1 cent per pixel toll on all JPEG images.

      Ahh, so this is how you make a geek bankrupt from having too many girlfriends!

      Damn, it was a great side effect from avoiding real life girlfriends while it lasted.

      --
      Beware: In C++, your friends can see your privates!
  3. Those Who Do Not Know History Are Doomed by Pan+T.+Hose · · Score: 5, Insightful

    ...to Repeat It. We all remember the problems with GIF just few years ago. We solved them changing every single image on the Internet to JPEG. We all have to admit that it was foolish. We're weak on logic, that's the trouble with us. We're like the guy in the story who was caught in a sudden shower and who ran to a grove of trees and got under one. He wasn't worried, you see, because he figured when one tree got wet through, he would just get under another one.

    --
    Sincerely,
    Pan Tarhei Hosé, PhD.
    "Homo sum et cogito ergo odi profanum vulgus et libido."
    1. Re:Those Who Do Not Know History Are Doomed by manabadman · · Score: 3, Informative

      Actually many of the GIFs were actually replaced with PNGs

      GIFs and PNGs support transparency (something JPEGs can't do)

      In any case many of had followed history and not only changed our GIFs, but also our JPEGs to PNG. PNG is a powerful open standard for image compression that is supported by our internet overlords.

    2. Re:Those Who Do Not Know History Are Doomed by fuzzix · · Score: 3, Informative
      In any case many of had followed history and not only changed our GIFs, but also our JPEGs to PNG

      This cannot work for the simple reason that JPEG is designed specifically for lossy compression of photographs and other complex images. Think of it as mp3 type compression - discarding data with quality decreasing proportional to size. A great tool for the dialup age.

      PNG compression is entirely unsuited to this purpose - the level of compression for these types of images is terrible. Simple diagrammatical type images compress very well in PNG. Think of it as a zip type compression. Repeated elements of the image, such as whitespace which JPEG doesn't handle very well, are well suited to PNG. Ever zipped a log file? Plenty of repeated elements, great compression.

      Converting GIF to PNG? Fine, you'll likely end up with smaller files as a bonus.
    3. Re:Those Who Do Not Know History Are Doomed by Lord+Kano · · Score: 3, Funny

      Do you have any idea how much pr0n I have in jpeg?

      Excluding the files that I have not checked or catagorized and stored in my repository, I have 103533 jpeg files (7704.57 MB) on my hard drive at the moment.

      That's a lot of converting.

      LK

      --
      "Hi. This is my friend, Jack Shit, and you don't know him." - Lord Kano
  4. Notable quotes from the article by Beryllium+Sphere(tm) · · Score: 3, Interesting
    Under a fee agreement, Jenkens receives 50 percent of the revenue from licensing the patent, plus some expenses. The law firm's take so far is an estimated $50 million.
    Implying that Forgent has pulled $100 million out of the licensees. Also note that 50% is higher than usual for contingency fees, almost as if the law firm had been uncertain of the outcome.
    Forgent views the JPEG data-compression standard as possibly applying to MP3 players, according to documents filed in a Dallas County state district court lawsuit.
  5. Re:The company name says it all... by cliffy2000 · · Score: 4, Funny

    Should I not trust SourceForge then? That's kinda antithetical to typical /. ideology, as far as I'm concerned.

  6. The patent game, and how big companies lose by danamania · · Score: 5, Interesting

    This has me thinking about the patent game large companies play. Take IBM, Apple, Microsoft - all with gigantic patent portfolios, and products that use many of them (and probably many of those of the other companies too). When IBM infringes on an Apple patent, they get together, cross license patents under certain conditions, and go on their merry way.

    This is all fine as a defense against a company that actually has a product. But take something like these smaller companies, who only own a patent portfolio, or perhaps one big patent altogether, and no products. They find that Adobe infringes on their patent and... Adobe have no recourse. No cross licensing to be done as the smaller company has no product. The smaller company may even be privately owned, so there's no chance of a simple cheap buyout.

    While we're all looking at MS, Apple, IBM, Adobe etc and going "tsk! omg!" as they acquire yet another silly patent, they're not necessarily the ones who're going to be a pain in the butt about it, it's the smaller rogues like Forgent, or Acacia etc.

    1. Re:The patent game, and how big companies lose by Halo1 · · Score: 4, Insightful

      The big ones are not much better. If you are a small company with a product, IBM, Apple, Microsoft etc will just as happily use their patents against you if you happen to annoy them enough (or if they think they can extract enough pocket change from you). And the only reason that we have this silly system of software patents that allows this kind of racketeering, is exactly because the big companies pushed the patent offices and the courts to accept these kinds of patents.

      They're not the ones to pity, as it's mainly their fault we're stuck with the system as it is.

      --
      Donate free food here
    2. Re:The patent game, and how big companies lose by Halo1 · · Score: 3, Interesting
      The only thing we can hope for at this point is that a bunch of the patent holding companies get sue-happy and the whole patent system implodes.
      I think it's better to hope that we here in Europe will not introduce software patents.
      How does this work in other parts of the world without a patent system? Is there such a place and if so, does the absense of pattents really stifle innovation?
      I don't know whether there are places without a patent system. I know that somewhere during the first half of the 20th century, the Netherlands did not have a patent system and that thanks to this Philips could become as big as it is today. Additionally, many of the current large IT companies such as IBM, Apple and Microsoft became big without any software patents.
      --
      Donate free food here
  7. Honestly. by johnnliu · · Score: 3, Insightful

    I'm so sick of reading companies going after other companies on stupid patents.

    I mean, I start my day on /. and the first news is someone getting sued over JPEG. What a way to ruin my day.

    A business of just hoarding ideas and extracting patents, while not producing any real products is really not a business. My opinion (and a few million others) is just shut them down, dammit.

    But, what will my rant here do? It won't help anyone. :-(

    Anyway, I just end up depressed.

    While not a real solution to the people getting sued, I at least have a temporary solution for myself: untick YRO from my preferences.

    Sorry to the people affected by the law suites, you have my thoughts.

  8. Two potential solutions... by Black+Parrot · · Score: 5, Funny
    • Start calling this "the porn patent" to see if they'll back off to avoid the bad PR.
    • Buy a bigger disk drive so you can convert your pron collection to PNG.
    --
    Sheesh, evil *and* a jerk. -- Jade
    1. Re:Two potential solutions... by kfg · · Score: 3, Informative

      Pecunia non olet --Vespasian Circa 70 A.D.

      KFG

    2. Re:Two potential solutions... by tommy_teardrop · · Score: 4, Interesting

      For those who can't use java translators, like me - from Latin Proverbs and locutions:

      Pecunia non olet. (Vespasianus)

      Money has no smell. Money doesn't stink.

      With the aim of replenishing depleted state funds, Vespasianus introduced, among other things, a new tax on public lavatories. When objected to by his son Titus, Vespasianus held a coin collected under that tax law to his son's nose and asked him if it smelled.

      --
      -- IANAL, BIPOOTV
  9. Re:Great for PNG by trisweb · · Score: 3, Interesting

    As someone else already noted, PNG and JPEG cannot compare in their use or compression. JPEG's advantage has always been its ability to compress photographic (non computer generated, generally) images down to fractions of their bitmapped size. PNG is a lot like GIF in its design (to my knowledge and experience). It compresses certain things well, but JPEG is still the master of photographs, which is why this could affect the web slightly. There isn't yet a widespread open JPEG-like standard -- maybe there needs to be. Until then, I'm going to continue to use JPEGs because, well, I think this will all blow over just like every other ludicrous software patent we've seen.

    --
    "!"
  10. Screwed by submarine patents again by hcdejong · · Score: 5, Informative

    ...even though the Joint Photographic Experts Group tried to create a format that wasn't encumbered by patents. Where will the madness end?

  11. I am all for an intelligent change in patent law. by Photo_Nut · · Score: 5, Interesting

    If I could change patent law, I would do the following: Demand proof of damages.

    Patents are designed to defend against inventions. If I patent something useful, but don't actually have an implementation, I'm using the system to stifle others, and not really giving anything back.

    In order for something to be an invention, it needs to have an implementable form. Sure, I could patent something that I can't make, but if someone else comes along and figures it out independent of me, then I really shouldn't be able to sue them for having the same idea that I did, unless I actually built it.

    So IF forgent claims to have a patent, their patent needs to have an implementation which would serve as a test of requiring the patent. Otherwise, it's just an idea without an implementation.

    I could try and patent a perpetual motion machine, and might succeed, but if someone else succeeds in building one, they will have figured out the difficult detail that I didn't: how to break the laws of thermodynamics.

    And in a completely unrelated note, XP SP2 just finished installing. Only took about 5 minutes. I guess it pre-downloaded today.

  12. Re:I am all for an intelligent change in patent la by mccalli · · Score: 4, Insightful
    Patents are designed to defend against inventions. If I patent something useful, but don't actually have an implementation, I'm using the system to stifle others, and not really giving anything back....In order for something to be an invention, it needs to have an implementable form. Sure, I could patent something that I can't make, but if someone else comes along and figures it out independent of me, then I really shouldn't be able to sue them for having the same idea that I did, unless I actually built it.

    I would like to agree, and certainly agree with the spriti of what you're saying, but there is a practical problem too.

    Suppose I succesfully work out all the problems and design the perfect cold fusion-based reactor. There is no possible way for me to implement it - I have to go to an energy company to get a power plant built (at the very least, a bank who will loan me the utter fortune I require to construct it).

    At this point, under the changes you suggest the device is not patentable since it has not yet been implemented. What is to stop an unscrupulous energy company, or bank, or indeed anyone who gets wind of it from taking my design and implementing it themselves with no further input from me? Worse still, once they have the implementation it is they who will profit from obtaining a patent, not me.

    So the "no patent without implementation" idea is flawed. It's a shame, because it sounds like a good way out. But it wouldn't work as described.

    Incidently, I refused to have my name listed as the co-inventer on a patent my company wanted to file because I considered it so trivial as to be silly. I don't want my name associated with patent abuse, and if more people took that approach this problem simply wouldn't occur. That's a pipe-dream though.

    Cheers,
    Ian

  13. Re:Weak position from Jpeg.org by kfg · · Score: 5, Insightful

    Check the site [jpeg.org] yourself, and try to find any pledge from them that the specifications for JPEG or JPEG2000 are safe to use.

    In a day and age when it isn't safe to make a peanut butter and jelly sandwich, or put out some toys for kids to play with while their parents do business with you, how do you expect them to make such a pledge?

    KFG

  14. Run length coding? Patentable? Come on! by achurch · · Score: 4, Informative

    According to the earlier /. article, the patent in question is on run-length coding, and was issued in 1987. Unless it was submarined for a really long time, there's got to be prior art all over the place. If nothing else, the Amiga's IFF ILBM image format uses RLC, and it's been around since 1985, at least.

  15. Welcome to a new business type by gilesjuk · · Score: 4, Insightful

    The parasite business model. Companies that buy or create patents then just sue everyone. We've seen SCO and Unisys (LZW patent), this sort of action seems to suggest a failing in their product line.

    I have no problem with companies protecting their innovative ideas to ensure their time and money invested is rewarded.

    I believe that you should only be able to defend patents and your inventions if you actually produce a product based upon them.

  16. Re:PNG is not a solution by Jugalator · · Score: 5, Informative

    I can think of two successors to JPEG...

    JPEG 2000

    JPEG 2000 is "the" successor to JPEG (designed by the same team), and was noticeably better than JPEG when I checked out quality vs size, but it's patent encumbered. It is however intended to be royalty and license-fee free.

    Elysium Ltd has developed a freeware Netscape plugin to make IE, Opera and Netscape browsers able to view JPEG 2000 pictures. This plugin is for Windows, and I don't really know if there are others for other platforms.

    DjVu

    DjVu was designed for the web to replace common formats like JPEG, GIF and TIFF. Although designed primarly for compressing text, it's very efficient at regular photos as well, and should compress similarly as JPEG 2000 (about half the size of JPEG with similar quality).

    DjVuLibre is a GPL licensed open source implementation that includes plugins, viewers, and encoders for this format.

    --
    Beware: In C++, your friends can see your privates!
  17. Re:PNG is not a solution by Jugalator · · Score: 4, Informative

    Sorry, I linked to a DjVu community page and not the official one.
    DjVu is a trademark of LizardTech Inc (which also provides browser plugins for MacOS etc etc).

    --
    Beware: In C++, your friends can see your privates!
  18. Opensource imlementations? by varjag · · Score: 5, Interesting

    I wrote and maintain an opensource JPEG implementation, so am pondering about potential consequences. Am no big corporation of course, so not likely to be targeted by the extorters, but still.. What would you recommend, given that:

    1. I am not a U.S. citizen;
    2. The project is hosted on a service under U.S. jurisdiction (SourceForge).

    Would it suffice to migrate the project to a non-US service?

    --
    Lisp is the Tengwar of programming languages.
    1. Re:Opensource imlementations? by Ender+Ryan · · Score: 5, Insightful
      As a U.S. citizen myself, who is a software programmer, I worry nearly daily about the future of my career. Every week, I point out to everyone I know at least one ridiculous patent that is causing problems for businesses(usually small businesses) in this country. Most people don't care. I occasionally write my congress-critters, but that's relatively pointless too. Our politicians are 99% in the pocket of our corporations. I really believe that that isn't an exaggeration, but I could be somewhat off-base. In any case, we have a high rate of political corruption. That our politicians are working mostly for the corporations makes this a somewhat fascist country. It's not truly fascist yet, as there are many powers fighting each other for control, but we may get there some day.

      What's the point of this ridiculous rant? Simple. Don't let this happen wherever you live. Please. I might move there some day, just so I can continue in my chosen profession.

      As for your question... I don't think you should worry. If anyone bothers you, you can move your project somewhere else at that time. You have no obligation to care about this country's ridiculous IP laws.

      Cheers!

      --
      Sticking feathers up your butt does not make you a chicken - Tyler Durden
  19. That is not so simple by Pan+T.+Hose · · Score: 4, Funny

    Actually many of the GIFs were actually replaced with PNGs GIFs and PNGs support transparency (something JPEGs can't do) In any case many of had followed history and not only changed our GIFs, but also our JPEGs to PNG. PNG is a powerful open standard for image compression that is supported by our internet overlords.

    Changing every GIF to PNG on a site like Slashdot might have been easy even years ago when it was done, but some of us have quite a lot of important data stored in the JPEG format, which does not compress well with lossless PNG (e.g. anatomical photographs for scientific purposes). Just as an example:

    pth@ph9:28:/etc/X11$ du -sh ~/work/projects/.linuxx/.a/xxx/jpegs
    127G /home/pth/work/projects/.linuxx/.a/xxx/jpegs
    pth@ph9:28:/etc/X11$

    It is not a simple matter of:

    $ find ~ -iname '*.jpg' -exec convert {} {}.png ';'

    Well, actually it is, but it would take O(n) time (at least).

    --
    Sincerely,
    Pan Tarhei Hosé, PhD.
    "Homo sum et cogito ergo odi profanum vulgus et libido."
  20. Re:Run length coding? Patentable? Come on! by shish · · Score: 5, Funny
    I think Cave Man Og had prior art when he stopped saying "I have rock, rock, rock", and instead said "I have 3 rocks".

    But wait; this uses a computer, so it's an entirely new concept... never mind.

    --
    I mod down anyone who says "I will be modded down for this", regardless of the rest of their comment
  21. David Versus Goliath? by argent · · Score: 4, Funny

    "I believe this is just more proof that this David and Goliath story is just getting started," said Mannsbach, who said he holds close to 5 percent of Forgent's shares on behalf of clients.

    This would be some kind of "American McGee's David Vs Goliath", with a David hooked on heroin and using his sling to tie off when he shoots up... it's definitely some looking-glass version of the story, 'cos I remember the original David being the hero, not an opportunistic parasite.

  22. Not quite so sure.... by Anonymous Coward · · Score: 5, Informative

    {Stupid Joke Mode:ON}
    So, now, when's Xiph.org going to add a lossy codec for photorealistic picture in it's OGG software ?
    And then we'll start again some kind of "OGG/Twoflower" vs. "WindowsMedia/MS-JPEG-2004.NET" codec war.
    {/Stupid Joke Mode:OFF}

    Actually, I realy mean it !

    According to the foot note of this article,
    they don't have a patent for the JPEG compression standart it self,
    but for the run lenght encoding (RLE) compression which is used in one of the latest stage of JPEG compression.

    Which means two things :
    - It is not a threat to lossy compression.
    All the strenght of JPEG comes from the DCT (discret cosine transforme) and the subsequent quantization, which convert the picture into a stream of more compressible values repetitive values (and thus perfom the actual "lossy" steps).
    RLE isn't the only way for compress these values,

    One can use algorithms similar to those used in the final steps by Xiph's (!) Speex or by Monkey Audio (=Rice).

    So one can imagine that Xiph could easily create a temporary JPEG replacement until some realy better (Wavelet based ?) patent-free format is created.
    (Hence my stupid joke at the begining).

    - Second thing :
    There's probably A LOT of prior acts for this patent, as LZW was one of the most popular compression algorithme on the old personnal computers of the 80s.

  23. Prior art according to wikipedia, yet... by deragon · · Score: 3, Interesting

    From Wikipedia: http://en.wikipedia.org/wiki/JPEG#Potential_patent _issues

    The JPEG committee investigated the patent claims in 2002 and found that they were invalidated by prior art. Nevertheless, between 2002 and 2004 Forgent was able to obtain about $90 million by licensing their patent to some 30 companies. In April 2004 Forgent sued 31 other companies to enforce further license payments. In July of the same year, a consortium of 21 large computer companies filed a countersuit, with the goal of invalidating the patent.

    I guess the prior art does not stand in court.

    --
    Remember the year 2000? They promised us flying cars. They delivered the PT Cruiser...
    1. Re:Prior art according to wikipedia, yet... by EmagGeek · · Score: 5, Informative

      "I guess the prior art does not stand in court."

      To my knowledge, it has not yet tried.

  24. RLE is to JPEG as "make it a round shape" is to CD by t_allardyce · · Score: 3, Informative

    Actually Forgent doesn't own JPEG it owns (according to the last Slashdot article) run-length encoding which is used in many more things than JPEG including fax compression. To say RLE is what makes JPEG would be misleading, to sue people for it would be to sue CD manufactures because you came up with the idea of making the disk a circle shape. Now what RLE is, is basically counting the number of repeating symbols, in a line, in a data stream, and replacing that sequence with a special symbol that basically says "there are 352 X's here" or "352X" etc. That basically means Forgent is not only a pile of shit, they are 352shit. Looking at the DCT algorithm in JPEG it is a masterful weave of mathematical genius as beautiful as the scantily glad Victorias secret models it purveys to millions around the world and had Forgents team of dedicated masters spent years perfecting this and had they bled their souls and bodies daily into the project i might find it in me to see an ounce of respect and maybe they would deserve some royalties from those who would use the algorithm for solely commercial gain. but they don't and they didn't. They bought RLE and now they want to milk the world for a 'technology' even a judge could understand!

    --
    This comment does not represent the views or opinions of the user.
  25. Small and medium-sized companies don't act by FlorianMueller · · Score: 4, Insightful

    I'm also against software patents but I think it's too simple an explanation to blame the large corporations only. Yes, the big organizations typically want software patents, and I see them how they push very hard for software patents in the EU where we have that ongoing legislative process.

    However, I also see the major mistake of small and medium-sized enterprises: They don't act. Large corporations understand that politics affect business, so they view political activities as part of their business. Small and medium-sized enterprises are usually run by people who believe that it's "prudent" to focus on the "core business" and not to do anything serious on the political front.

    The narrowmindedness and ignorance of most small and medium-sized enterprises makes it very easy for the large corporations to get what they want, and to defend it later.

    Look at most industry associations: They claim to speak on behalf of numerous small companies but are pretty much under the control of a few large members. An organization like the SIIA should fight against software patents every day. It should be their #1 priority because nothing is a bigger business risk to software companies than those absurd software patents. Instead, the SIIA just asks for more funds to be provided to the USPTO. Sure, with more resources, the USPTO may be able to examine patent applications more carefully. Still the real solution is to do away with patents on computer program logic, i.e. mental steps. And where are the organizations, except for some open source and civil rights organizations, that truly fight against software patents?

    Maybe, at the end of the day, many small and medium-sized enterprises just pay the price for political ignorance and inactivity. Right now, there would be an excellent chance to get software patents abolished in the EU, and that would be a signal for other regions of the world (especially if things work out well for the EU, and I'm quite sure they would because software patents stifle innovation and adversely affect economic growth).

  26. Lawyers, patents, and investors... by gillbates · · Score: 3, Interesting

    The ex-Jenkens lawyers filed a counterclaim to recover millions of dollars in past and possibly future fees they say they're entitled to as the architects of Forgent's patent-licensing strategy.

    So basically, these lawyers patented the business model of suing other companies for patent infringement and are now trying to collect royalties on Forgent collecting royalties from the JPEG patent. Follow that?

    But it gets better:

    Already, Forgent has reaped nearly $50 million...

    Jenkens receives 50 percent of the revenue from licensing the patent, plus some expenses. The law firm's take so far is an estimated $50 million.

    So, let me get this straight:

    • Forgent has paid out 50 Million in legal fees, so that:
    • Forgent could receive 50 Million in patent royalties, and
    • They now owe the lawyers half of any remaining royalties they collect...

    So basically, they've made no profit on their first $50M in revenues, their lawyers own half of all their subsequent royalties, and their ex-law firm is suing them for whatever is left.

    What can I say, but that I'm glad I don't own stock in Forgent.... They may have a patent portfolio, but they don't have a clue.

    --
    The society for a thought-free internet welcomes you.
  27. Statute of Limitations by jinxidoru · · Score: 5, Interesting

    Isn't there some sort of statute of limitations on these patent issues? If not there should be. It seems to a popular activity for patent-holders lately to wait quietly by while others infringe on their patents. They wait until the company becomes big enough, then they bounce on the offenders like a little fat kid walking through the desert who sees a piece of chocolate cake.

    That's what has bothered me from the beginning about SCO (I know it's not a patent issue here, but close enough). Why hadn't anyone said anything about Linux stealing System V code before? It's not like Linux is all that new. It appears that they just waited until someone with deep enough pockets was close enough to Linux that they could attack.

    There should be a law enacted where if you know that someone is infringing on one of your patents, you have one or two years to litigate. After that point, your rights to litigation would be revoked. Now it would be difficult to prove prior knowledge of the infringement, but it's better than our current system.

  28. Expiring soon? by Waffle+Iron · · Score: 3, Informative
    From what I've been able to find out, the patent in question is 4,698,672, which was filed on Oct. 27, 1986 and granted on Oct. 6, 1987.

    Shouldn't that patent be expiring on Oct. 6, 2004? If so, this won't be an issue for very long.

  29. Patent is Invalid by KeithIrwin · · Score: 4, Interesting

    The patent claims the process of Huffman encoding and/or run-length encoding digital signals. The CCITT Group 3 Fax machine standard used run length encoding followed by Huffman encoding to compress the digital signals before transmission. It was issues in 1980, six years before the patent.

    I don't understand why any company would capitulate when the prior art is quite as obvious as the digital fax machine. I'll wager that they've even used a fax machine in persuing their claims.