Slashdot Mirror


Adobe Releasing New Photo Format

salmonz writes "Toronto Star just posted a story that Adobe is releasing a new digital picture format; the Digital Negative Specification,or DNG. " Supposed to be use in raw photo formats; without the lossyness of JPEG.

422 comments

  1. Why? by beh · · Score: 0, Redundant

    Did anyone actually see a good reason for the creation of this particular format?

    Does this format offer anything that couldn't be done with PNG?

    I see a point of being able to store a picture before the camera's internal software starts working on it ("enhancing" it). But why a separate format? If you wanted to capture additional information for the camera, why not just add something like ID3 tags to an existing format like PNG to add this data?

    1. Re:Why? by I_Love_Pocky! · · Score: 3, Funny

      Don't be silly, Adobe doesn't own PNG.

    2. Re:Why? by avandesande · · Score: 5, Informative

      This is to provide a unified RAW format for digital cameras. Right now all the manufacturers have their own formats and you cannot process them unless you have special software on your machine. I dont know why they mentioned JPEG because it is not a raw dcamera format.

      --
      love is just extroverted narcissism
    3. Re:Why? by remahl · · Score: 3, Informative

      PNG is not very good for photographic data. The compression phase also requires significant processing (zlib), so it would be impractical for a digital camera to PNG compress a multi-megabyte image on the field.

    4. Re:Why? by Anonymous Coward · · Score: 1, Insightful

      Well, when you _read_ the article, you see that they're talking about a loss less format, versus JPEG which is lossy. Think of it as FLAC for pictures.

      The information they're talking about retaining is, as the article puts it, before camera processing to retain truer to the capture image.

    5. Re:Why? by dmayle · · Score: 5, Insightful

      Does this format offer anything that couldn't be done with PNG?

      They key to this format is that it's in a format that's given off by the CCD and CMOS sensors, not in a processed colorspace of any kind (like RGB)

      What really concerns me, however, is this:

      which Adobe is making available for free

      Is this a free-to-all? Or just free-to-camera-developers so we can force user to use photoshop or license from Adobe?

    6. Re:Why? by Ed+Avis · · Score: 5, Informative

      A conventional 24-bit image file will have eight bits for red, green and blue for each pixel. But very often digital cameras don't have separate sensors for each pixel; they have alternating R G B sensors in a kind of chessboard arrangement, and then interpolate the missing values. This interpolation happens when you go from raw format to the final output, and it can be done by the camera itself or by a photo manipulation program on a PC.

      A raw format file, while still storing all the data that has come off the image sensor, can be one third the size of a PNG because it knows that the first pixel has only red channel information, the second only green and so on.

      --
      -- Ed Avis ed@membled.com
    7. Re:Why? by beh · · Score: 1, Interesting

      Well, if compression processing is an issue, use a low compression - gzip -1 is a LOT faster than gzip -9; and if DNG is less resource intensive then my guess would be that its compression is also on the "low" end...

      But could you clarify what makes PNG *not* good for photography? Also - isn't there some other format that might be better suited and is already present?

    8. Re:Why? by Anonymous Coward · · Score: 0

      RTFA

    9. Re:Why? by Binary+Boy · · Score: 5, Informative

      This format is not about replacing PNG, and no PNG does not provide the capabilities to do what DNG is about.

      DNG is about unifying the mess of "RAW" formats - camera-specific proprietary file formats containing raw dumps of unprocessed sensor information and shot metadata.

      Furthermore, DNG is not immediately about getting camera manufacturers to use it themselves - though that would be the ideal. DNG is a bridge format - something you can convert all of your RAW files to for the purposes of long-term preservation/storage. It is open and documented, and based on TIFF so there are existing reader libraries that can handle the basic format (they will need extensions to do anything with it of course).

      Adobe has provided DNG Converter which will enable anyone - even non-Adobe users - to benefit from the ongoing R&D Adobe does to support the variety of RAW formats out there. This will simplify the task of building quality RAW converters by allowing small developers to focus on excellent RAW processing and not have to exert to support the many camera RAW formats out there.

      Sorry, I just woke up so I'm not going to touch on everything - but this is a major announcement whose importance will become more clear in time.

    10. Re:Why? by tesmako · · Score: 1
      0:hpsux:mbe:~$ cat `find libpng-1.2.7/ zlib-1.2.1/ -name "*.[ch]"` | wc -l
      67294

      Yes, wonder wonder why camera manufacturers just don't throw in libpng rather than use some new format that is small and simple.

    11. Re:Why? by mookie-blaylock · · Score: 4, Informative

      It's very simple: People who deal with content creation (that is, content created for commercial consumption), especially print, don't like JPGs or other lossy formats. PNG, being an indexed-color format, is not the end-all of graphics formats, slashdot ranting aside. Most designers want TIFF files (and PCD wil do, in a pinch). JPGs, no matter the quality, tend to have a nasty habit of exhibiting some noise in their output. That's totally unacceptable for print.

      And, again, PNG is totally the wrong format for this. You'd be taking a huge hit upfront in terms of indexing -- or your images would be outrageously huge.

      How DNG differs from TIFF, I don't know. I would have thought TIFF would be the obvious answer. (TIFF, for those who don't know, aren't compressed but can be losslessly compressed)

      --
      I am not Herbert.
    12. Re:Why? by Anonymous Coward · · Score: 0

      Actually adobe is in the forefront of the digital imaging market, and it just wants make its life easier by standardising the interface between digital cameras and adobe's software.

    13. Re:Why? by Tenebrious1 · · Score: 5, Insightful

      I dont know why they mentioned JPEG because it is not a raw dcamera format.

      They mention JPEG because that's usually the options you have on a digital camera; proprietary RAW format, which Adobe is trying to standardize, or standardized JPEG, which professionals don't want to use because it's lossy.

      It's a good idea, as long as the standard isn't "owned" by Adobe.

      --
      -- If god wanted me to have a sig, he'd have given me a sense of humor.
    14. Re:Why? by Nexx · · Score: 4, Informative

      Yes. Currently, CCDs and CMOSs support 12-16bits/channel. That can be encompassed in PNG's 48bits/pixel. However, newer generation gear already samples at 18-24bits/channel of RGB, which superscedes what PNG can do.

      Plus, correct me if I'm wrong, but doesn't PNG assume all pixels have RGB information? Oftentimes this isn't the case in digital cameras (unless you're using a Foveon sensor). Google "Bayer Pattern" if you're interested.

      The article is light on details, but I don't think Adobe is aiming this solely towards digital cameras (even expensive digital backs for medium-format cameras), but also towards medical imaging and what not. There is a reason why ImageMagick can be built with 24bits/channel and up.

    15. Re:Why? by robkill · · Score: 1, Interesting

      The real question then becomes why don't digital cameras use PNG instead of their own version of a RAW format. Adobe is stepping in to try and consolidate the different formats to simplify importing into Photoshop. I can easily see a couple of questions from a hardware perspective.

      What is the time cost of compressing to PNG versus directly writing a larger uncompressed RAW file?

      If compression is too costly, can a simple form of run length encoding be used instead of PNG?

      Does the flash storage medium have an effect on which file formats are more efficient to write (SD vs. compact flash)? If so, what compromises must be made?

      Camera makers are choosing a format based on other considerations than software compatibility. Where do the current formats fail to meet their needs?

      --
      DMCA - Chilling free speech since 1998.
    16. Re:Why? by theparanoidcynic · · Score: 2, Informative

      A good reason for it is that currently the only commonly used lossless image format (BMP) is uncompressed and enormous.

      --
      Only in a Slashdot fantasy can a Slackware install turn into several hours of sex . . . . .
    17. Re:Why? by gabuzo · · Score: 5, Insightful

      Is this a free-to-all? Or just free-to-camera-developers so we can force user to use photoshop or license from Adobe?

      Looking at Adobe's history on postscript & pdf format I guess we should reasonably expect this new format's spec to be free (as beer) and usable by everyone

    18. Re:Why? by GigsVT · · Score: 2, Interesting

      What's wrong with TIFF?

      It's lossless, high end cameras already support it, and it's the gold standard for lossless transfer of bitmap data already.

      So why make something new when TIFF does the job?

      --
      I've had enough abrasive sigs. Kittens are cute and fuzzy.
    19. Re:Why? by GreyPoopon · · Score: 2, Insightful
      Sorry, I just woke up so I'm not going to touch on everything

      Maybe, but you appear to be more on top of things than all the people who didn't bother to do a shred of research before accusing Adobe of just inventing a new format for no other reason than to control the market. I wouldn't put that kind of tactic past them, but people should at least do some verification for their evil market domination theories....

      --

      GreyPoopon
      --
      Why is it I can write insightful comments but can't come up with a clever signature?

    20. Re:Why? by n3k5 · · Score: 2, Interesting
      Does this format offer anything that couldn't be done with PNG?
      Well, I would hope so, because otherwise it would be incredibly retarded. As the article says, "Raw photo files contain all the original information captured by a digital camera sensor before any in-camera processing occurs [...]" Many cameras have sensors with not just sensors for red, green, and blue, but also a fourth colour. PNG can possibly contain a fourth colour channel, but can it also save meta-information about that channel, which colour it represents? Surely not in any standardised, widely compatible way. In the future, there could be CCDs that don't have square pixels, but hex ones, like an insect's eye. And then there already are cameras with a laser sensor that adds depth information to every pixel. A truly universal file format would have to handle this. Adobe's current version probably doesn't support that kind of funky stuff, but they could include it in a future version and make it backwards compatible. I'm not sure if PNG can even save basic information that's vital for a photographer, like aperture or exposure time.
      --
      but what do i know, i'm just a model.
    21. Re:Why? by Pirow · · Score: 2, Informative

      PNG was designed as a replacment for the GIF format, it's not designed for storing photos, PNG is good for images with large areas of contiguous colour and sharp edges such as cartoons and logos. PNG can handle true colour fine, but in my experience it creates massive file sizes for photos, which you don't want in an environment where space is extremely limited such as on a digital camera.

    22. Re:Why? by Binary+Boy · · Score: 4, Informative

      DNG *is* TIFF.

      First, PNG is not always indexed. However, it would have required massive extensions to PNG to turn it into something capable of being DNG, and TIFF is already well placed for extension (TIFF is a container format - most people think of it as a simple image format, but it is very flexible and capable of adaptation).

      TIFF supports a huge variety of compression modes, including uncompressed, JPEG, LZW, and ZIP, and a variety of color modes.

      DNG is an extension to TIFF, to allow the additional properties of a RAW to be expressed without losing the efficiencies of RAW (linear data, typically one color channel per pixel until processing). Just as a for instance - you can take your DNG into most any TIFF reader today and it will at the very least be able to read the preview embedded in the DNG without any mods to your TIFF library.

    23. Re:Why? by JimDabell · · Score: 4, Informative

      standardized JPEG, which professionals don't want to use because it's lossy.

      The JPEG standard includes a lossless option too; professionals don't want to use JPEG because lossless JPEG is inefficient, not because it doesn't exist.

    24. Re:Why? by Binary+Boy · · Score: 5, Informative

      It's an extension to TIFF to support, in a standardized way, the many unique variables that go into a RAW file. No existing specification could capture this range of unique data encoding and metadata without extension - DNG as TIFF was the logical choice for many reasons.

      This is not processing RAW into a TIFF - you can do that now with many tools. This is repackaging a RAW file into a new, universal RAW - this should open the RAW processor world to a new level of competition (as the greatest amount of R&D time was always wasted on reverse engineering RAW formats - something Adobe is now doing for you with DNG Converter).

    25. Re:Why? by eddy · · Score: 2, Insightful

      A few years ago it was unpractical to decode MPEG1-Layer 3 in realtime. A blink of an eye later it was merely unpractical to encode in realtime. Now we have ~100g devices that can decode and encode in realtime for hours on end.

      If they (Adobe) don't want any kind of compression then, as we all know, TARGA would do.

      If they in fact wants to use compression, but to use different models from the ones provided in the PNG standard, wouldn't it make more sense to extend PNG with said models?

      --
      Belief is the currency of delusion.
    26. Re:Why? by ez_TAB · · Score: 1

      Lack of more than 8 bits per color channel? Lack of metadata relating to the shot (camera settings etc especially)?

      As many other posters pointed out there can be quite a bit of additional data stored in the RAW format from many high end cameras, the problem is accessing that data later when u may not have the camera (ie, proper RAW driver) available.

      --
      Quote from ???: "There are lies; there are damn lies; and there are benchmarks."
    27. Re:Why? by lucifuge31337 · · Score: 4, Informative

      Because TIFF doesn't do the job. This isn't another direct display format. It's a raw format. For example, the raw files from my Nikon equipment require processing before they can be displayed (FWIW, Photoshop CS already supports the nikon raw format - .NEF). Raw format files are nothing more than the the CCD saw....it doesn't take into account the dot screen or any filtering that is integral to the CCD...your processing software (whether it's in the camera or 3rd party like Nikon View, Bibble, or something else) needs to apply color correction and actually interpolate the sensors on the CCD into the correct colors.

      --
      Do not fold, spindle or mutilate.
    28. Re:Why? by dspeyer · · Score: 2, Interesting
      So what's wrong with JPEG 2000? It's a lossless, free compression scheme with similar file sizes to JPEG. There's already an open source implementation even if it's not quite good enough for embedded use.

      For that matter, why aren't we seeing J2k everywhere? It looks like a great format.

    29. Re:Why? by magefile · · Score: 2, Informative

      I don't understand it either, but RTFA - they released it with no legal or financial strings attached.

    30. Re:Why? by Anonymous Coward · · Score: 2, Informative

      This DNG is apparently TIFF-EP with metadata added. The metadata content seems quite reasonable and contain information about the camera which is basically irrelevant in any other context.

      The spec. appears to be unencumbered. Although there aren't bright yellow "FREE FOR ALL TO USE!" disclaimers, it does not bear any mention of a patent and it does state that the spec. is "free". Since it would be in Adobe's interest (as a market leader in photo editting software) to minimize writing kludgy compatibility code in the future, I don't see why anyone should assume that this offer is being made "in bad faith".

      Oh yes, there might not be all of this "OMG PATENTZ!" hysteria, if the posting had included this link to the Adobe site, which features a pdf of the specification itself.

      Even more happily, the pdf was a simple one & rendered promptly under xpdf/gs.

    31. Re:Why? by Zocalo · · Score: 3, Informative

      Because my DSLR produces ~10MB RAW files with 12bit/hue colour resolution which convert into ~36MB 16bit/hue colour resolution TIFFs? Or how about that those TIFFs only have a fraction of the flexibility offered by the RAW versions in post processing. It should be obvious that you need 3x the storage space, but if you've got used to rattling off shots at a rate of several a second, expect that to get slashed too.

      --
      UNIX? They're not even circumcised! Savages!
    32. Re:Why? by Anonymous Coward · · Score: 0

      RTFA : The spec is basically TIFF plus exstensible metadata, and its royalty free.

    33. Re:Why? by UnknownSoldier · · Score: 5, Informative

      > But very often digital cameras don't have separate sensors for each pixel; they have alternating R G B sensors in a kind of chessboard arrangement, and then interpolate the missing values.

      Couple of notes...

      That chessboard layout is called a Color Filter Array, usually arranged in a Bayer Pattern.

      Digital cameras these days are 10 bit in RAW mode.

      And some even have 4 color sensors.

      dpreview is THE site for camera buffs, much the same way avsforum is for us audio & vidio philes. Now if only I could find sites for other categories....

      --

      "Geometry is frozen music"
      - Pythagoras

    34. Re:Why? by yellena · · Score: 1

      PNG is not very good for photographic data

      You can't just say that and not offer reasons.

      The compression phase also requires significant processing (zlib)

      Not much compared with the computation required for JPEG compression.

    35. Re:Why? by Anonymous Coward · · Score: 0

      PNG, being an indexed-color format

      No it's not. PNG includes 48-bit true color and 16-bit grayscale options.

    36. Re:Why? by Too+Much+Noise · · Score: 2, Interesting
      Tiff is HUGE (at least in uncompressed form, which seems to be what cameras use these days). On the other hand (quote from here)

      DNG is based on the TIFF-EP format with extra metadata and scope for lossless JPEG compression, Adobe said. The format supports both mosaiced (CFA) and demosaiced interpolation.
    37. Re:Why? by boutell · · Score: 1

      PNG is *not* just a palette color format; it fully supports truecolor, all the way up to 64 bits (red, green, blue and alpha at 16 bits each) if you really want it. There are still good reasons for DNG:

      * No compression at all in DNG, versus time-consuming zlib compression in PNG that might be too much to ask of a handheld device.

      * As others have pointed out, DNG "knows" when a single camera pixel really only updates red, green or blue and wouldn't waste space storing all three.

      --
      Check out the Apostrophe open-source CMS: http://www.apostrophenow.com/
    38. Re:Why? by Anonymous Coward · · Score: 0

      As an extension to what you've said regarding RGB, which is certainly there on many cameras, some CCDs capture Red, Green, Emerald and Blue. Some capture IR or UV as well, and have sensors for those - so the resulting RAW image could theoretically come out with Red, Green, Blue, Emerald, Ultraviolet and Infrared pixels... or whatever other combination CCD/camera manufacturers decide they need to capture the most of an image.

      It's containing this variety of data that is so different to 'rgb' or 'cmyk' that a RAW image format needs.

    39. Re:Why? by Zocalo · · Score: 3, Informative
      Did anyone actually see a good reason for the creation of this particular format?

      Hell yes. Unlike with a raster image such as JPEG or PNG, the data from a camera sensor is most likely a Bayer array - alternating lines of Red/Green and Blue/Green sensors, rather than RGB triplets, so it's not so much RGB, as RGBG. (There are some varients/exceptions in the in sensors from Foveon, Fuji and Sony). There is also a lot of data specific to the exposure; duration, ISO, lens details, etc. which would need to be applied in camera before a raster image could be produced. With RAW, you can apply these settings after the event in Photoshop or whatever. Exposed the sky correctly, but got the ground off by a stop? No problem; "develop" the RAW twice and use the sky from one shot and the ground from the other for a much better result than "enhancing" the ground in an image editor.

      Yes, you could have most of this with a tweaked version of PNG and a bunch of ID3 type tags (and maybe that's exactly what Adobe has done, I haven't looked at the file format yet). The main benefit though is to make it very easy for data exchange and solve the nightmare situation whereby each new sensor has it's own RAW format. The state of play at the moment is a nightmare for vendors like Adobe who need to update their software for almost every new high-end camera release. Likewise for the makers of those "digital photo stations" that are cropping up like Starbucks, or their little brethren; the printers you can plug a camera into directly. With a standard like DNG to support you gain the much larger colour gamut of the RAW format and more flexibility in tweaking the image for a better print.

      Anyway, you can read the actual Adobe press release, or download a free (beer) DNG converter here to find out a little more.

      --
      UNIX? They're not even circumcised! Savages!
    40. Re:Why? by Anonymous Coward · · Score: 0

      but can [PNG] also save meta-information about that channel, which colour it represents?

      Sure, that's the whole point of a chunked format, you can store any metadata you want!

      Surely not in any standardised, widely compatible way.

      Surely a large group of industry players could quite simply agree on a format, and even get it accepted as a standard chunk?

    41. Re:Why? by Binary+Boy · · Score: 2, Insightful

      Yeah, well, color me shocked. People on Slashdot jumping the gun? Spouting off on issues they haven't researched? Unheard of.

    42. Re:Why? by Anonymous Coward · · Score: 0

      Yah but today Adobe is evil, not tomorrow tough. On a side note, it's okay to buy DVDs between 5 and 7 pm tonight, but don't forget to burn them the next day in protest of MPAA/RIAA.

    43. Re:Why? by metamatic · · Score: 2, Informative

      PNG is also a container format. You can add whatever data chunks you like to it. They could easily have defined a raw data chunk for the PNG format.

      --
      GCHQ Quantum Insert installed. If only our tongues were made of glass, how much more careful we would be when we speak
    44. Re:Why? by BlueArchon · · Score: 1

      >If compression is too costly, can a simple form of run length encoding be used instead of PNG?

      Not really. If there aren't a lot of pixels with the same colour next to each other, RLE will not compress anything. RLE works best on 256 color bitmaps with big surfaces of the exact same colour.
      Hardly anything like a 24 or more bit photo of the real world.

    45. Re:Why? by eddy · · Score: 2, Interesting

      There are actual lossless implementations outside of the research community?

      I thought that died The Death Of A Thousand Software Patents :-\

      --
      Belief is the currency of delusion.
    46. Re:Why? by Anonymous Coward · · Score: 0

      Everyone I know that's pretty serious about their raw imgages are already using dcraw (or now gPhoto) to post process their images.

      If we could get manufactuers to simply patch these utilities when they make a new spec, we'd be set. (more prolific adoption, etc. etc.)

    47. Re:Why? by Binary+Boy · · Score: 1

      There are really two factors affecting RAW formats:

      1) The camera-specific mosaicing and bit-depth of their "raw" linear image data; this would not be easily done in any format without major modifications
      2) The critical metadata needed in order to develop that image data into a useful digital photograph

      DNG addresses both of these issues by standardizing the storage and description of RAW data, and by requiring a base level of metadata necessary for working with them without additional camera-specific knowledge on the software's part.

    48. Re:Why? by Tenebrious1 · · Score: 2, Informative

      professionals don't want to use JPEG because lossless JPEG is inefficient, not because it doesn't exist.

      Photoshop and PSP allow you to save files as lossless JPEG, but the only camera I know is the newest Canon digital SLRs. Most other professional digital SLRs and prosumer cameras only store proprietary RAW, then some level of lossy JPEG.

      --
      -- If god wanted me to have a sig, he'd have given me a sense of humor.
    49. Re:Why? by Anonymous Coward · · Score: 0

      See, RAW images contain various information, such as exposure, metering modes, time etc. To open RAW photo you usually have to open it with vendor specific application, save as TIFF and open in Photoshop (or use RAW plugin). I am using Nikon D70 and to convert RAW photos I have to buy some $400 Nikon application (or transfer photos manually with their free app).

      Next year, beside Nikon, I'll start using new Canon digital SLR (when it's out) for which I will have to install Canon app for handling RAW files (hopefully they are not greedy as Nikon).

      See the point? Having standardized RAW format would mean that I would be able to open it with any image editing app and still have access to extra information stored in RAW instead fiddling around with shitty bundled applications.

    50. Re:Why? by akpoff · · Score: 3, Informative
      As others have mentioned this is about creating one RAW data format. The RAW data from the CCD or CMOS sensor is basically unprocessed information unlike PNG, JPEG and basic TIFF.

      When you shoot in JPEG and even in TIFF with any current camera the internal processor applies white balance, color, contrast, sharpening and other algorithms to the data and saves it in the chosen format, typically JPEG at anywhere from a 1:2 to 1:8 loss compression ratio.

      This is great for point, click, print. But for hobbyist and professional photographers this eliminates a lot of the post-shot production that can be done to the image later, even if it's a TIFF file. With a RAW image format you can apply those effects afterward, unapply them and generally tweak the output. My Nikon came with some software that allows me to set the white balance using the same algorithm the camera would do internally if I shot JPEG. But with the in-camera option if I don't like the results, tough. Sure, I can tweak it later in Photoshop but I can't fundamentally alter the effect. This is particularly frustrating for effects like white balance and sharpening. Having the RAW format, also known as the "digital negative", gives the photographer much more flexibility.

      Why do we need a universal file format? Because every camera manufacturer out there has a different one that programmers have to figure out and photographers have to put up with (not that professionals change kit all that often). With Photoshop CS Adobe helped photographers out by putting in an excellent RAW reader but someone at a Adobe has to keep up with all these specifications. If all the camera manufacturers would adopt ONE format then Adobe AND open source developers could focus their time on the important business of digital photography -- producing excellent final photos.

      Another benefit of the RAW format hinted above is that for programs like the GIMP developers waste a lot of time trying to reverse engineer these formats. As you can imagine a lot of the camera manufacturers aren't out there sharing the love with their specifications. The one format that's been best reverse engineered is the Canon RAW format with varying levels of success going down from there for Nikon, Minolta et al.

      Lastly, let's not forget the benefit of having a common format for long-term archival and retrieval. Anybody out there have any binary files they can't get into any more? A common RAW format will reduce the chances of being orphaned with files you can't read.

      In summary, then, this is a huge benefit for everyone as we can all focus on digital image production using a shared format and libraries and less on figuring all these formats out. The only question the article doesn't address is whether Adobe are releasing the format into the wild, as it were, or plan to setup a "toll" on it via patents.

    51. Re:Why? by maxwell+demon · · Score: 1
      For that matter, why aren't we seeing J2k everywhere? It looks like a great format.

      I guess it's the old hen & egg problem: As long as nobody uses them, support in software (primarily web browsers) will be at the best low priority. And as long as it's rarely supported in software, there's not much incentive to use it (why use an image format which almost nobody can display - provided that your favourite program can produce it, after all).

      However, note the following on the JPEG2000 page you linked:
      Core coding system (intended as royalty and license-fee free - NB NOT patent-free)

      Especially note the last three words.
      --
      The Tao of math: The numbers you can count are not the real numbers.
    52. Re:Why? by Atzanteol · · Score: 2, Informative

      PNG, being an indexed-color format, is not the end-all of graphics formats

      No, it is not. It *can* do that, but PNG supports full 24-bit color, with 8 bit alpha. And possibly higher color depths if necessay (there's a byte or so in the header for bits-per-color).

      --
      "Ignorance more frequently begets confidence than does knowledge"

      - Charles Darwin
    53. Re:Why? by mbbac · · Score: 0

      PNG is lossy, is it not? Raw formats and DNG are lossless. Also, raw formats store different components of the image separately -- similar to the way a component video signal is better than a composite one.

      --

      mbbac

    54. Re:Why? by Speed+Racer · · Score: 1

      Digital cameras these days are 10 bit in RAW mode.

      Most cameras that offer RAW mode have 12 bit sensors so you get 4096 possible levels at each sensor. The problem with JPG is that those 12 bits of information are squeezed into 256 levels of an 8 bit image. As a side effect, you end up needing to convert the RAW images to 16 bit TIFF files to edit without losing information. That means you need to use Photoshop or CinePaint to be able to edit the photo and see any benefit beyond the initial conversion from RAW to a raster format.

      As an aside, why is it that CinePaint doesn't get more publicity? The Gimp is nice and all but CinePaint takes The Gimp and makes it a truly useful tool for professionals.

      --
      Free Mac Mini. Yes, I'm
    55. Re:Why? by Malc · · Score: 1

      PNG is lossless. It's just not suitable in this application.

    56. Re:Why? by Mordaximus · · Score: 1

      In a nutshell, DNG proposes to do what TIFF did with image files, eliminate the need for proprietary file formats. That's the end of the similarities though.

      Current RAW files are proprietary, Canon stores the data differently that Nikon for example. What they store is the same : raw CCD data, more importantly pre-processed CCD data. Bayer Interpolation and in camera processing have NOT taken place when the file is stored. Think of a RAW file as a negative, even before it's been developed.

      Contrast this with TIFF (when I say TIFF i don't mean what it is capable of, but how it's used right now). TIFFs will have at least seen Bayer Interpolation and in camera processing (contrast, sharpness, white balance etc.) before storage. TIFF is a result of RAW data manipulation. In some ways, it's the negative after it's been developed, and in others, it's the pre-print image being tweaked.

      Where DNG hopes to fit in is to create a unified RAW format. Hope it works out.

    57. Re:Why? by StoatBringer · · Score: 0
      A conventional 24-bit image file will have eight bits for red, green and blue for each pixel.
      Shouldn't it also have alpha, for transparent things like glass and water?

      (j/k)

      --
      Cress, cress, lovely lovely cress
    58. Re:Why? by proudlyindian · · Score: 1

      This is the exact dpreview link where you can start learning about photography and know the terms in simple english http://http//www.dpreview.com/learn/?/glossary/ Additionally http://www.shortcourses.com/ is also a very good resource where i learned the techniques

    59. Re:Why? by Anonymous Coward · · Score: 1, Insightful

      And how much processing time does it take? Oops there goes your battery.

      But seriosuly, to draw an analogue between RAW images and sound, you would have to say that RAW is like a 192 kbps 48 bit audio feed--in other words, everything possible is captured and stored, for future manipulation. The audio might not be clear and pristine (it might have clicks and background noises), but you can take it back to the studio and remove or highlight those things in software.

      By comparison, camera encoded JPEGs are like 96 kbps mp3s that were recorded from a crappy FM radio station. They get the message across, but they're dull as all getout, they miss all of the highlights, blur out the detail, and nobody sane would try to squeeze such a thing into a professional presentation--like a blockbuster movie--except perhaps as a joke.

      The point is, RAW images are like digital negatives. You can adjust color balance, and tweak the way the pre-processor interpolates the color values, and all sorts of crazy stuff... And no existing image format can be easily shoe-horned to do this. Cameras RAW format dosen't have a RGB value for every pixel, because the sensors don't have the ability to capture all colors at once. There's a red sensor, a blue sensor, and a couple green sensors, all laid out in a grid a million times over. Existing formats expect to have a RGB (or CMYK) value for EVERY pixel. Not space efficient for a camera.

      This DNG thing seems to be a step in the right direction; I hope it's as free (at least to the end-users) as pdf.

    60. Re:Why? by SenseiLeNoir · · Score: 1

      PNG, and MOST graphic formats use a RGB colour system, which is ideal for screen. Ideally a publisher would prefer to use a CMYK format, as this woudl make print reproduction far more accurate, especially in the screening process, which would already be done, on a CMYK format.

      --
      Have a nice day!
    61. Re:Why? by bicho · · Score: 1

      So, in essence, raw format is lossy?

      mmmhhh... didn't know that.

      --

      errera hunamum ets
    62. Re:Why? by TRACK-YOUR-POSITION · · Score: 1
      Here's an except from the DNG Primer other folks are linking to:
      Compression: Files can be stored as uncompressed (either bit-packed or padded to 16-bits per pixel) or with lossless JPEG compression.
      So DNG still uses lossless JPEG compression, inefficient though it may be.
    63. Re:Why? by UnknownSoldier · · Score: 1

      > Most cameras that offer RAW mode have 12 bit sensors so you get 4096

      I couldn't remember if it was 10-bit or 12-bit. Thx for the correction.

      > The problem with JPG is that those 12 bits of information are squeezed into 256 levels of an 8 bit image.

      Yeah, quantization sucks.

      > Why is it that CinePaint doesn't get more publicity?

      Never heard of CinePaint until today. I imagine Photoshop publicity is spread via a word-of-mouth type advertising. It is what everyone-else-you-know uses, either at home or at work, so it gets plugged. Why look for alternatives, when it does what you need?

      Wow, CinePaint was used in "2 Fast 2 Furious, Scooby-Doo, Harry Potter, Stuart Little and other feature films." Pretty cool. Thx for the link.

      Peace

      --
      Original, Fun Palm games by the Lead Designer of Majesty!
      http://www.arcanejourneys.com/

    64. Re:Why? by TRACK-YOUR-POSITION · · Score: 2, Interesting
      So are the instructions for how to do this processing embedded within the DNG format, or do programs viewing and manipulating DNG files have to be constantly updated for every new camera release, in order to properly process additional metadata?

      Or, to paraphrase, is it possible for camera manufacturers to produce "standard" DNG files that aren't actually viewable on anything other than that camera's included software without reverse engineering proprietary metadata?

    65. Re:Why? by Anonymous Coward · · Score: 0

      maybe I'm crazy, but I thought png could do up to 64bpp?

    66. Re:Why? by chrish · · Score: 1

      PNG already supports arbitrary additional data blocks... no need to break it by adding a new "standard" for them.

      See the PNG spec for details.

      --
      - chrish
    67. Re:Why? by chrish · · Score: 1

      PNG can handle a maximum of 16-bit RGBA or 16-bit greyscale (see the IHDR chrunk spec).

      --
      - chrish
    68. Re:Why? by lucifuge31337 · · Score: 2, Interesting

      Based on being a user of several pieces of raw image processing software, I can tell you that choosing event eh wrong camera type (even if its int he correct family) produces crappy results. Also, different raw post-processing engines give different results (some better, some worse, some depending on the raw file). Based on those observations, I'm going to have to guess that any raw processing engine is going to need to know quite a bit about the camera in order to actually be any good.....so even if the file format is standard, I'd say that you'll still need some data about the camera the file came from. And probably a whole lot more than what woudl be reasonable to put in the file itself.

      --
      Do not fold, spindle or mutilate.
    69. Re:Why? by afidel · · Score: 2, Informative

      Pro's don't like to use JPEG because JPEG doesn't allow the level of post processing that RAW does. Hell Canon RAW's include a normal quality JPEG as part of the RAW image for faster previews.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    70. Re:Why? by Thagg · · Score: 1

      While it's true that the so-called lossless JPEG can be used for 8-bit images, most of the RAW formats have significantly more bit depth than 8 bits. Therefore, any 8-bit encoding will necessarily lose some information, potentially extremely important information.

      Most RAW formats are linear, and an 8-bit sampling of those images without gamma- or log-conversion will cause the loss of most of the picture detail.

      Thad

      --
      I love Mondays. On a Monday, anything is possible.
    71. Re:Why? by afidel · · Score: 1

      Sounds like the format should also specify a device profile spec like icc that allows the post processor to take the profile and use it as a transformation for the image along with the paramters set from the metadata.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    72. Re:Why? by lucifuge31337 · · Score: 1

      Not knowing much more about the guts of how theis type of post-processing works, I'd say that type of thing would be a minimum requirement....it might not even really be enough for high quality processing.

      --
      Do not fold, spindle or mutilate.
    73. Re:Why? by bogado · · Score: 1

      Many cameras have 16 bit per channel does png support this? Many cameras work with different color spaces, does PNG support this? Many cameras have a single "monochrome" color LCD with a colored tiled mask to get, those mask are either RGB, CMY or even more unusual patterns, do PNG encode this?

      This image format was created arround the TIFF format, why extend png witch is not as widelly accepeted to accomodate those stuff instead of the TIFF, witch already suport many of those things?

      --
      []'s Victor Bogado da Silva Lins

      ^[:wq

    74. Re:Why? by squid_wrangler · · Score: 1
      I am using Nikon D70 and to convert RAW photos I have to buy some $400 Nikon application (or transfer photos manually with their free app).
      I also use a Nikon D70 and recommend wholeheartedly these two open-source althernatives to the Nikon flow:

      Raw Digital Photo Decoding in Linux
      RawPhoto GIMP-2.0 plug-in

      The first is a command-line utility for processing the raw format images from a variety of cameras, including Nikon's NEF format and the second is a great plug-in for Gimp that integrates it with a GUI.

    75. Re:Why? by Anonymous Coward · · Score: 0

      So, erm, why did they create PNG when TIFF existed?

    76. Re:Why? by metamatic · · Score: 1

      Because if you read the TIFF format documents, you'll see that it's a horrible mess, and uses compression methods which were patented at the time.

      --
      GCHQ Quantum Insert installed. If only our tongues were made of glass, how much more careful we would be when we speak
  2. I can't remember... by datadriven · · Score: 5, Funny

    Are we supposed to hate Adobe?

    1. Re:I can't remember... by yeremein · · Score: 1, Insightful
      Are we supposed to hate Adobe?

      Yes, and we're also supposed to grumble about how Adobe is going to pull a submarine patent on this format to lock out the GIMP.
    2. Re:I can't remember... by !the!bad!fish! · · Score: 1, Funny

      I think we hate them for being mean to that Russia geezer.

      --
      Kids today are tyrants. They contradict their parent, gobble their food, and tyrannize their teachers. - Socrates 400 BC
    3. Re:I can't remember... by alanxyzzy · · Score: 2, Interesting
      Are we supposed to hate Adobe?
      Well - Adobe were the ones that set the FBI onto Dmitry Sklyarov

      Remember, however, that Elcomsoft are associated with spammers

    4. Re:I can't remember... by datadriven · · Score: 0

      I guess I forgot to add

      </sarcasm>

      oh yeah...I have 6 gmail invites to give away

    5. Re:I can't remember... by Malc · · Score: 1

      No, we backtracked on that when we had the story about France trying to impose their laws on a US company (Yahoo). We realised what hyprocrasy it was for the US to do the same to that Russian!

    6. Re:I can't remember... by Beautyon · · Score: 2, Funny

      How' bout just thinking for yourself and not worrying if things should be black or white?

      You go first.

      --
      ATH0 Bitcoin: 1DnwFLXczVZV8kLJbMYoheUrpqHesjxrSi
    7. Re:I can't remember... by maxwell+demon · · Score: 1

      Hey, come on, this is slashdot! Thinking for ourself? Maybe you'd even expect us to actually RTFA? :-)

      --
      The Tao of math: The numbers you can count are not the real numbers.
    8. Re:I can't remember... by mbbac · · Score: 1

      No.

      --

      mbbac

    9. Re:I can't remember... by Fulcrum+of+Evil · · Score: 1

      No, we backtracked on that when we had the story about France trying to impose their laws on a US company (Yahoo).

      Gee, what's wrong with that? We impose our laws on foregin companies operating in the us, after all. Of course, they shouldn't be imposing their laws on the US presence, but yahoo.fr is fine.

      --
      "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
    10. Re:I can't remember... by Anonymous Coward · · Score: 0

      Only when talking about the stupid Skylarov DMCA case, and maybe a few other things.

      Oh, and every other Tuesday.

      Today, they don't appear to be doing anything bad; tomorrow, we'll see...

  3. Maybe by nonameisgood · · Score: 3, Interesting

    The kicker is, IF the camera companies decide to use it. Standards are only standard is they are used. My questions is, can existing cameras be updated to the new format, or will the manufacturers just want to sell the new ones.
    --

    --
    Faith is the very antithesis of reason, injudiciousness a critical component of spiritual devotion. Jon Krakauer
    1. Re:Maybe by Anonymous Coward · · Score: 0

      My Olympus camera already supports a lossless format (I don't remember which right now, but everything I use understands it). So why do we need this solution from Adobe?

      As posters before have noted, I think this is an attempt at lock-in. Lately Adobe has been playing the Microsoft game. With their switch to incompatible file formats around Acrobat 4 or 5 and the ridiculous insistence on IE 6.0 for the latest Acrobat Reader, not to mention the bloated monster that Reader has become, Adobe is quickly losing me as a user.

    2. Re:Maybe by polecat_redux · · Score: 4, Informative

      My questions is, can existing cameras be updated to the new format, or will the manufacturers just want to sell the new ones.

      I'm not horribly concerned if Nikon doesn't release an update for my particular camera since Adobe will be providing an image conversion utility that supports many of the proprietary raw formats.

    3. Re:Maybe by polecat_redux · · Score: 2, Informative

      So why do we need this solution from Adobe?

      Perhaps because it's an effective method to get everyone playing nice. There *are* other lossless formats that camera manufacturers could support (and I'm sure some do), but with no real direction, everyone would just do what suits them and there would likely be no common format between them. Adobe is just trying to help give the camera manufacturers something to agree on (barring other possibly nefarious intentions).

    4. Re:Maybe by Anonymous Coward · · Score: 0

      Adobe is just trying to help give the camera manufacturers something to agree on (barring other possibly nefarious intentions).

      Given Adobe's track record and the state of the patent system, I think we should be focused on such intentions. Never trust a corporation to serve anyone but itself.

    5. Re:Maybe by LtOcelot · · Score: 1

      can existing cameras be updated to the new format

      Magic 8-ball says: I wouldn't count on it. Too much trouble to pull off in firmware updates for so little return.

    6. Re:Maybe by almaw · · Score: 1
      Sorry, but have to make the obligatory standards comment:
      "I love standards. There are so many to choose from."
  4. Me too. by eddy · · Score: 0, Flamebait

    Yeah, this sounds like a definite case of "Not Invented Here", with a cynical touch of "We can't control that" and "We can't license that".

    --
    Belief is the currency of delusion.
    1. Re:Me too. by magefile · · Score: 3, Interesting

      Except that they don't control DNG either. It was released "for free" (legally & royalty-wise). So it's either NIH, stupidity, or something we don't get.

  5. Re:what are the benefits? by wo1verin3 · · Score: 1

    Maybe this has to do with JPEG patent issues....

  6. Great idea. Some info. by Thinkit4 · · Score: 5, Informative

    A raw image is what directly comes out of the CCD. In fact it uses less storage than the bitmap that can be produced from it. But it's even better, as with it you can customize white balance and such after the picture has been taken. I use the raw images exclusively on my Canon S45 (it's a difficult feature to find). The problem appears to be in standardization.

    --
    -I am an elective eunuch.
    1. Re:Great idea. Some info. by JanneM · · Score: 1

      Of course, since the nature of the data will be very different depending on what kind of image sensor you have, the format will either be useless for your purpose, or so underspecified to allow for any and all weird variation, that the standardization becomes almost pointless.

      --
      Trust the Computer. The Computer is your friend.
    2. Re:Great idea. Some info. by Anonymous Coward · · Score: 1, Interesting

      "In fact it uses less storage than the bitmap that can be produced from it."

      This is because bitmap uses 24 bits per pixel (8 per color) and raw image contains only 12 bits per pixel.

    3. Re:Great idea. Some info. by rgmoore · · Score: 4, Interesting
      Of course, since the nature of the data will be very different depending on what kind of image sensor you have

      Which shouldn't be a worry for the vast majority of cameras that use square pixels in a RGB Bayer array. I'd expect that it would be pretty easy to deal with other square pixel Bayer arrays, like Sony's RGBE and the occasional CMY. Non-square arrays, like the ones used in some Nikon pro-series SLRs, and non-Bayer setups, like Foveon's X3 system, might be harder, but I'd expect that they could be accomodated without great difficulty.

      --

      There's no point in questioning authority if you aren't going to listen to the answers.

    4. Re:Great idea. Some info. by ceoyoyo · · Score: 0

      Nope... the raw images are 12 bits per colour channel... for a total of thirty-six bits per pixel. The RAW data takes up less space because it's uninterpolated data directly from the Bayer array.

    5. Re:Great idea. Some info. by jludwig · · Score: 1

      I have this capability on my Sony 717, the problem is the record times for the lossless compression, upto 10 seconds at the 5 megapixel level of detail. It makes taking action shots next to impossible (aquarium photography in my case). In order for this to become practical it needs three things: faster media, hardware accelerated compression, and stanardization. I have no idea how Sony/Memory Stick compares to Nikon's Raw or Cannon's format, but I assume the problem is still present, altho not as bad... Jeff

    6. Re:Great idea. Some info. by uslinux.net · · Score: 1

      it would be pretty simple, actually. The RAW format just needs a header which describes the data it contains. WAV files have this now - they are binary data with a 100-byte (I believe) header that descibes the bitrate, length, etc. The trick would be figuring out a reasonable-length header which can describe any RAW image format.

    7. Re:Great idea. Some info. by rbrunner · · Score: 2, Informative

      No, its 12 bits/pixel. Each pixel represents one of the three color channels. Color info is interpolated to produce an output TIFF or JPEG.

    8. Re:Great idea. Some info. by ceoyoyo · · Score: 1

      You're right. Monday morning I guess. Before the image is constructed, It's 12-bpp. As soon as you turn it into an image, which is what you'd have to do to use a proper TIFF or PNG or whatever file, you get 36-bpp. Or more likely 48 to make nice size words.

    9. Re:Great idea. Some info. by rgmoore · · Score: 1

      Raw files are reasonably practical on many DSLRs. With a fast memory card, my Nikon D70 can shoot raw images at 3 fps for the first 4-5 shots and 1 fps after that until the card is full. The compression is fast enough that write speed is the limiting factor, so uncompressed files aren't even an option. The professional grade Canon 1D Mark II, which is aimed at sports and wildlife photographers, has a large buffer that lets it shoot up to 20 files in raw format at 8 fps, though the sustained speed with the buffer full is only about one frame every 2 seconds.

      --

      There's no point in questioning authority if you aren't going to listen to the answers.

    10. Re:Great idea. Some info. by laird · · Score: 2, Insightful

      "it would be pretty simple, actually. The RAW format just needs a header which describes the data it contains."

      The problem is that the fundamental data isn't standardized -- the RAW data is the signal straight from the CCD, and that's very different depending on the specifics of the CCD. For example, some high-end cameras have three separate CCD's (much, much clearer image, particularly in low light), Fuji CCD's are just weird, etc. So the RAW formats are all very proprietary, not only per manufacturer, but even for each specific camera model.

      So TIFF is a good starting point (it's very flexible), but all of the details would have to be defined.

    11. Re:Great idea. Some info. by G-funk · · Score: 1

      Yeah, what would those dickheads at adobe know about digital photos? Some bloke on slashdot says it won't work, so I guess it'll be a flop.

      --
      Send lawyers, guns, and money!
  7. Re:I fail to see... by Anonymous Coward · · Score: 0

    Yet it will be up to camera makers to support the specification, which Adobe is making available for free.

  8. Customer oriented naming by tod_miller · · Score: 4, Insightful

    People are comfortable with the idea of 'negatives'. If Adobe can make a market for this format, it will tie people into using thier tools (or thier tools will have an additional 'incentive')

    I have read up on how using the raw format of the camera, and using the software on the PC you can use the additional information the camera would have thrown away, to do things such as save areas that would have been captured to dark otherwise.

    Of course, each cameras format for RAW is basically that, RAW format, and this proposed file format should be nothing more than making sure each software can access it seamlessly.

    So in fact, reading the article, it woudl seem like a good idea...

    until you look at PDF. I just hope they don't try and put some tagging / watermarking / superflous junk into it.

    *cough*

    --
    #hostfile 0.0.0.0 primidi.com 0.0.0.0 www.primidi.com 0.0.0.0 radio.weblogs.com
    1. Re:Customer oriented naming by Nexx · · Score: 2, Insightful
      until you look at PDF. I just hope they don't try and put some tagging / watermarking / superflous junk into it.

      Why is that superfluous? I bet you law enforcement would JUMP at a digital file format where they have an encapsulated proof within an image that the image has not been adultrated, as would insurance companies and such, and many other uses I can think of. Heck, as a photographer, I'd like it for protecting my own copyright.

    2. Re:Customer oriented naming by dspeyer · · Score: 1
      It wouldn't be secure enough to use in court, or for any other important function. It's like DRM -- it would require the camera to slip messages to the court past its owner and against its owner's will. This in turn would require the cmera to be smarter than its owner. I'll admit that many humans are stupider than their electronics, but they can get help from those who are smarter.

      On a practical level, all you need to do is pull out the ROM with the camera's private key, attach it to a custom circiut-board and query it directly. That's for a well-designed system.

      What law enforcement (and other investigators) may want to do is look at the low-order correlations of adjascent pixels, which are determined mostly by the camera taking the picture. If they don't match they camera, the picture was probably tampered with.

    3. Re:Customer oriented naming by Anonymous Coward · · Score: 3, Insightful

      It's like DRM -- it would require the camera to slip messages to the court past its owner and against its owner's will.

      *Sigh* - you can do reasonably tamper-proof harware, so that it would be pretty much impossible to get at the cryptographic photo-signing module without letting it destroy itself. But you miss the point.

      Court evidence is all based on a chain of custody. Cop A stands up and says "I collected empty casings from the scene and placed them in a bag labelled "blah", and gave them to examiner B. B says " I recieved 3 casings in a bag labelled blah, examined them under the microscope, and saw something else".

      If you can produce a reasonable chain-of-custody method for digital photos, you don't need crypto in the camera.

    4. Re:Customer oriented naming by Naikrovek · · Score: 1

      Canon's EOS 1Ds has this feature built-in already, if the picture is taken with their raw format. its an easy thing to add.

    5. Re:Customer oriented naming by Lumpy · · Score: 3, Informative

      exactly!!

      my digital rebel I take a "black mask" shot every night I start a sky photographing session. I'm looking at 25-60 second exposures (multiples to get even longer exposures) and when I subtract a black mask from the images I remove most of the unwanted ccd noise. (simple script under linux in C to work with the RAW files.) I can not accomplish the same quality by doing a black mask on Jpegs or in photoshop with the RAW plugin I bought for it.

      The same goes for stacking images to get a better exposure. performing this on the native RAW images produces crisper results.

      --
      Do not look at laser with remaining good eye.
    6. Re:Customer oriented naming by grazzy · · Score: 1

      We'll be sending officers to pick you up, you have been disclosuring american trade secrets and will be held in a cuban base without trial for the next three years.

    7. Re:Customer oriented naming by Anonymous Coward · · Score: 0

      what ccd noise?

      CMOS, chucklehead!

    8. Re:Customer oriented naming by Nexx · · Score: 1
      On a practical level, all you need to do is pull out the ROM with the camera's private key, attach it to a custom circiut-board and query it directly. That's for a well-designed system.

      Then you'd need access to my camera, or one with an identical key (not bloody likely; keyspace is cheap). I'd notice if my camera went missing, won't I?

    9. Re:Customer oriented naming by tod_miller · · Score: 1

      I bet you law enforcement would JUMP at a digital file format where they have an encapsulated proof within an image that the image has not been adultrated

      I pity you, perhaps these pictures of you and soon-to-be-ex-pres bush, playing with a banjo in the nude might accidentally end up signed sying that they haven't been altered.

      Or maybe 'the camera never lies'.

      Heck, as a photographer, I'd like it for protecting my own copyright

      Again - look at PDF, look at the lawsuites, I hope my half hearted 'I hope the worse doesn't happen' doesn't turn out to be true.

      --
      #hostfile 0.0.0.0 primidi.com 0.0.0.0 www.primidi.com 0.0.0.0 radio.weblogs.com
    10. Re:Customer oriented naming by Anonymous Coward · · Score: 0

      cmos noise then funklebrain.

      no imaging sensor has ZERO noise on extreme exposures.

      what he is doing is exactly right. Most astronomical photographers do that exact process.

    11. Re:Customer oriented naming by dave_f1m · · Score: 1

      Available on the Canon 1DS and 20D (optional)

  9. Re:what are the benefits? by upside · · Score: 1

    RTFA - Standard (free specs) raw format means you don't need to convert the stuff you camera puts on the memory card. "Digital Negative" is meant to reflect that it's a raw image straight off the lens - Lossless unlike JPEG

    --
    I'm sorry if I haven't offended anyone
  10. Re:what are the benefits? by polecat_redux · · Score: 2, Insightful

    I suppose the benefit would be that (ideally) when all cameras support the new format, there will no longer be a need to install and use your camera's proprietary software package just to be able to access your images.

  11. JPEG-2000? by warpedrive · · Score: 5, Insightful

    What about using the new version of JPEG, for 'digital negatives'?

    There are no royalties, no licencing, it has 2x to 5x the compression efficiency, and it's inherently multiresolutional. One file, all resolutions, no reprocessing.. It supports hundreds of component layers, data embedding, lossless encoding..

    So.. why would you use some new proprietary Adobe format?

    1. Re:JPEG-2000? by GigsVT · · Score: 5, Interesting

      We don't know that it will be proprietary.

      Adobe has traditionally understood the value of releasing full file specifications under a non-restrictive license, as they have done with PDF and PS.

      They have no motivation to make this standard proprietary, if they did that, digital camera makers wouldn't use it! All signs point to them making this one completely open.

      --
      I've had enough abrasive sigs. Kittens are cute and fuzzy.
    2. Re:JPEG-2000? by The+Old+Me · · Score: 2, Informative

      Also, there is a true-lossless compression option in JPEG2000, which is even more to the point for this story. For background info, old JPEG has a true- lossless option, but it has never been widely implemented-- Getting lossless compression right is one of the various things that JPEG2000 fixes.

    3. Re:JPEG-2000? by n3k5 · · Score: 1
      What about using the new version of JPEG, for 'digital negatives'?
      I also wonder why new cameras don't support JPEG 2000 by now. Maybe it involves too (CPU) expensive processing? But anyway, JPEG 2000 is pretty much as close to a raw format as BMP.
      --
      but what do i know, i'm just a model.
    4. Re:JPEG-2000? by Florian+Weimer · · Score: 3, Informative

      What about using the new version of JPEG, for 'digital negatives'?

      There are no royalties, no licencing, it has 2x to 5x the compression efficiency, and it's inherently multiresolutional.


      Actually, Adobe did a very similar thing: they took the TIF format (the industry standard storing images with lossless compression) and added a few special fields, using the extension mechanism already provided by TIFF. As far a I can see, Adobe doesn't intend to charge royalties for DNG. It looks quite open -- even the DNG guide for manufacturers doesn't mention any licensing requirements.

      (Adobe's DNG web site is already online.)

    5. Re:JPEG-2000? by warpedrive · · Score: 1

      You're right..should have stressed that more..Lossless profile guaranteed support is the point to carry away here.. along with the smaller file... 8)

    6. Re:JPEG-2000? by radish · · Score: 2, Informative

      But BMP is not raw. It may be raw from a display device's point of view but an actual RAW file is just the data as recorded by the CCD. This allows for all sorts of interesting post-processing (like adjusting white balance etc) on the PC which isn't possible after you translate to any bitmapped format (lossy or otherwise).

      --

      ---- Den ene knappen er powerknapp, den andre er Bender voice knapp "Bite My Shiny Metal Ass"

    7. Re:JPEG-2000? by n3k5 · · Score: 1
      But BMP is not raw.
      That was exactly my point. JPEG 2000 isn't any more raw either.
      --
      but what do i know, i'm just a model.
    8. Re:JPEG-2000? by insac · · Score: 3, Informative

      At a first glance of the specs, it seems that Adobe is proposing something more than a "RAW" format.

      They're filling the format with lots of structured metadata that can give you all the information you need (and probably also some you don't need :-) about the photo AND the settings of the camera (which lens you used, which model, and every other setting I don't know anything about).

      You could look at a photo and say "Hey, I like the way the details are emphasized in this photo. Let's see which settings he used".

      Compression: they're proposing a "lossless JPEG" compression. Since they cited the DCT-based compression (for lossy compression), I guess that the "lossless JPEG" will be the "old" one and not the JPEG2000 wavelet based format (probably to avoid heavy modifications to today firmware).

      My opinion is that the main feature of this format is the presence of photo-specific metadata (while JPEG2000 is "general-purpose"), but it probably could have been substituted by a "sub-specification" of the JPEG2000 metadata.

      --
      This message doesn't need a sig
    9. Re:JPEG-2000? by Anonymous Coward · · Score: 0


      They're filling the format with lots of structured metadata that can give you all the information you need (and probably also some you don't need :-) about the photo AND the settings of the camera


      That's what a bloody raw format is, you moron. The CCD data is pretty useless without the accomanying camera settings.


      You could look at a photo and say "Hey, I like the way the details are emphasized in this photo. Let's see which settings he used".


      Clue: EXIF

    10. Re:JPEG-2000? by Naikrovek · · Score: 2, Interesting

      JPEG-2000 probably wasn't even considered because its not just about lossless images. There is a lot of data in a RAW image besides the image itself. The camera settings, the zoom, aperture, simulated film speed, time of day & date, shutter speed, and a lot of other information that isn't really translatable into human-visible imagery. It is the raw sensor data plus all of those things above and more.

      The greatest advantage of photographing in RAW is that you can adjust the white balance long AFTER the image has been taken. My GF (at the time) took photos of an entire party (this was a paid gig) with the incorrect white balance, which would have effectively ruined the entire set if i'd had her shoot in JPEG (or even JPEG-2000), but since she shot in RAW we could easily adjust the white balance after.

      JPEG-2000 simply couldn't work in that scenario.

    11. Re:JPEG-2000? by DAldredge · · Score: 1

      Please start Acrobat Reader and look at all those patents mentioned on the splash screen.

      Nothing can stop adobe from using those patents.

    12. Re:JPEG-2000? by Anonymous Coward · · Score: 0

      Because the whole point is to allow post-processing of the raw sensor data. The bits in a raw file don't actually form an image, you need to know the specifications of the sensor and then you can supply subjective tweaks in order to 'develop' the final image.

      As with a negative, where there is more data than can be expressed in a print, raw sensor data can be processed into more than one 'correct' image.

      If you have ever done any photography, you know that sometimes there is detail in the shadows or hilites of a negative which you have to fiddle with in the darkroom in order to get into your print. With a JPEG or other processed image format, what you see is what you get, but RAW is like having that negative.

    13. Re:JPEG-2000? by SoupIsGoodFood_42 · · Score: 1
      Uh? Because JPEG is for RGB images, and not for lossless RAW dumps straight from the CCD? Do you even have any idea of what you area talking about? I don't remember seeing anything about support for RAW formats for digital cameras in JPEG-2000.

      Sure, maybe you could embed a RAW, but the point here is to develop a standard for the actual RAW data, not a wrapper-file which will not solve the current problems.

    14. Re:JPEG-2000? by crawling_chaos · · Score: 2, Informative
      Except this:
      Patent Clarification Notice: Reading and Writing PDF Files Adobe has a number of patents covering technology that is disclosed in the Portable Document Format (PDF) Specification, version 1.3 and later, as documented in PDF Reference and associated Technical Notes (the "Specification". Adobe desires to promote the use of PDF for information interchange among diverse products and applications.

      Accordingly, the following patents are licensed on a royalty-free, non-exclusive basis for the term of each patent and for the sole purpose of developing software that produces, consumes, and interprets PDF files that are compliant with the Specification:

      U.S. Patent Numbers:

      5,634,064
      5,737,599
      5,781,785
      5,819,301
      6,028,583
      6,289,364
      6,421,460

      In addition, the following patent is licensed on a royalty-free, non-exclusive basis for its term and for the sole purpose of developing software that produces PDF files that are compliant with the Specification (specifically excluding, however, software that consumes and/or interprets PDF files):

      U.S. Patent Numbers:

      5,860,074

      Unisys never did the same with their submarine patent. They simply said nothing and then enforced it. Adobe has already precluded themselves from that.

      --
      You can only drink 30 or 40 glasses of beer a day, no matter how rich you are.
      -- Colonel Adolphus Busch
    15. Re:JPEG-2000? by daviddennis · · Score: 1

      Except that if they did, they'd lose their good guy image and the Slashdot story would get 10,000 responses.

      I think you understate the protections built in to the capitalist system that make the use of patents in that way most unwise. If PDF was patented, it wouldn't become a standard. They need it more to be a standard, so they can sell their tools, than they need the possible royalties from a patent.

      D

    16. Re:JPEG-2000? by Anonymous Coward · · Score: 0

      Because JPEG is for RGB images, and not for lossless RAW dumps straight from the CCD?

      There is nothing about JPEG2000 that precludes any of that.

      I don't remember seeing anything about support for RAW formats for digital cameras in JPEG-2000.

      I don't remember seeing anything about support for raw formats for digital cameras in TIFF, but there you are.

      I think JPEG2000 was probably not used because it's more complex, and in some cases you have to worry about patents. This seems to be based on TIFF, which most cameras already use for their raws.

    17. Re:JPEG-2000? by tyrione · · Score: 2, Interesting
      Clarification:

      PDF 1.5 is Adobe's current standard and soon followed by PDF 1.6.

      Mac OS X utilizes PDF 1.4 and soon PDF 1.5. Adobe licenses prior versions of PDF to be royalty free which only makes sense--give them a taste to what PDF does and encourage them to purchase the latest version to leverage all that PDF can do.

      We had a huge pain in the rear issue with Adobe at NeXT and then Apple dealing with Display Postscript--even though we co-developed the standard and actually perfected it. After months of futile negotiations the DPS model for then Rhapsody, now OS X was switched to a modified PDF- Display PDF with custom additions for OS X only.

      Adobe is not in the business of free software. They leverage it, yes, but they are a consulting firm.

    18. Re:JPEG-2000? by PureCreditor · · Score: 1

      The whole point of RAW is lossless. If we apply lossy JPEG compression of 2x to 5x, then it already defeats the major advantage of RAW files. Why not based the digital negatives on lossless compression such as PNG ?

    19. Re:JPEG-2000? by Anonymous Coward · · Score: 0

      PDF? Name ONE PDF file reader OR writer not from Adobe.

    20. Re:JPEG-2000? by k98sven · · Score: 1

      PDF? Name ONE PDF file reader OR writer not from Adobe.

      Reader? Xpdf
      Writer? Ghostscript utilities, Gnome-print, and about a bazillion other programs. I've written several myself.

    21. Re:JPEG-2000? by Qwertie · · Score: 1

      Do you know how a CCD works? How about a CMOS? I suppose JPEG-2000 might be able to store raw data (e.g. for a RGGB mosiac, as a four channel image) but a new standard for all the necessary metadata would be required. Also, besides being more complex, I understand that the compression algorithm in JPEG-2000 (based on wavelets) requires a lot more processing power than JPEG. IIRC, even the lossless mode uses wavelets, so that rules it out for most cameras.

    22. Re:JPEG-2000? by /^Neil/ · · Score: 0

      I see lots of myths posted here. Both Jpeg2000 and RAW support EXIF metadata. Not all implimentions do though. Paint Shop Pro screwed Jpeg 2000 up for example which they call .jp2. Jpeg2000 and RAW serve two different purposes. RAW allows you to adjust the temperature of the image without image loss at a later date etc. With Jpeg or Tiff format you have to set it in the camera. Jpeg 2000 offers both lossy and losseless options. Canon RAW is currently the most popular RAW format so I'm guessing if Adobe can't convince Canon they will lose this battle. If they can get the camera manufactures on board they will win.

  12. I like my photo formats RAW by BitWarrior · · Score: 2, Interesting

    RAW is the way to go for professional photo stuff. From my Nikon D70 I can get RAW format pics which contain lots of extra info about the camera settings and ALL the digital data from the camera, not just what the JPG compressor decided I should have. This is critical for later processing of the photos. Without this extra data, lots of detail in the shadows and highlight regions will likely be lost. I for one want to choose what data to keep and what to throw away, I don't want a compression algorithm making that decision. But, here's the catch... 98% of the people won't give a rat's ass about this. This kind of format is for professional photographers or serious enthusiasts. So for most people, it means nothing, but for me it may be another great format to use since I already use all the Adobe products.

    1. Re:I like my photo formats RAW by JBradley · · Score: 1

      While raw formats certainly allow for a great deal of flexibility during the post-process stage, I think Ken Rockwell (http://www.kenrockwell.com/tech/raw.htm) has a point when he says to just shoot JPG and get it right the first time. I have thought about shooting in RAW before but have never had the time or energy to deal with it. Do whatever works for you I guess.

    2. Re:I like my photo formats RAW by Keeper · · Score: 2, Insightful

      Unfortunately, "get it right the first time" isn't possible because you don't have a laptop sitting next to you to examine the image in every fine detail.

      The biggest advantage digital cameras give you over film is the flexability to NOT get it right the first time. Aside from the power to take a large number of shots to experiment with ideas you wouldn't otherwise give the time of day, it also allows you to fix things you didn't notice when you did take the image. If you just want to shoot once and hope it turns out the way you imagined, don't bother getting a dslr.

      A lot can be done to process an image after capturing it, and the extra few bits of information make a huge difference in the final quality of the image. Add into the equation a sharper image and better color (jpgs seem to 'compress' the red channel more than others...). Not to mention the advantage it gives you if you decide to work in a colorspace other than sRGB (ie: more accurate color when transforming to the printer's colorspace).

    3. Re:I like my photo formats RAW by Anonymous Coward · · Score: 0

      Canons' CRW lets gives you +- 2 stops to play with.

      Use JPEGs and you are stuck with what you took.

      How the hell do a I know if a image that looks "good" on an 1.5 inch screen in bright sunlight will look good later on. Looking at the histogram on the camera only says so much.

  13. Hopefully... by erwin · · Score: 5, Insightful

    this makes dealing with RAW files less of PITA. However, has anyone other that Adobe been involved in the spec's creation, or is this just another case of the brilliant minds a [insert company/organization name] coming up with the "ultimate" solution to their corner of the world's problems, without really considering the broader context.

    I await more information and a working open-source library...wake me when it's ready.

    1. Re:Hopefully... by Binary+Boy · · Score: 4, Insightful

      Many well known photographers, manufacturers, and developers were consulted. However, in a case like this, in the end it takes someone like Adobe taking the bull by the horns - the proliferation of RAW formats was not (and is not) going to be solved by slow-moving standards bodies - this will take a market force demanding adoption by the many stakeholders, who have not even shown interest in the problems let alone investing in a solution.

      Preservation of digital photography in RAW formats is an ugly challenge and kudos to Adobe for taking the lead in a very serious issue. This is not a marketing ploy - in fact, if you understand the effort you'll see it's a very open attempt, and in some ways will be subsidized by Adobe - for instance, their DNG Converter will continue to provide the capability to convert any RAW format they support into DNG, leaving other DNG developers to focus on the act of processing DNG images and not on reverse engineering every new model camera's RAW format.

  14. Re:I fail to see... by ClippyHater · · Score: 3, Insightful

    Here's another article.

    Yet it will be up to camera makers to support the specification, which Adobe is making available for free.

    So it looks like they aren't charging for it. And if everyone can standardize on a single format, that'd make EVERYONE'S life a lot easier.

  15. Re:Newsflash by JessLeah · · Score: 3, Funny

    A few remain behind and write about why they don't use the new "standard". They get branded "communists". Historical revisionism takes over, and the creators of the useless file format standard get lauded as "innovators". Anyone who complains is tagged as "just jealous".

  16. Full press release link from DPReview by buro9 · · Score: 5, Informative
    http://www.dpreview.com/news/0409/04092711adobe_dn g.asp

    Adobe Systems has today announced a new unified public format for raw digital camera files and a free software tool, Adobe DNG Converter, for translating raw photo formats into the new .DNG format, which is compliant with the Digital Negative Specification. There is no standard format for raw files, which vary between manufacturers and cameras. Digital Negative Specification will introduce a single format that can store information from a diverse range of cameras. An updated Adobe RAW File Converter adds support for DNG as well as several other cameras.

    Click here for more information on Adobe DNG

    Press Release:

    Adobe Unifies Raw Photo Formats with Introduction of Digital Negative Specification Free Converter Tool Kick Starts New Digital Negative File Format by Translating Raw Formats into Easy-to-Use, Archive-Ready Files

    SAN JOSE, Calif. -- Sept. 27, 2004 -- Adobe Systems Incorporated (Nasdaq:ADBE) today introduced the Digital Negative Specification, a new unified public format for raw digital camera files. The company also launched a free software tool, Adobe DNG Converter, which translates many of today's popular raw photo formats into the new .DNG file format, compliant with the Digital Negative Specification.

    Raw files, which contain the original information captured by a camera sensor prior to any in-camera processing, have become popular due to their promise of greater flexibility and image quality. Until today there has been no standard format for these files, which vary between manufacturers and individual cameras. The Digital Negative Specification solves this problem by introducing a single format that can store information from a diverse range of cameras. Technology leaders, major customers, and professional photographers today also endorsed the new specification (see separate quote sheet).

    "Professional photographers and other creative professionals are moving to raw camera workflows because of the outstanding creative control they get over digital images," said Bryan Lamkin, senior vice president of Digital Imaging and Digital Video products at Adobe. "However, clients and publishers have difficulty working with disparate raw file formats and nobody can be sure that today's raw formats will be supported ten years from now. Adobe customers asked us to work on a unified, public format for raw files and that's what we've delivered with the new Digital Negative Specification."

    Serious photographers want to store raw files in long-term image archives, because -- unlike standard JPEG's and TIFF's -- these files represent the pure, unaltered capture. Current raw formats are unsuitable for archiving because they are generally undocumented and tied to specific camera models, introducing the risk that the format will not be supported over time. The unified and publicly documented Digital Negative Specification ensures that digital photographs can be preserved in original form for future generations. The new .DNG file format also simplifies digital imaging workflows for creative professionals who today have to juggle multiple file formats as they bring raw images, from different cameras, into print and cross-media publishing projects.

    New Specification Built on Existing Standards

    The Digital Negative Specification is based on the TIFF EP format, an accepted standard, and already the basis of many proprietary raw formats. The power of .DNG format lies in a set of metadata that must be included in the file to describe key details about the camera and settings. .DNG-compliant software and hardware can adapt on the fly to handle new cameras as they are in

  17. Can PNG support 24 bits per pixel? by Anonymous Coward · · Score: 0

    I think the main reason for a good raw format is to record the output of a digital camera's sensor, which is usually 48bpp (not counting an alpha channel). Can PNG support this, along with standardized meta-information (shutter speed, aprature, ISO, camera/sensor type, etc.)?

  18. Re:Yep. by Oddly_Drac · · Score: 1

    "Like a standard lossy format with support for alpha?"

    Because it's nigh on impossible to do? Lossy formats call for some compromise on quality, and alpha gradients wouldn't be that easy to translate.

    --
    Oddly Draconis
    Too cynical to live, too stubborn to die.
  19. Read: Greater than 24 bpp by Anonymous Coward · · Score: 0

    I guess the "greater than" symbol doesn't show up because it might be html.

  20. Re:Newsflash by Albanach · · Score: 5, Informative
    Corporation creates useless file format standard. Everyone grumbles, but switches over.

    Actually no it's not useless, this would be very useful, especially if the format is open. Remember Adobe also cerated PDF - they know about making money from open standards.

    You see proper digital cameras - especially the ones that cost $10,000 and are used by photojournalists and the like all let you save the image in raw format - that's a copy of the actual data that was captured before any processing. By doing so, you can take the image home and adjust it - white balance, satuaration and everything else - with photoshop et al. Rather than letting the camera make the adjustment and possibly messing things up, you know you still have the raw data so you can undo your changes. Trouble is, all the camera manufacturers ahev their own standard for raw data, so to get it into photoshop, the gimp or whatever you want to use, you must first run the raw image through software provided by your camera manufacturer - and you can bet that software won't run on Linux.

    So this is good, 1 because it encourages interoperability and 2 because it further opens up proper image processing to Linux users.

  21. Re:Yep. by DoubleEdd · · Score: 2, Informative

    Postscript is probably subject to more controls than PDF. Take the use of Display PDF rather than Display Postscript in OSX for example - Ars Technica mentions the licensing fees that Apple would have had to pay. Surely we're better off with pdf than gzipped ps?

  22. Napoleon Dynamite... by Anonymous Coward · · Score: 0, Funny

    The new format will be pronounced "Dang!"

    1. Re:Napoleon Dynamite... by Gax · · Score: 0

      I haven't noticed any pronounciation guide, but I immediately pronounced it 'dingy' (i.e. Shabby, drab, or squalid.). There are already thousands of people who have trouble with SCSI (scuzzy), GIF (JIF), PNG (ping) and MNG (ming). One more unpronounceable acronym won't make a difference.

  23. Supplied software by Anonymous Coward · · Score: 2, Interesting

    Adobe supplies castrated versions of photoshop which get shipped with some digital camera's. They are in a very good position to pull this off.

    1. Re:Supplied software by blaine · · Score: 1

      eh. I wouldn't call it 'castrated'. Photoshop Elements does everything most non-pro photographers need. If you need more, you're probably getting paid for what you're doing, and can afford Photoshop.

      Are there some features in the full version of PS that PSE is missing? Yes. Are most tutorials written assuming you've got the full version of PS, since obviously all home users have legal licenses for an $800 software package (/sarcasm)? Yes. But Elements is hardly 'castrated'.

      --

      -[Blaine]- "'Oh dear,' says God, 'I hadn't thought of that,' and promptly vanishes in a puff of logic."
    2. Re:Supplied software by DNS-and-BIND · · Score: 1

      No, all home users have the version of Photoshop that they downloaded :-D

      --
      Shutting down free speech with violence isn't fighting fascism. It IS fascism!
  24. What a stupid name by JustNiz · · Score: 4, Insightful

    The connotations of 'Negative' are purely historical and bear no relevance to modern (i.e. digital ) photography.

    The images stored in ths format will not be negatives (i.e. inverted) anyway, contrary to what the name means and suggests.

    1. Re:What a stupid name by lachlan76 · · Score: 4, Insightful

      The idea is to make it easy for the general public to understand what the format is for - transferring the original image out of the camera.

      In this sense, negative is the ideal name.

    2. Re:What a stupid name by wcbarksdale · · Score: 1

      So what do people like you call a cable modem?

    3. Re:What a stupid name by miltimj · · Score: 1

      Except that the type of consumer that will buy the cameras with this format won't be as dumb as "the general public".

      This format is geared toward professional photographers (as has been pointed out already).

      --
      "Truth is not decided by majority vote" consensus gentium -- Norman Geisler
    4. Re:What a stupid name by TeknoHog · · Score: 1
      The idea is to make it easy for the general public to understand what the format is for - transferring the original image out of the camera.

      In this sense, negative is the ideal name.

      It's ideal until someone uses the 'negative' effect in a photo manipulation program.

      --
      Escher was the first MC and Giger invented the HR department.
    5. Re:What a stupid name by Detritus · · Score: 1

      A cable modem is a modem. Modems are not limited to operating on voice-grade telephone lines.

      --
      Mea navis aericumbens anguillis abundat
    6. Re:What a stupid name by dabraun · · Score: 1

      A cable modem does in fact modulate and demodulate a digital steam of bits into / out of a frequency space on a (cable) wire. There is really nothing wrong with the name.

    7. Re:What a stupid name by Anonymous Coward · · Score: 0

      Just like the ideal name for a computer is a typewriter.

    8. Re:What a stupid name by ceoyoyo · · Score: 2, Interesting

      Actually, most professionals and advanced amateurs who tend to shoot in RAW call the RAW files "negatives" and refer to processing them as "developing."

    9. Re:What a stupid name by mattkime · · Score: 1

      Actually, the RAW file bears a fairly close resemblance to the negative in a digital workflow.

      No, the RAW file is not inverted, but it does contain more visual information (dynamic range) than will be put into a jpeg or a print. If you allow the camera to make this conversion for you, occasionally it will do a poor job. Many people prefer not to worry about this which is why most cameras default to storing JPEGs. Which is the same as people getting prints made at Walmart.

      --
      Know what I like about atheists? I've yet to meet one that believes God is on their side.
    10. Re:What a stupid name by Anonymous Coward · · Score: 0

      Yes, it does.
      It means the first, unique, unmodified version of a shot, as it is (regardless of where is it created, on glass, on film or on a CCD or other device).
      The name makes perfect sense.

    11. Re:What a stupid name by Paradise+Pete · · Score: 1
      The connotations of 'Negative' are purely historical and bear no relevance to modern (i.e. digital ) photography.

      Maybe you should dial their phone number and explain it to them.

    12. Re:What a stupid name by Anonymous Coward · · Score: 0

      let me bookmark this on my desktop so I can mail it later (unless I throw it in the trash first)...

    13. Re:What a stupid name by jinushaun · · Score: 1

      I wish I had mod points, because I'd mod the parent down for such an idiotic petty nit-picking statement.

    14. Re:What a stupid name by Archimonde · · Score: 1

      Well, you are familiar with some older photographers who call RAW files negatives simply because of mental inertia. What happens when they die out and are replaced by photographers who never held a true negative in their hands? If you see my point, it would be awkward for younger photographers to call RAWs by the name of negatives. It would also be funny if we would call "a gun" by the name of, say "flaming crossbow".

      --
      Trolls are like broken clocks. They show the truth two times a day. The rest of the day they talk nonsense.
    15. Re:What a stupid name by ceoyoyo · · Score: 1

      Wouldn't want that. We should stick to sensible names like automobile, firearm and notebook (computer). Actually, the word "gun" referred to a mechanical siege weapon (and in a general sense anything that cast a projectile) long before gunpowder was used in Europe.

      We have always used familiar words to refer to new technology. Then people forget how the word originated and entertain themselves looking up its history.

      Adobe knows very well that "negative" is the word that the photo professionals and enthusiasts they're marketing this towards use. The younger generation will imitate their mentors. Even now, how many people with their disposable film cameras really know that a negative ACTUALLY holds the negative image and that slide film uses a positive image?

  25. Hmmm by Apreche · · Score: 0

    so they made a new lossless image format. Don't we already have lossless image formats like tiff? What makes this one better than the others? Does it have some sort of lossless compression that is currently beyond compare? Will it mean that a digital camera can store more pictures in its storage space without losing picture quality?

    It seems to me that this is just adobe re-inventing the wheel into a new proprietary wheel. If it doesn't provide any sort of technological improvement I don't see how it is going to do anything for them...

    --
    The GeekNights podcast is going strong. Listen!
    1. Re:Hmmm by RupW · · Score: 1

      so they made a new lossless image format. Don't we already have lossless image formats like tiff?

      No, they made a set of TIFF extensions that are designed to store the raw CCD data produced by the camera. Read Adobe's DNG primer: in essence, camera CCDs are *not* full colour, but have a mix of pixels filtered for R, G and B and the camera processes these scattered R, G and B values into a colour image. DNG stores the raw CCD data before the colours are combined.

      It seems to me that this is just adobe re-inventing the wheel into a new proprietary wheel.

      The spec (also on Adobe's DNG site anounces itself as "non-proprietary". The improvement is providing a common format for camera manufacturers to use.

    2. Re:Hmmm by Anonymous Coward · · Score: 0

      Hmmmm.... here's an idea.

      How about RTFA and figuring out from there that it's a way to standardize raw formats from various cameras?

    3. Re:Hmmm by Anonymous Coward · · Score: 0

      camera CCDs are *not* full colour, but have a mix of pixels filtered for R, G and B and the

      Not quite. Camera CCDs have pixels filtered for a small number of colours. RGB is most common, but other schemes exist (GMYG, RGBE, ...), and then there's Foveon, where you get RGB information from one pixel.

      Oh, and everybody's R, G and B is a bit different, and they mostly don't correspond exactly to what your monitor calls "R", "G" and "B". Not before some colourspace correction, anyway...

    4. Re:Hmmm by DaFrogBoy · · Score: 1

      That is like saying that XML should never have been invented. XML (performance-wise) is not as an efficient of a storing method as many other file formats. However, everyone can read it and iterpret it. The key feature it it's broad usability. In a similar fashion, the DNG file could be larger and possibly not as effiient, but the KEY FEATURE would be that it is standard. Any application would know the settings and extra information about a picture taken from a digital camera, regardless of the brand or type of camer known.

  26. If I see one more "what's wrong with PNG" post... by MustardMan · · Score: 5, Insightful

    I'm going to vomit. That's liks asking "what's wrong with the mini cooper" in an aritcle about jumbo jets. PNG is not what this format is designed to work with, RAW data from the camera is. RTFA before jumping on the open source bandwagon and screaming that everything should be PNG because you saw a blurb about it on ESR's website. Fuck, I like open source and masturbate every time I see a linux login prompt, and you zealots are starting to piss me off.

  27. Pronounciation? by NegativeFX · · Score: 2, Funny

    Dong?

    1. Re:Pronounciation? by Anonymous Coward · · Score: 0

      Dang, you got it wrong. It's Ding!

    2. Re:Pronounciation? by Ligur · · Score: 0

      No, "Dung".

      --
      Smoke me a kipper, I'll be back for breakfast.
    3. Re:Pronounciation? by jettoblack · · Score: 1

      DaNG, DeNG, DiNG, DoNG, DuNG.

      Well, at least, one of the five is a non-dirty word. ;-)

    4. Re:Pronounciation? by socsuj · · Score: 1

      Since it's supposed to be a RAW format can we call it "Raw Dung"?

  28. This corresponds to another format release... by JRootabega · · Score: 2, Funny

    The Picture Outline Object format, or .POO

  29. What does the "G" stand for? by b1t+r0t · · Score: 0, Redundant
    Okay, so the D and N stand for "Digital Negative". What does the G stand for?

    In JPEG and MPEG, the EG means "Experts Group", though the E is usually dropped because of Microsoft's 8.3 legacy of CP/M file names.

    --

    --
    "Open source is good." - Steve Jobs
    "Open source is evil." - Microsoft
    1. Re:What does the "G" stand for? by ari_j · · Score: 4, Funny

      And, in PNG, the G stands for Graphics; Portable Network Graphics. I know it's a stretch, but possibly Adobe meant the G in DNG to also stand for Graphics. I know it seems to have nothing to do with the file format at hand, but it's possible. I mean, they made PDF, which has nothing to do with Firearms even though the ATF's F stands for that. It's just an Adobe thing, I guess.

    2. Re:What does the "G" stand for? by Sophrosyne · · Score: 1

      My Guess is Graphic ala PNG

    3. Re:What does the "G" stand for? by fgb · · Score: 1

      It says: Digital Negative Specification, or DNG...

      The "G" stands for "Specification". [;-)]

    4. Re:What does the "G" stand for? by Anonymous Coward · · Score: 0

      They just didn't want to call the "Digital Negative Standard" DNS.

    5. Re:What does the "G" stand for? by iBran · · Score: 1

      Digital NeGative

    6. Re:What does the "G" stand for? by Anonymous Coward · · Score: 0

      hrm, I wonder when they will release the FGMP format.

  30. Adobe's take on the issue by sammy+baby · · Score: 5, Informative

    Adobe has put up a page regarding the new format on their site. But for those who couldn't be bothered to read the original article and are posting questions like, "Why bother..."

    There are currently two image formats in wide use for high-end cameras. RAW is the format of choice for people who demand high-quality shots with no compression artifacts. Unfortunately, different camera manufacturers have implemented their RAW encoding differently, which means that two cameras that can save to RAW don't necessarily use the same format. As a result, professionals often have to convert between their vendor's RAW format, and that used by their software.

    The other format is good old JPEG, but as you probably know, JPEG is a lossy compression algorithim, making it unsuitable for those who demand a certain level of quality in the shots as captured.

    The new format is designed to provide the same advantages of RAW, without the cross-vendor incompatibilities. Adobe is calling it "a publicly documented and readily available specification," although I didn't see any kind of license data around the download of the spec (which is on the Adobe page listed above).

    1. Re:Adobe's take on the issue by Tchaik · · Score: 1

      License is "use it freely". Wide adoption of this standard would benefit Adobe; right now they have to issue new Camera Raw plugins every so often and reconfigure it for all the new cameras and format that come out. My new 20D is not yet supported by today's new version of camera raw for instance...

    2. Re:Adobe's take on the issue by jfengel · · Score: 1

      How big a pain in the ass is RAW conversions? Since it's lossless you don't have to worry about conversion artifacts, and it shouldn't take very long. Reading between the lines of the Adobe press release its sounds like most RAW files are based on TIFF. It sounds like writing conversion filters would be easy, and therefore every editor would have one for every major RAW format.

      So clearly I'm missing something; can you fill me in? Perhaps "not very long" times a thousand pictures on the camera becomes a real pain?

      (I don't even own a digital camera; I'm just a curious programmer.)

    3. Re:Adobe's take on the issue by sammy+baby · · Score: 1

      TIFF images require the camera to translate the raw sensor data into a new image format: RAW and DNG actually record the raw sensor data.

      Large RAW images are pretty big. I don't actually work with them (I'm a rank amateur, and you should take anything I say with a grain or five of salt), but you can count on a RAW file being at least as twice as big as a high-quality JPEG, probably more like three times.

      Any pro photographers here who can share their opinion on this?

    4. Re:Adobe's take on the issue by rgmoore · · Score: 1
      How big a pain in the ass is RAW conversions?

      It depends. A key thing to remember is that most cameras have quite limited processing power, so they can't use the most sophisticated raw conversion algorithms. That's not much of an issue when processing at home, but even on a quite fast computer the better algorithms take a few seconds per picture. A bigger issue is that raw conversion requires you to stop and think about things like white balance, contrast vs. dynamic range, color saturation, etc. Frequently you'll want to try tweaking some or all of those, which can add quite a bit of time to photo processing, and then the picture will need some additional tweaking, like sharpening. Of course many photographers would be doing quite a bit of tweaking of their photographs anyway, so much of that effort isn't unique to the raw files.

      My personal feeling (and one that I know that many others agree with) is that most pictures aren't worth it. I know when I start taking pictures that only a small fraction are going to be good enough to make my personal portfolio. The ones that don't make it usually suffer from things like camera shake, subject motion, poor light quality, bad framing, or (most frequently) poor choice of subject, which can't be fixed using raw processing. That's why many cameras now have a "RAW+JPEG" mode. There's a JPEG that lets you examine the pictures without having to expend time and energy converting the raw files for the majority of pictures that don't deserve the effort, and a raw file for the few that do.

      --

      There's no point in questioning authority if you aren't going to listen to the answers.

    5. Re:Adobe's take on the issue by Keeper · · Score: 1

      Raw images from the Nikon D70 hover around 2-6mb. As the images are compressed (pseudo losslessly; Nikon compresses the highlight information to 10bits), the size varies.

      If you do any post processing, raw + 16bpc imaging tools are the way to go.

  31. Re:What's wrong with PNG? by MustardMan · · Score: 0

    Actually, if you read the other comments here, one karma whore includes the text of the press release, and it states that this format is in fact built upon tiff.

  32. Obligatory Simpsons Ref... by Aceto3for5 · · Score: 0

    I, for one, welcome our new gigabyte-sized image format.

    1. Re:Obligatory Simpsons Ref... by Aceto3for5 · · Score: 3, Funny

      All your JPEGS are belong to Adobe?

      Something about Soviet Russia, im not sure how it goes, but your mother was a whore.

  33. Re:Yep. by polecat_redux · · Score: 1

    Lossy formats call for some compromise on quality, and alpha gradients wouldn't be that easy to translate.

    Good point. However, there is no reason it should be impossible to compress the alpha channel lossless and apply lossy compression to the rest of the image.

  34. Re:What's wrong with PNG? by denis-The-menace · · Score: 1

    Because the TIFF patent is probably about to run out!

    --
    Obama's legacy: (N)othing (S)ecure (A)nywhere and (T)error (S)imulation (A)dministration
  35. Re:Why the need to diss Adobe? by theskeptic · · Score: 5, Informative

    Did you even RTFA? Oh, I forgot.. this is slashdot.

    For more details about this announcement, go to dpreview.com

    Adobe announces new format for raw files

    The Digital Negative Specification is being posted to the Adobe Web site free of any legal restrictions or royalties, enabling integration of the .DNG file format into digital cameras, printers, and software products.

  36. This actually does make sense, odd as it sounds. by foxtrot · · Score: 5, Insightful

    The idea for this spec is not to replace JPEG or PNG. Higher-end digital cameras have a mechanism by which to save images in a lossless format. It used to be this was generally TIFF, but when you're looking at six megapixel images, TIFF nets you pretty monstrous file sizes.

    Most digital camera manufacturers came up with their own lossless compression. And, of course, they're all incompatible.

    Now, why Adobe? If you're shooting high-end digital photography where you care about it being lossless, and you're doing post-production on your images, what are you using? Adobe Photoshop. So instead of having to have input routines for Photoshop for seventeen different specs, Adobe would much rather the manufacturers have one standard-- can't say as I blame them. Standards are good.

    Now, most of us will still keep our cameras set to shoot JPEG, but the folks who do this stuff for a living, this will benefit them. This isn't a case of trying to create a new standard to replace one that already exists to try to get market dominance, a-la Microsoft (or, heck, Acrobat/pdf for the most part...), this is a new standard to make up for the fact that there simply isn't one in this segment and there desperately needs to be.

    Now, this doesn't mean Adobe won't leverage the spec and make piles of cash off of it, but at least in this case they're actually inventing something that people need instead of trying to push something on them that they don't.

  37. Why not lossless JPEG/JPEG2000 then? by Guspaz · · Score: 1

    There is a lossless version of JPEG, nobody seems to consider it an option.

    In fact, while on that tangent, what about lossless JPEG2000? I would imagine that a lossless wavelet-based codec would be the most efficient (best compression) lossless codec you could get.

    1. Re:Why not lossless JPEG/JPEG2000 then? by fyonn · · Score: 2, Informative

      well, jpeg is a processed image, what this format is designed to address is unifying every manufacturers raw image dumps. most medium to high end camera's offer a raw modew which gives you the data directly off the CCD or cmos sensor without any processing applied. this means that you can apply and vary things like white balance settings after the fact rather than getting it right when you take the shot.

      the RAW images basically give you direct data off the sensor and all the data about the cameras current settings, ie shutter speed, apeture, meter settings, focus settings etcetc.

      having a single format would allow all the image processing apps to only have to load up the DNG file, rather thn having plugin's for nikon's raw file, sony's raw file, canon's raw file etc. right now if you don't have a plugin then you have to process the image through the manufacturers image application which can be a pain and seems unnecessary. also what if you have another platform, are all the raw input filters available for a mac for example? for linux? with a standardised free format then all the apps will have access and no companies will have to pay licence fees to load in the data (which soemthing like the gimp isn't going to do).

      dave

  38. Re:I fail to see... by grasshoppa · · Score: 1

    Let me put it another way:

    How is adobe providing this? Sure, it's for free, but what exactly does that mean? Of all groups of people, the slashdot crowd should know better than to get taken in by the whole free thing.

    Example: You need a file format. I have one, that I own patents on. I say you can use it for free, you agree. Then, later, I decide I want to start charging for it. As we did not have a previous agreement that includes this circumstance, you are up shit creek.

    So no, I do not trust this, especially from adobe, until I see the fine print.

    --
    Mod me down with all of your hatred and your journey towards the dark side will be complete!
  39. More info available ... specs too by Midnight+Thunder · · Score: 5, Informative
    DP Review has the press release, which includes the following description:

    The Digital Negative Specification is based on the TIFF EP format, an accepted standard, and already the basis of many proprietary raw formats. The power of .DNG format lies in a set of metadata that must be included in the file to describe key details about the camera and settings. .DNG-compliant software and hardware can adapt on the fly to handle new cameras as they are introduced. The new file format unifies conflicting raw formats, enabling the preservation of a pristine version of the original raw image and the metadata associated with it. .DNG is also flexible enough to allow camera manufacturers to continue to add their own "private" metadata fields.

    Adobe already has a page on DNG. Its is a free format and the specs are right there on the page, so GIMP won't lose out.

    I believe the format is a) to save Adobe money long term (they don't have to support yet another specific sensor) and b) reduce headaches and complaints from the user. We'll just see how the camera companies and digital photography professionals react.
    --
    Jumpstart the tartan drive.
    1. Re:More info available ... specs too by Binary+Boy · · Score: 4, Interesting

      Adobe can save money with the adoption of DNG - but more money will be saved by smaller developers who cannot do the ongoing reverse engineering that Adobe does to support new RAW formats.

      Adobe is leveraging their reverse engineering work in providing the free DNG Converter - this will actually benefit smaller developers more than Adobe, as they will only have to tell their users to download DNG Converter to move their RAW into DNG - the third-parties can focus on supporting DNG and providing excellent processing tools, while Adobe will continue to do the hard work of camera support (until the cameras produce DNG directly - which is of course the long-term goal).

    2. Re:More info available ... specs too by rgmoore · · Score: 1
      Adobe can save money with the adoption of DNG - but more money will be saved by smaller developers who cannot do the ongoing reverse engineering that Adobe does to support new RAW formats.

      It's unclear to me how much effort Adobe is actually spending on the problem. My understanding is that just about everyone uses Dave Coffin's dcraw program to one extent or another. (Mr. Coffin reports Adobe as a company that uses at least part of his program. I don't know if they use his interpolation, but I'd guess that they use his decoding work.) Of course that program is available under a very liberal license, so all the little guys can make use of it, too. A bigger issue, IMO, is that if a camera uses DNG then it will be supported as soon as it's released, rather than requiring a software update before people can read its raw files.

      --

      There's no point in questioning authority if you aren't going to listen to the answers.

    3. Re:More info available ... specs too by Binary+Boy · · Score: 1

      Adobe does an enormous amount of work on Camera RAW, far beyond dcraw - if this wasn't the case then dcraw would be as powerful (at least in terms of development) as Camera RAW - it's not even close.

      dcraw has provided some code I imagine for deconstructing the file formats - not for creating the "camera profiles" needed to develop linear image data into beautiful non-linear color images that meet users expectations. The output of dcraw has to be manipulated with additional transformations to come close - this is the bulk of the work Adobe has to do and requires more than just a few sample files to decode the file format. Ask Thomas Knoll - this seems to be what he does with much of his time.

    4. Re:More info available ... specs too by tonywong · · Score: 1

      Upon reading this, some questions would spring to mind when considering the smaller developer. I'll just use Fuji as an example, since I was just looking at their camera.

      Standards are not necessarily better for the small guy. Nikon and Canon have rectangular sensor arrangements, while Fuji's is diagonal. Does this new standard allow for diagonally arranged pixels? If the camera/software must interpolate the pixels (superimpose) onto a 'square' grid, which destroys the point of RAW mode on the Fuji.

      Does the .DNG format allow for dual sensor arrangements? Fuji has a dual sensor arrangement that captures extended range information on a smaller photosite.

      Now I'm a Canon guy, so .DNG would be OK for me, but I see this standard as potentially limiting innovation for other players, especially the smaller developer who has a unique offering.

      Let's say a smaller developer who has an ER camera that captures into IR or UV and require 24-bit or 36-bit RAWs, are they supported?

      If .DNG cannot support 'odd' and innovative raw sensor data (ie. cannot be extended as a spec), then .DNG will harm small developers because .DNG will limit innovation and force everyone to move upon price alone since they are all developing to a single 'spec'.

    5. Re:More info available ... specs too by rgmoore · · Score: 1
      dcraw has provided some code I imagine for deconstructing the file formats - not for creating the "camera profiles" needed to develop linear image data into beautiful non-linear color images that meet users expectations.

      Sure, but what does that have to do with DNG? I haven't seen any indication that DNG is going to add camera profile information into the raw data format. It's just going to replace the existing multitude of raw formats with a single unified format. I certainly doubt that Adobe's raw to DNG converter is going to include their carefully created camera profiles; that would be giving away the store. Lack of those profiles may mean that conversions for new models won't be quite as impressive as for ones that Adobe has been able to profile, but it will still be a big improvement over not being able to convert them at all.

      --

      There's no point in questioning authority if you aren't going to listen to the answers.

    6. Re:More info available ... specs too by JBradley · · Score: 1

      While I don't think your evaluation of the effects of the standard is necessarily wrong, I do think your estimate of the amount of "reverse-engineering" Adobe needed to do to support different raw formats may be off. That's because, as far as I know, much of the support for these formats is actually handled by software that Adobe didn't even write. Instead, it was written by Dave Coffin (http://www.cybercom.net/~dcoffin/dcraw/index_en.h tml) so he could edit the images from his Canon digital camera in Linux.

    7. Re:More info available ... specs too by Binary+Boy · · Score: 1

      DNG allows for all current and conceivable mosaic patterns - everything supported in Photoshop CS Camera RAW is easily supported in DNG, and much more.

      If a particular camera maker somehow designs a camera that exceeds the DNG spec, and the spec isn't rev'ed to support this for whatever reason, then the camera maker will make a new proprietary RAW format - how is this *worse* than now? At very worst it's no worse.

      Yes, DNG supports a huge bitdepth per pixel/channel. Read the spec available on the site - your questions are mostly answered there.

      Why the jump to assume these things won't be supported? And what's the logic that having DNG makes these issues more dire? If anything, at least a broad standard reduces the number of exceptions made that lead to new proprietary formats.

    8. Re:More info available ... specs too by Binary+Boy · · Score: 1

      Go read the specs and whitepaper again... DNG will ensure that camera data stored in DNG can be processed by third-party processors with no prior knowledge of the camera model. Of course custom profiling (even per unit) can improve results.

      I'm shocked so many people here are arguing for the status quo when that means a continued proliferation of ugly, proprietary data formats.

    9. Re:More info available ... specs too by Binary+Boy · · Score: 1

      Ahh, I love how these things get started.

      I'm sick of responding to this one so I'll just say that you clearly have no idea what dcraw does in comparison to Camera RAW. Go try the two out, come back, and tell me how you fared. Show me even an as-shot image processed from dcraw and then from Camera RAW and tell me if the results are the same.

    10. Re:More info available ... specs too by JBradley · · Score: 1

      No offense, but I don't think you completely read what I wrote. There is no doubt that Camera RAW adds a lot on top off dcraw, no where did I say otherwise. My only point was that a large part of the "reverse-engineering" necessary for Camera RAW to even exist was not done by Adobe. Credit given where credit due.

    11. Re:More info available ... specs too by Binary+Boy · · Score: 1

      Agreed - I wouldn't want to diminish the importance of dcraw either, by the same token, but I have heard this notion going around that Adobe effectively lifted dcraw and does little work themselves on this problem - I know this not to be true. Perhaps I made a snap response to your post based on that.

      Best,

      BB

  40. Re:Yep. by julesh · · Score: 1

    Like a standard lossy format with support for alpha?

    JPEG supports arbitrary channels. If you really want it, you could add an alpha channel to a JPEG stream and use that. The reason we don't have it is because there's very little point.

  41. Wouldn't OpenEXR be a more suitable format ? by Anonymous Coward · · Score: 0

    Subject says it all. It is designed for high dynamic range images. Open, and extensible.

  42. I don't like it for the following reasons: by erroneus · · Score: 0, Flamebait

    Reason #1: It's called "DNG" and all but the most religious/technical will be calling it "DuNG" in a short while.

    Reason #2: What does "Lossy" mean? Let's face it -- JPG can be saved in a virtually lossless format at any time -- it's just a setting right? Futhermore, the moment the camera is designed, it's "lossy" since it has to be crunched down into an image of fixed color depth and fixed image size and pixelized. From that moment on, immeasurable amounts of detail is lost forever from the resulting image. So then it becomes an issue of "what is acceptable loss" which to me should be a tweakable adjustment in the way JPG is encoded to the media. Uncompressed images are just a waste of space!

    1. Re:I don't like it for the following reasons: by Anonymous Coward · · Score: 0

      So then it becomes an issue of "what is acceptable loss" which to me should be a tweakable adjustment in the way JPG is encoded to the media. Uncompressed images are just a waste of space!

      You're not a photographer, though. Most people don't need raw formats. A small number of people would kill you if you tried to take it away.

    2. Re:I don't like it for the following reasons: by Da+Fokka · · Score: 1

      Futhermore, the moment the camera is designed, it's "lossy" since it has to be crunched down into an image of fixed color depth and fixed image size and pixelized.

      Unless the image is saved in a raw format, which is exactly what DNG is. Raw data in this case means, the raw data directly taken from the sensors. This is done before any white balancing, denoising, downsampling, compressing and whatever your camera does with the image. Therefore all this processing can be done by software which in many cases can do it much better than the algorithms built into the camera.

      The average photographer could not care less but for a serious photographer this can make a world of difference. A standardized format would mean that - if cameras support the format - tools could use that one standardized format, instead of all the different formats used by all the different cameras.

    3. Re:I don't like it for the following reasons: by bogado · · Score: 1

      The sensor (CCD) are the first lossy transformation the image goes throught they are somewhat similar to the negative in the film/analog fotography.

      The camera captures this data and usually pass it throught a pipeline of operation that end up in a compression. Usually you have white balance, denoise, color conversion and depth (raw is 16bit p/ channel, jpg 8 bits p/ channel) adjustment. All those adjustment could be viewed as a "digital ampliation" if you stretch your mind a little.

      Having access to the raw format is like having access to negative, many effects can be achieved in the amplifier, and as such many effects can be achieved with the raw format that are simply impossible with the jpg.

      Sure many people will still preffer the jpg, but I do heard some people trhow their negatives in the trash.

      --
      []'s Victor Bogado da Silva Lins

      ^[:wq

    4. Re:I don't like it for the following reasons: by TheDormouse · · Score: 1
      all but the most religious/technical will be calling it "DuNG" in a short while.

      Come on, PNG is pronounced "PiNG" so DNG will be pronounced "DiNG." Unless, of course, the format fails miserably, in which case "DuNG" will probably catch on.

    5. Re:I don't like it for the following reasons: by erroneus · · Score: 1

      Oh... okay...

      You've all made some very valid arguments. I now better understand why a RAW format may be a preferred method of storing an image. In short, "you win."

      But still... DuNG?

    6. Re:I don't like it for the following reasons: by Anonymous Coward · · Score: 0

      A good analogy might be like the seperate AD Converters some audio-buffs stick between CD player optical out and HiFi, to supposedly improve the sound quality.

      Seems like a logical idea to me...

  43. Re:Yep. by Pxtl · · Score: 0

    Right. Name one piece of mainstream software that supports any form of "arbitrary channel jpeg". And if I did do such a think, would it open in FireFox or exploder? I'm lucky if I can get a compression slider in most apps.

  44. Re:What's wrong with PNG? by superpulpsicle · · Score: 1

    Does that mean future digital cameras might* not have TIFF support?

  45. do you know what you're talking about? by SuperBanana · · Score: 4, Insightful
    How about people work on something we actually need?

    How about you don't tell us photographers what we do/don't need?

    We DO need a standard raw file format. Canon, Nikon, Fuji, Sigma, etc all have their own raw formats. This makes developing good raw-file handling software difficult, because you either have to dump lots of time into supporting several file formats, or settle for a small piece of the market and only support certain brands. It's also a royal pain in the ass for media companies who, to maintain some order in their workflow, "standardize" (fancy word for "get locked into") on one camera system maker.

    Adobe is the defacto tool for processing digital images; nothing comes close. Knoll and his team have, after several years, picked up quite a bit of experience with what works and what doesn't; what customers need and what they don't, etc. Adobe's status puts them in the position to push a common raw format, and it's likely many of the companies that make decoders will add it in; it will be a case of software support before hardware support no doubt- but eventually camera makers will grumble a little and add it in. They've long since given up trying to make money off their raw format decoders.

    Most media companies will no doubt be thrilled, because now they can handle Joe Shmoe's D4X raw file just like they handle Bob Smith's 1Ds Mark 3 raw file, save maybe for some image size differences.

    By the way- RAW = Canon, NRF(I think?) = Nikon. Confusing that the style of file is called "raw" but Canon has a format called RAW. Please use capitalization to distinguish between the Canon format and the general style of compressed image.

    1. Re:do you know what you're talking about? by iokui · · Score: 1

      FYI, .CRW and .CR2 = Canon's RAW format. .CR2 is used in newer cameras (20d, 1ds Mark II).

  46. Digital Negative Specification by wandernotlost · · Score: 1

    Digital Negative Specification...shouldn't that be DNS?

    Hmmm.

    1. Re:Digital Negative Specification by jjeffries · · Score: 1
      Digital Negative Specification...shouldn't that be DNS?

      Yes, but that violates Microsoft's patent on perverting names, words, and acronyms that already have an established meaning for their own evil uses.

    2. Re:Digital Negative Specification by maxume · · Score: 1

      The specification is the Digital Negative Specification. The file format is Digital Negative, hence 'DNG'.

      --
      Nerd rage is the funniest rage.
    3. Re:Digital Negative Specification by Trejkaz · · Score: 1

      Digital Negative Gonad. Why couldn't the file extension have been DN? Is DN already taken or something? Or couldn't they have used NEG? That would make the most intuitive sense.

      --
      Karma: It's all a bunch of tree-huggin' hippy crap!
  47. Why this is a good thing by Anonymous Coward · · Score: 4, Insightful

    Since many people here are not photographers and don't deal with RAW formats, let me but it in simple terms.

    Each camera has there own RAW format. Read each Manufacturer has their own proprietary format. Some even have multiple formats. For example, Nikon uses .NEF files. Canon uses .CRW and .CR2.

    Photographers work with RAW because it is lossless and can be recorded with 16 or 12 bits of data per pixel, where JPEG and TIFFS tend to be 8 bits per pixel. Also, as mentioned already, settings such as white balance, tone, sharpness, color, and even exposure compensation can be applied after the shot was taken.

    BTW: Post-Processing is a HUGE part of Digital SLR photography for those that are only used to the Point and Shoot cameras.

    Now for why it is a good thing to have a unified RAW format. I recently purchased the Canon 20D. It included a new .CR2 format. However, none of my existing programs could work with it, even though it is similar to the .CR2 format found in the Canon 1D Mark II. There was a hack for Photoshop CS that worked, but the "As Shot" white balance was wrong. Adobe released the new Camera Raw plug-in today and it works good.

    With each new camera release, all software writers will have to update their program if they want to support the new cameras. At the rate at which DSLR's seem to be announced this could be a huge pain. If a company like Adobe could convince the market the their DNG file is the way to go, your software would only have to work with that format.

    1. Re:Why this is a good thing by Keeper · · Score: 1

      where JPEG and TIFFS tend to be 8 bits per pixel.

      JPEG/TIFF usually store 24 bits per pixel, or 8 bits per channel. TIFFs can store more than 8 bits per channel (I've used software which will read/save TIFFs with 16 bits per channel, or 48 bits per pixel).

      The problem with saving a "normal" TIFF image is that you have to process the raw data and produce and RGB image from it, which means you take up roughly 3-4x (depending on the sensor if they consider the green data to be in two separate channels) as much space than you would if you just save the raw data.

      Also, as mentioned already, settings such as white balance, tone, sharpness, color, and even exposure compensation can be applied after the shot was taken.

      You can do this with a JPG or TIFF image - however your final result won't be as good.

    2. Re:Why this is a good thing by stef716 · · Score: 1
      Photographers work with RAW because it is lossless and can be recorded with 16 or 12 bits of data per pixel, where JPEG and TIFFS tend to be 8 bits per pixel.
      I don't really understand why everybody wants a lossless format to be without compression. JPEG and quality set to 100% is also lossless for 8 bit source images.

      Support for >8 bit quantization is a good point, but if it really matters why isn't JPEG2000 much more common?

      Stefan

  48. DNS or DNG by brentcastle · · Score: 1

    Granted they can't call it DNS, but why do they have to say Digital Negative Specification, or DNG. Shouldn't it technically be Digital NeGative specification.

    --
    http://www.brentcastle.com
  49. Re:Anyone who uses JPEG... by sweede · · Score: 4, Informative

    I would say that upwards of 90% of the magazines, books, and other printed materials use JPEG images in their books for ALL non-photographic images.

    photographs are usually TIFF documents, but we've ran accross many customers who supply all of their graphics and photos as high-res JPEGs

    Adobe lockin v.s. Quark? you obviously don't work in a printing house. Quark is basicly the only tool used in creating anything for print. Quark can create Adobe PDF Files without issues from any other software we use.

    Now that i think about it, most of the software we use is based on Open standards from Adobe (Postscript, DSC(Document Structuring Convention), PDF, PJTF, JDF)

    YIDIWIP (Yes I Do Work In Prepress)

    --
    I follow the SDK and GDN principles.. Spelling Dont Kount, Grammer Dont Neither
  50. Re:Does it handle Gamma Correction? by bhima · · Score: 1
    It's a camera RAW format.

    Not a web display format.

    --
    Nothing in the world is more dangerous than sincere ignorance and conscientious stupidity.
  51. please use the right terminology... by SuperBanana · · Score: 0
    From my Nikon D70 I can get RAW format pics

    No, you get NEF files which are raw format files.

    "RAW" means Canon's RAW format. Confusing, but there's a reason one is capitalized and the other isn't.

    1. Re:please use the right terminology... by x0 · · Score: 1

      To be completely correct, Canon has (at least) two raw formats:

      *.CRW D30,D60,10D,1D,1Ds
      *.CR2 1D mkII, 1Ds mkII, 20D

      I don't know if the P&S use the same formats as the older SLRs, but I wouldn't be suprised if they were different.
      If there is one good reason to use a standardized raw file format it is this; Whenever a manufacturer ships a new model, the software generally available is not able to convert that format for the first few weeks or months. This is a PITA if you have a workflow designed for your needs. (Camera makers ship the correct software, but that software is not nearly as good as PS CS or C1.)

      --
      In the immortal words of Socrates, who said; 'I drank what?'
    2. Re:please use the right terminology... by Photoman321 · · Score: 1

      Wrong. RAW is a blanket term for all of the types of files that take their information directly off of the ccd/cmos to give the most control later. Nikon has nef, canon has crw and there are many others

  52. Re:Does it handle Gamma Correction? by boutell · · Score: 1

    This is not a format for use on the web. This is a format for storage of raw, as-yet-unpublished images that you want to edit with all of the information from the camera 100% intact. So I hope we don't start seeing them in img elements. That would be as bad as using bmps on the web (which browsers allow... sigh).

    --
    Check out the Apostrophe open-source CMS: http://www.apostrophenow.com/
  53. DNG will be an open standard by Anonymous Coward · · Score: 1, Insightful

    From Adobe's page:
    Digital Negative (DNG) specification Download the specification, which describes a nonproprietary file format for storing camera raw files that can be used by a wide range of hardware and software vendors.

    So I don't see why everyone immedietly starts complaining about this being a closed format. Oh well, I guess I should know better than to expect the /. crowd to actually RTFA before ranting about open vs closed source

  54. Wonderful; Converter download by Compact+Dick · · Score: 1

    Having to deal with multiple RAW implementations, this will be a lifesaver. Hope it takes off.

    BTW, does anyone have a download link/torrent for the Adobe DNG Converter and Camera Raw 2.3 update? I tried to register, but all the site does is throw up errors.

    Thanks,
    CD

  55. proggy is out by rastamutz · · Score: 1, Insightful

    something is out on versiontracker http://www.versiontracker.com/dyn/moreinfo/macosx/ 18433

  56. Not right now, keep the gnus of war at bay for now by ShatteredDream · · Score: 1

    They haven't sued GIMP
    They still support Apple
    They don't suck up to Microsoft

    When one of those changes, by all means let slip the dogs of war. Or is that the Gnus of war? I can't remember THAT? Dogs or Gnus, people?

  57. Re:What's wrong with PNG? by Anonymous Coward · · Score: 0

    Try reading the TIFF spec. You'll discover that TIFF is not itself a specific file format, but rather a meta-format that defines a standard way of encoding image data that's stored in different formats! As examples, compare TIFF Fax format, TIFF LZW, and TIFF RAW...

  58. JPEG-LS is the best option by Anonymous Coward · · Score: 0

    The original JPEG had a lossless option, which was crap. JPEG-2000 has a lossless option, but that still uses the wavelet transform so that is crap too.

    Transform coding is a useless complication in lossless coding. JPEG-LS beats both in compression, and has far lower resource use. As far as lossless compression goes you wont find a better standard than JPEG-LS.

  59. Nope, just have to get photographers using it by SuperKendall · · Score: 1

    Adobe is very smart about this. It's based on TIFF, so it's a pretty easy to read standard as there are a lot of libraries to read TIFF, leaving the only hard part being the processing of the pixel data.

    Furthermore (and this is the smart part) they have made a converter based on thier own RAW reading software, that converts your current RAW into the new format. Now I am a little leary about this as I want to make sure the converter really captures all of the metadata I care about - but if you are into Photoshop start to finish this is great as it gives you one file you can work with and store metadata changes (like RAW conversion properties). Under the current system you can read in RAW files but Photoshop has to keep track of processing selections you've made (like white balance or color adjustments) in a seperate location as it cannot write data back to most RAW files.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
    1. Re:Nope, just have to get photographers using it by kzinti · · Score: 2, Informative

      Adobe is very smart about this. It's based on TIFF, so it's a pretty easy to read standard as there are a lot of libraries to read TIFF...

      TIFF is also a format that most camera makers are already comfortable with. The files that come out of most cameras conform to the Exif spec. Exif is the JFIF (JPEG) file format with metadata embedded using TIFF tags. It will be interesting to see (I haven't read the specs yet) whether Adobe wants to keep any or all of the Exif tags, or wants to ignore them and invent their own. It would be smart of Adobe to try to design something that can live happily with what users and manufacturers are already familiar with

    2. Re:Nope, just have to get photographers using it by rgmoore · · Score: 1
      Adobe is very smart about this. It's based on TIFF, so it's a pretty easy to read standard as there are a lot of libraries to read TIFF, leaving the only hard part being the processing of the pixel data.

      They're also being smart by making the format open; the full specification is available for download and Adobe guaranteeing anyone the right to make a royalty free implimentation. Adobe is smart enough to realize that an open format isn't going to destroy their market dominance- the openness of PDF certainly hasn't done so- but it will help to reduce their costs. A well defined standard also reduces the worry that old photos will be trapped in unreadable proprietary formats. I think that it has the potential to be a big win for everyone.

      --

      There's no point in questioning authority if you aren't going to listen to the answers.

    3. Re:Nope, just have to get photographers using it by DNS-and-BIND · · Score: 1

      What is this metadata? How do I read it? Is there a program out there? I have some old photos that I really want to analyze more.

      --
      Shutting down free speech with violence isn't fighting fascism. It IS fascism!
    4. Re:Nope, just have to get photographers using it by kzinti · · Score: 2, Informative

      A lot of programs can read it. I think the latest versions of PHP have Exif support built in. The latest GIMP might have Exif support. I wrote my own software that was in Sourceforge as Exif-tools, but I no longer maintain it and I believe the project has been removed. If you're looking for a command-line tool, jhead might read Exif tags. Even Windows XP can read them.

      The most useful tag is DateTimeOriginal, which tells you when the photo was taken. Some cameras also record info like shutter speed, flash setting, aperture, focus distance, lighting conditions, and other interesting info.

    5. Re:Nope, just have to get photographers using it by rgmoore · · Score: 2, Interesting
      If you're looking for a command-line tool, jhead might read Exif tags.

      Jhead does read EXIF tags. This can be very useful if you want to analyze something about your photo usage. As an example, I've been considering getting a fast prime lens for available light photography in a range that I currently have covered by a slower zoom lens, but I wasn't sure whether to get 20 mm, 24 mm, or 28 mm. I used jhead to extract the focal length for every picture I've taken and found that I use 24 mm a lot more than either 20 mm or 28 mm. Now I know which lens to buy.

      --

      There's no point in questioning authority if you aren't going to listen to the answers.

    6. Re:Nope, just have to get photographers using it by run2000 · · Score: 1

      A good one that I use is a Windows program called Exifer. It allows you to save Exif data in CSV format, and also allows you to extract any embedded thumbnails in your fullsize images. It's pretty neat.

  60. Re:Yep. by julesh · · Score: 1

    And if I did do such a think, would it open in FireFox or exploder?

    No new file format will work without the software being modified to support it. However, if you were to modify JPEG in this fashion you would be more likely to gain support than inventing yet another specialised file format, because for applications that use IJG jpeglib (or have similar levels of abstraction in their own JPEG handling code) and already understand alpha channels, it would probably be little more than 10-50 lines of code to support this addition.

  61. Less why, more how by Builder · · Score: 3, Informative

    I see a lot of posts asking why bother. What I'm more concerned about is how this could work ?

    Ignoring the differences in the various RAW formats between manufacturers, what about differences between two cameras from the same manufacturer ? What causes that and would DNG cater for it ?

    As an example, look at the Nikon D70 and the D100. Adobe had full support for the D100 with their ACR (Adobe Camera Raw) plugin. But when the D70 came out, we waited months for true compatibility with Photoshop (yeah, yeah, you could use the nikon supplied plugin, but that was worthless really).

    I'm guessing Adobe want this because in order to keep selling Photoshop to photographers, they have to keep amending ACR everytime a new camera comes out. But can a fixed standard cater for everything that Canon and Nikon will be putting in their cameras, and want to store in the RAW files 2 years from now ?

  62. Re:I fail to see... by darkmeridian · · Score: 1

    The parent post makes a lot of sense. The article doesn't say the advantages of the format, as over, uh, PNG. It doesn't say what is so special about it and whether we have to pay to use it and thus keep it out of legitimate OSS. (LAME is the best example of category, since it deals with MP3, it's binaries cannot be included in distros that follow the law.)

    I dont' know why the parent post got knocked down so much. Perhaps the mods are trying to get him a coveted +5 Troll?

    Oh, well. I'm going to get modded down now, aren't I?

    --
    A NYC lawyer blogs. http://www.chuangblog.com/
  63. Oh great, now we have to deal with new terminology by Klowner · · Score: 4, Funny

    So they're gonna be pronounced as "Ding" I'm assuming, consider the possibilities:

    Dude2: "Hey Dude, I have a funny picture to send you"
    Dude1: "Dude, wait, I have dialup and it's gonna take forever"
    Dude2: "No way dude, it's a ding, it'll only take a moment, here it comes"
    Dude1: "Okay, got it .. Dude, is that a ding of my dong? HTF DID YOU GET THAT?"

    ... I shall stop here

  64. why? by n3k5 · · Score: 1

    I'm sorry about being a jerk and whining about my comment being down-rated, but as there already are a couple of comments here that explain why it is utterly impossible to use PNG as it is as a 'raw' format, could anyone please tell me what is so wrong about pointing out a couple of vital features that PNG misses? What is it that I failed to realise? Am I supposed to hate Adobe for putting out their press release in Acrobat 6 format, or for not making their tool completely free (open source)? Or is it that (because I didn't know that for sure 10 minutes ago) I didn't state that as you can add data in any not-yet-specified format to a PNG file, you could essentially embed a DNG into a PNG (just like you can in fact out a PNG inside a DNG)?

    --
    but what do i know, i'm just a model.
  65. Key benefits from DNG primer by SuperKendall · · Score: 4, Informative

    Adobe has posted a DNG Primer online, describing some slightly technical details. Here are the key points from the document that helps to understand what makes the format useful:

    Image format: DNG is based on the TIFF-EP format, but DNG specifies the inclusion of a number of additional tags that let the converter properly interpret the raw file.
    Metadata: DNG enables inclusion of metadata in EXIF, IPTC, and XMP formats.
    Compression: Files can be stored as uncompressed (either bit-packed or padded to 16-bits per pixel) or with lossless JPEG compression.
    Color space: DNG fles are stored in a linear, nonwhite-balanced color space (usually the native color space of the camera).
    Interpolation: DNG enables file storage either in mosaic (CFA) form or in demosaiced form. Generally, a mosaiced file is preferred because it represents the original data the sensor captured and enables maximum conversion fexibility. It is also smaller than a demosaiced file. In some instances, however, saving a demosaiced file can improve compatibility, particularly if the camera sensor contains an unusual mosaic pattern that all converters do not support.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  66. great... by Anonymous Coward · · Score: 0

    Time to shovel another image format onto the DNG heap...

  67. Adobe technology is well thought out by tezza · · Score: 3, Insightful
    I've seen a lot of people ranting against Adobe. I deal with Adobe tech all day, postscript, pdf, fonts. They had a big hand in the SVG spec.

    In my opinion, working with the bare bones of their technology, ALL of it is well thought out, comprehensive and well explained.

    They consider all of the difficulties of the problem domain. For instance, see how easy it is in PDF to create changes to an existing document, great for low powered CPUs. Just append the changed object and add on a new footer to the file. 95% of the file retained, which is a lot less expensive than re-generation of the whole file.

    I think Adobe will do a good job here and post the specifications ala PDF and Postscript.

    Not mentioned in the other comments is the run time hardware cost of saving this Digital Negative. I think Adobe will put effort into making this as friendly to integrated hardware capture as possible. A large portion of this has to be very little re-ordering of data as it comes from the CCD, as these usually require an in memory buffer. This fundamentally changes the nature of the format.

    --
    [% slash_sig_val.text %]
    1. Re:Adobe technology is well thought out by Anonymous Coward · · Score: 0

      Given the above glowing endorsements, can you please explain Acrobat Reader? Please pay particular attention to version 6. Thanks.

      Also, the full version of Acrobat is not the most streamlined and efficient piece of software I have come across. The words "steaming great turd" spring to mind.

      No arguments about the actual file formats though.

  68. Finally Raw interoperability. by guidryp · · Score: 5, Informative

    This is a major boon. For those too lazy to read. It is 100% free and open for anyone to implement. Adobe is also providing a free converter.

    This provides a common RAW format for cameras. This is not a png or jpg replacement, but a RAW replacement.

    There are a number of third party RAW converters on the market right now. Many have limited camera support. You can bet they will quickly moving to support DNG. Which will instantly open up their usage to almost all current cameras.

    With DNG support and Adobes converter you will soon be able to open just about any RAW image with any converter.

    Even without camera output this is a benefit. As you can get one converter to support all your cameras.

    You can archive all your RAWs as DNG and not have to worry that you kept all the software that came with the camera that generated the original RAW.

    Camera support would be even better, but that may be slow as the manufactures may suffer "Not Invented Here" syndrome, or see value adds to their own format quirks.

  69. Where is JPEG2000 in all this? by Nom+du+Keyboard · · Score: 1

    Where is JPEG 2000 in all this? Are there any camera's supporting it yet? I'd prefer that over a new RAW format myself.

    --
    "It's the height of ridiculousness to say for those 9 lines you get hundreds of millions."
  70. Hey, but don't forget... by SuperKendall · · Score: 1

    Yes, and we're also supposed to grumble about how Adobe is going to pull a submarine patent on this format to lock out the GIMP.

    Gee, I actually read some details about the format, but I didn't know Adobe had patents around TIFF!

    But I guess we're ALSO supposed to proceeed to post as fast as possible even though technical information is availiable that renders our post pointless.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
    1. Re:Hey, but don't forget... by arose · · Score: 1

      The whole point of a submarine patent is that you don't know about it. Not that I think that they will pull something this time.

      --
      Analogies don't equal equalities, they are merely somewhat analogous.
  71. Re:Yep. by TylerL82 · · Score: 0

    I would assume that a lossy alpha gradient would translate just like a lossy color gradient would.

  72. But ... by gstoddart · · Score: 1
    How' bout just thinking for yourself and not worrying if things should be black or white?


    But ... this is slashdot. That's what we're here for -- to have a group of people tell us our opinion on new developments so we can know who to dislike and fear. ;-)

    Besides, questions of how this will affect the ability of open source people to use this format are valid. As has already been pointed out, submarine patents and restricted licensing are things people care about and want to know. Especially since a spate of recent technologies have tried to exclude such uses.

    --
    Lost at C:>. Found at C.
  73. FUD by Anonymous Coward · · Score: 0
    "That incompatibility has forced users, especially in media and other companies, to maintain multiple software programs to handle the raw photos taken by different cameras. It has also raised concerns that archived raw images could become inaccessible with future software.
    • That seems like a bit of a stretch. My experience has been that most artists WANT many graphics applications to handle the raw image data, and the likelihood of the file formats being used today slipping into obsolencence is only
    • promoted by the introduction of a new universal file format.

  74. Agree - who else could do this? by SuperKendall · · Score: 1

    You wouldn't see a sucessful format like this from any camera maker - for why should other camera makers trust another camera maker to define and control a format for digital negatives?

    Adobe is probably the only company that has a chance of making this format stick and become popular. They are neutral and the format is based of TIFF, so is easy to implment and if enough people start converting RAW files into this format right away, you could easily see DNG becoming a standard option on cameras just like JPG and RAW are now (well, RAW is not so standard yet but it's becoming more widespread).

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  75. Parent is uninformed by Archimonde · · Score: 5, Informative

    Who modded this up?

    This format is about putting all RAW files under one (DNG) format.

    Eg. Nikon has NEF, Canon has CRW, Olympus has xxx, adsf has yyy....

    Isn't it better to have one open/standard format which all manufacturers support/endorse?

    If you are skeptical read this.

    --
    Trolls are like broken clocks. They show the truth two times a day. The rest of the day they talk nonsense.
  76. Re:I fail to see... by Anonymous Coward · · Score: 0

    The parent post makes a lot of sense. The article doesn't say the advantages of the format, as over, uh, PNG.

    Well, if it's really a raw format, you'll get one 12-bit or so number per colour pixel. Most cameras have twice as many greeny-coloured pixels as red or blue ones. You can't put that in PNG in an elegant way. It seems to me that this format would need to let you specify pixel spot locations (square, rectangular, hex-pattern, whatever), wavelength acceptance band of filter in front of pixel. You'd also need to have attached all the information about camera settings (and I imagine that you could put EXIF data into a PNG comment block if you wanted)

  77. Free as in beer by ColdWetDog · · Score: 1
    Well, it's sort of free - If you have Photoshop CS or Adobe Elements 3. These are the newest and greatest and most expensive of the Adobe products.

    Of course, with the spec being open, someone else can and likely will write modules for the older versions of Photoshop. This would be nice for those of us without the money or inclination to upgrade.

    All in all, I can't see that it's terribly useful. The camera manufacturers are unlikely to switch thier native raw formats anytime soon. If you have a Nikon camera, you get the plugin or stand alone program to convert it to a .tiff. If you're crazy enough to have both Nikon and Canon (for example) cameras, you just have two plugins. Woop-de-do...

    --
    Faster! Faster! Faster would be better!
  78. Another Standard? by tbcpp · · Score: 1, Informative

    Why don't they call this YAIF - for Yet Another Image Format. Really guys would the others not suffice?

    tbc++


    --
    Man is the lowest-cost, 150-pound, nonlinear, all-purpose computer system which can be mass-produced by unskilled labor.
  79. Re:Why the need to diss Adobe? by I_Love_Pocky! · · Score: 1

    I read the article and I still don't see the point. How is a "raw" file format any better than any other lossless image format (like PNG or TIFF)?

    Besides, just because Adobe isn't going to be making money off of the format directly doesn't mean that they didn't do this just to own it. I mean look at PDF. They don't make any money off the format or the viewer, but they bring in a good chunk of change on their PDF maker software

  80. Sensor data - 12 bits per pixel by Anonymous Coward · · Score: 1, Insightful

    Sensor data is usually 12 bits per pixel, and only one color. This means a well designed RAW sensor format requires 1.5 bytes per pixel before compression... However each camera's sensor have different dimensions, different bayer filters, and possible other unique characteristics.

    I support Adobe's move, but only if it is an open standard.

    1. Re:Sensor data - 12 bits per pixel by blau · · Score: 1

      Dear Mr. Coward, we are glad and relieved to hear that you support our move concerning the DNG format. Yours sincerely, The Adobe Management.

  81. Re:what are the benefits? by Anonymous Coward · · Score: 0

    Camera manufactures already liscense jpeg patents. so stfu.

  82. It will not be up to the camera makers by SuperKendall · · Score: 1

    The format could be very sucessful even if a camera maker never adopts the format.

    They key is how many phootgraphers will adopt the format, and convert exisitng RAW images to DNG.

    The great thing is that DNG makes a great archival format for images as you don't loose RAW data, but your files are in an open format so that you can be sure in years to come you'll be able to read the data from the file even if support for your camera dies out.

    So there are a number of good reasons why many photographers will adapt this format, and in turn why a lot of tool makers will probably support this.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  83. Re:If I see one more "what's wrong with PNG" post. by soulsteal · · Score: 2, Funny

    Fuck, I like open source and masturbate every time I see a linux login prompt

    That can be very embarrassing in a lab environment. :|

  84. Re:If I see one more "what's wrong with PNG" post. by Anonymous Coward · · Score: 0

    What's wrong with PNG?

  85. Re:Anyone who uses JPEG... by Anonymous Coward · · Score: 0
    As someone who hates and refuses to use Quark, I send InDesign files, or pdfs only.

    The printers who want my business will use what I send them -(within reason) I don't send MS Publisher, or JPEGs.

    Why support a company (Quark) that is completely about making things difficult and expensive for their customers? Not to mention the fact that their software is a kludge on hack, suffers from 'over-serialization, and run by a guy who's alienated an entire platform.

    YIDSTTPH Yes I Do Send Things To Printing Houses

  86. Mod parent up! here's why by Archimonde · · Score: 1

    RAW files are used only *by* professionals and they really *do* know what digital photography is all about; so calling new digital format with archaic/absolete/wrong name which is aimed at professionals doesn't make sense.

    "Negative" is only for the older folks who buy point-and-shoot cameras and don't really need DNG/RAW files.

    -s

    --
    Trolls are like broken clocks. They show the truth two times a day. The rest of the day they talk nonsense.
    1. Re:Mod parent up! here's why by Speare · · Score: 1

      However, just like a film negative, a RAW file needs some kind of color processing to develop the screen-ready image. RAW formats typically pack RGBE, CMYB, or other odd sensor data, often in 12 bits per sample formats. These are not directly usable; you must process that data before you can throw it onto your sRGB video card or your sRGB-ready printer driver. In this case, having it called a "negative" is still quite in keeping with the original meaning: the not-conveniently-viewable-and-least-degraded archival form of an image.

      --
      [ .sig file not found ]
    2. Re:Mod parent up! here's why by Archimonde · · Score: 1

      You are right, there are similarities but IMO the differences are too great:

      * a RAW file isn't negative, it doesn't have to be inverted (the main feature of a negative)
      * If one calls RAW files "negatives", by analogy he is supposed to call "developed" files positives which is ridiculous
      * film is film and file is file
      * pc isn't a electronic typewriter, it goes beyond that.

      In other words, I think we are better off calling things with their real/objective names then recycling old names.

      --
      Trolls are like broken clocks. They show the truth two times a day. The rest of the day they talk nonsense.
  87. DNG pronounciation. by waffle+zero · · Score: 0

    DING! DING!

    1. Re:DNG pronounciation. by kzinti · · Score: 1

      DING! DING!

      Except for Adobe haters, who will pronounce it "dung" and porn photographers, who will pronounce it "dong".

  88. Adobe software by bgeer · · Score: 1, Funny

    Guy1: Say cheese!
    Guy2: Cheese!
    Camera: click
    Camera: Please wait while Adobe(tm) DNG(tm)(c) plugin loads.
    Guy1: Uh...
    Camera: thrash thrash chug chug chug thrash
    Guy2: What's going on?
    Camera: Thank you for downloading the free Adobe(tm) DNG(tm) plugin, for more exciting features please buy Adobe(tm) DNG(tm) Complete TODAY for only $399.95!
    Guy2: Do I have to stay still for this?
    Guy1: Uhh I think so. Okay it's done now. Wait a minute, why the hell isn't there a "save" option under "file"? Goddamnit!

    1. Re:Adobe software by kellererik · · Score: 1

      Do you work for Adobe, by chance???? ;-)
      Erik

  89. Re:If I see one more "what's wrong with PNG" post. by Anonymous Coward · · Score: 0

    So everybody who doesn't know why PNG is technically unsuitable for this, is automatically an "open source zealot"?

    No, they're idiots that spout nonsense on slashdot without doing a little research first. Here's a clue: if you don't know anything about raw data formats in digital cameras, dig out your trusty google and find out before you spout crap.

  90. Sorry.. by insac · · Score: 1

    I thought we were talking about RAW format as in normal computer imaging, with all the image data in the less-compressed form...

    Thank you for pointing out my mistake...

    --
    This message doesn't need a sig
  91. Re:Why the need to diss Adobe? by Anonymous Coward · · Score: 5, Informative

    Because the raw format is the data straight off the CCD plus the camera settings.

    Those two together let you play with the image composition before its set into any format. Don't like the exposure? Check what the exposure setting was, then recalculate the pixels based on the original source data. Bad aliasing effect? Try again from the raw data at a different resolution or different interpolation between the CCD sensors and pixels and see if you can save the picture.

  92. Re:If I see one more "what's wrong with PNG" post. by FooBarWidget · · Score: 1

    The average user doesn't care about research, nor do they want to spend hours searching Google. Until you realize and accept that, you will never succeed on the desktop.

  93. What has not been said by Anonymous Coward · · Score: 1, Interesting

    What has not been said here is:

    1) Adobe does not have the support of any major camera vendor yet, that's where this really counts

    2) Adobe in it's traditional greedyness did not release this as Open Source, they released a spec but not code. They just don;t get how to work with the open source community. They think like a 1980s company.

    1. Re:What has not been said by halivar · · Score: 4, Informative

      Adobe does not have the support of any major camera vendor yet, that's where this really counts

      Maybe that's because it's brand new and it's just been released.

      Adobe in it's traditional greedyness did not release this as Open Source, they released a spec but not code. They just don;t get how to work with the open source community.

      The way to work with the Open Source community to to release non-proprietary specifications for which we can write code ourselves. SO FAR they've done a pretty good job with PDF and DNG. What? Do you think no one is going to write an Open Source library for it?

      Sheesh, talk about greedy; they could've colluded with camera manufacturers to monopolize on a closed, proprietary format, and you complain because they didn't give you the frickin' code? Get off your rear-end and write it yourself. That's the Open Source way.

      PS: Adobe sucks for entirely different reasons (e.g. Dmitry Skylarov). This, however, is not one of those reasons. Adobe did right this time.

  94. Re:I fail to see... by Ucklak · · Score: 1

    PDF is the same way.

    You can use their libraries or write your own.

    No one else has supplied a solution so they stepped up. In the beginning, it was left up to the chip makers and what we have are multiple types of RAW formats. A complete mess. It's not like you camera manufacturer is not going to supply you a RAW image.

    You'll just have yet another format to choose from.

    --
    if you steal from one source, that is plagiarism, if you steal from many, well, that's just research.
  95. long-winded explanation: by n3k5 · · Score: 1
    How big a pain in the ass is RAW conversions?
    So you don't even own a digital camera. Imagine you need one for a day and borrow one from a friend. It happens to be a Nikon. Not that there's anything wrong with that, Nikon make excellent cameras. You take some pictures and want to put them onto your computer and touch them up with the GIMP. Only you don't have the right tool to do so, and you need the pictures now. The Nikon web site tells you you can download the tools, but you need to log in with the account tied to that specific camera. You call your friend, but she doesn't remember her account data and it would take her ages to dig out her user name and get a new password. This is a pain in the ass. (Happened to me.) And now you think, what if there was a gratis tool that converts my images into a compatible format, and the download is just a click away?
    --
    but what do i know, i'm just a model.
    1. Re:long-winded explanation: by arose · · Score: 1

      I'd use the Gimp dcraw plugin I guess.

      --
      Analogies don't equal equalities, they are merely somewhat analogous.
  96. Re:Anyone who uses JPEG... by sweede · · Score: 1

    well, we do a couple jobs in house that we use both Quark and Adobes Inproduction (w/acrobat 4.0).

    But anyways, if your printer uses products from Creo, (i.e. Prinergy or Brisque) they'll be able to support anything you send them. Even .PRN files printed from windows apps. Well almost anything, they dont support importing PNG images :)

    Be a freind and don't use DSC/2 though, they take forever to rip (from 10 minutes to an hour or so per file sometimes). PDF's rip (to CMYK seperations) pretty easily and very fast.

    --
    I follow the SDK and GDN principles.. Spelling Dont Kount, Grammer Dont Neither
  97. Re:Newsflash by CapnGib · · Score: 1

    Problem is sensors are all different. There are different geometric pixel layouts, ie at least 3 variations of Bayesian and various stacked sensors. New designs are being toyed with constantly, which implies new algorithms to generate a usable image. Fuji has a rather interesting sensor that uses high sensitivity sites along side low sensitivity sites to improve contrast in low light conditions. Other infrared sensors utilize 7 or more "colors".

    The RAW formats used by camera makers generally have pixel level information + jpg (or other low size compressed) preview + various metadata. RAW lets the operator tune the color response and even sharpen an image using cleaner algorithms than possible with a TIFF or JPG, because you are dealing with geometry and pixel levels directly, not some approximation done in-camera by interpolation and conversion to a color space. Yes even TIFFs out of your camera are "lossy" due to the unavoidable in-camera processing.

    RAW allows for much more control, but you must have some information about the specific sensor being used and the appropriate (and sometimes proprietary) algorithms. There are several different algorithms for each camera maker's RAW format, including the ones that come with Photoshop CS. They all yield different results. I generally prefer the colors I get using the Fuji RAW converter versus that of CS on my S2.

    This new DNG format is just like existing RAW, in that is contains pixel data + preview + metadata, only it standardizes the metadata and requires enough metadata to be able to interpret the pixel data into a useable image. That means a developer can look at a DNG and instantly know what sensor configuration and characteristics, lens settings etc, and how to interpret the pixel data (at some useable level). It also allows for manufacturers to include proprietary data, useful to their own specific interpretation algorithms. For the user/developer the actual interpretation is still left to your algorithm of choice.

    The big deal of DNG is that a program that supports it (ie PhotoShop with DNG update) should, at some level at least, support DNG files from all existing and future sensors and cameras right out of the box, without a software update. Of course it is reasonable to expect that the best image possible might not come from generic DNG interpretations, but manufacturer specific ones which rely on the proprietary data within the DNG files.

    --
    Beauty is truly in the eye of the tiger
  98. Free != Free by argent · · Score: 1

    So it looks like they aren't charging for it.

    That doesn't mean it's unrestricted. A file format that's free of charge but has licensing restrictions that make it hard to use in open-source software is certainly possible. There's only been half a dozen of them so far, after all.

    1. Re:Free != Free by ClippyHater · · Score: 1

      That's true.

      Doesn't make it less free (though the format is potentially un-Free in some, if not all, meanings of the word Free).

    2. Re:Free != Free by Anonymous Coward · · Score: 0

      Read the other posts in this thread. Adobe has a great track-record in the OSS world for it's open file format specifications, and it's grant of patents for software.

      Postscript and PDF, for instance. I don't know where Unix printing and typesetting would be without Postscript. (With PDF gradually picking up)

      You do realize how Adobe makes its money? They sell the Postscript and PDF technology to printer manufacturers. (And there is quite a lot of Postscript/PDF compatible hardware out there)

  99. Rant much? by Anonymous Coward · · Score: 2, Insightful

    In your patronizing rant you forgot to explain what is wrong with advocating PNG over extending TIFF. I don't see why you feel so "holier than thou" about this, given your apparent inability to argue your case.

    PNG can handle anything that TIFF can. I checked, you could make a color format with >4 256-bit elements if you wanted to. (that'd be a "1024-bit format"). There'd be no problem at all adding whatever model and optional compression scheme Adobe wishes to use.

    When you explain, feel free to get as technical about it as you want.

    1. Re:Rant much? by MustardMan · · Score: 2, Interesting

      In their idiotic kneejerks, 99% of the posters forgot to explain why PNG would be a better choice. Just because it's PNG doesn't automatically make it suited for everything.

      It's quite simple why TIFF is a better choice for adobe: they own it and are familiar with it.

      Your troll tried to use the "technical" argument to throw off the point of my post. My post wasn't about technical merit, it was about typical slashdot groupthink. You don't need a technical argument, you need an argument of simple economics. Adobe owns TIFF, therefore they used it. Simple as that. I nowhere said TIFF was technically superior to PNG, nor will I now. Neither will I argue the technical merits of each. There's a much simpler reason to use TIFF.

      NAME RECOGNITION. When you go to a website, and they post their "publication-quality" pictures, almost universally those pictures will be posted as TIFFs, and not PNGs. By basing your raw data standard on TIFF, you throw out a term that is familiar to publishers and photographers alike, neither of whom really care about the nitty-gritty details of how the data format works. Familiarity breeds a warm fuzzy feeling and will make adoption of this format more likely.

      There's an obvious reason to advocate PNG over GIF, and that's the ridiculous issues that we all know about. However, there's very little reason to reccomend PNG over TIFF for the pure sake of "BUT ITS PNG AND PNG IS 31337 LOL LMFAO U FAG" which is pretty much the gist of the /. arguments.

    2. Re:Rant much? by FooBarWidget · · Score: 1

      "I nowhere said TIFF was technically superior to PNG, nor will I now."

      You did. "That's liks asking "what's wrong with the mini cooper" in an aritcle about jumbo jets."

      "NAME RECOGNITION."

      Right. Ask the average user what PNG is. He'll probably say "oh that's one of those graphics on the Internet, right?". Ask the average user what TIFF is, and most of them will stare at you like you ate a kitten for breakfast.

    3. Re:Rant much? by ratsnapple+tea · · Score: 1

      Are you retarded?

    4. Re:Rant much? by FooBarWidget · · Score: 1

      No, you are.

    5. Re:Rant much? by narcc · · Score: 1

      Right. Ask the average user what PNG is. He'll probably say "oh that's one of those graphics on the Internet, right?".

      I just asked 3 average users what PNG was:

      Participant 1: "PNG, um... I dunno."
      Participant 2: (shakes head)
      Participant 3: "What? P what?"
      Participant 2: "PNG"
      Participant 3: "huh? no."

      Then they felt bad.

      Ask the average user what TIFF is, and most of them will stare at you like you ate a kitten for breakfast.

      When I asked the same group about TIFF, a voice from behind me answered: "She's not here"

      I'm a little upset that the data didn't support your kitten eating hypothesis.

    6. Re:Rant much? by FooBarWidget · · Score: 1

      Now ask those peoples' kids. They're likely to know HTML, and therebefore PNG too.

      Anyway, that doesn't matter. I've successfully debunked the original point - that TIFF has name recognition. The average user doesn't know TIFF, so the name recognition point is moot.

    7. Re:Rant much? by shinma · · Score: 1
      I've successfully debunked the original point - that TIFF has name recognition. The average user doesn't know TIFF, so the name recognition point is moot.


      The "average user" in this case is hardly people who "know HTML." The "average user" of a high-end digital camera is... a photographer. Most photographers make ample use of the TIFF format, thus... Name recognition among the appropriate demographic.
      --
      Shinma
    8. Re:Rant much? by MustardMan · · Score: 1

      You did. "That's liks asking "what's wrong with the mini cooper" in an aritcle about jumbo jets."

      Maybe I should have said "that's like comparing apples to oranges." Would the analogy be clear enough for you then? A mini cooper and a jumbo jet have very different intended purposes. PNJ and TIFF have very different intended purposes.

      Right. Ask the average user what PNG is

      I'm sorry, where did I say anything about the average user. Ask the average user what the RAW output on his camera is for, and he'll give you a blank stare. Again, more of the RTFA here... THIS IS NOT INTENDED FOR THE FUCKING AVERAGE USER!

      I'm through responding to your nonsense trolling, I have code to write.

  100. You should read the spec legal notices by Anonymous Coward · · Score: 0

    For example the part about "not be construed as a commitment by Adobe Systems Incorporated." Also, Adobe has a "nice" history about PSD, ABR and other formats (try to find any documents beyond version 6 of PS SDK). Take it with a grain of salt.

  101. Supports EXIF and more by SuperKendall · · Score: 2, Informative

    The spec not only allows the metadata to be held in EXIF, but two other formats as well - IPIC and one other I forget.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  102. is the format open by Anonymous Coward · · Score: 0

    Does anyone know if the format is open for free implementations in other software packages?

    If so then this will take off, if not then it's a waste of time...

  103. Irony of life, DNG can be lossy too by Anonymous Coward · · Score: 0

    See page 13 of the dng spec and check the Compression section, value 1 no compression, value 7 can be lossless JPEG or baseline JPEG. So where is the (more) efficient method?

    1. Re:Irony of life, DNG can be lossy too by JimDabell · · Score: 2, Informative

      So in other words, the Slashdot writeup that stated this was a new format that was better than JPEG was completely incorrect, and in actual fact this is simply a container format that uses existing JPEG algorithms? Sounds about usual for Slashdot these days.

      So where is the (more) efficient method?

      According to the JPEG FAQ, PNG is more efficient than lossless JPEG for most images. Unfortunately, this specification doesn't allow for that; as far as I can tell this has little to do with picture quality and more to do with metadata and interoperability.

  104. Re:This actually does make sense, odd as it sounds by Anonymous Coward · · Score: 0

    That's great and all, but PNG _IS_ lossless. I'm not sure why so many people at Slashdot are against PNG, but truthfully it would make more sense to me than RAW or TIFF. Pretty much every OS can read PNG files easily, and all image software worth anything can work with PNG. I'm not sure what sort of compression this new Adobe format has, but I'd take the standardization of PNG over having Adobe as the gatekeeper of a format.

  105. this is a sensor data format specification, really by coult · · Score: 3, Insightful

    We really shouldn't even call it an image format. Most people think of image formats as a way to compress and store image data for viewing or printing; things like JPEG or GIF or PNG.

    DNG is a format for storing the data recorded by the CCD's in a digital camera. This data can of course be processed and displayed as an image, but DNG really isn't an image format exactly.

    --

    All is Number -Pythagoras.

  106. DNG is TIFF -- Dont Panic ! by Sigfried · · Score: 5, Informative
    If you actually go to adobe's website and RTFM,you will see that Adobe did the Right Thing (TM):

    A DNG-format file is fully compliant with the TIFF 6.0 Specification Standard and the ISO TIFF-EP codification of that spec, which was designed from day one as a fully extensible raw, processed, or whatever image / metadata annotation spec.

    BTW, TIFF was originally designed for offset printing folks, and in the 6.0 standard already supports a huge number of colorspace models besides RGB, and has an extensible mechanism for specifying color-data encoding and compression schemes (you can even store JPEG encoding in TIFF).

    When I worked at the ground-data processing section of the Jet Propulsion labs, TIFF was occasionally used to store and transmit raw multispectral satellite data, which consisted of over 256 separate color-spectra bands from far infrared to ultraviolet, stored spatially in separate tiles.

    Working together with Spot Image and other satellite providers, NASA also helped develop the GeoTIFF extension to TIFF, which annotates an image with exact georeferencing information.

    It looks like Adobe went the route of using SubIFD's to define the extended data. A little bit unfortunate, since that data will not show up in a "tiffdump" listing of the file, but in any case I have no doubt that folks are already taking the spec and writing "libtiff" extensions to parse the stuff.

    For more information on TIFF, see my old, clunky website that is chock full of invalid links,but still has a few useful things to say:

    http://home.earthlink.net/~ritter/tiff

    --Niles (original GeoTIFF and TIFF webpage author)

  107. Insert AOL! here. by Glytch · · Score: 3, Interesting

    Amen to that. At the risk of sounding like an elitist asshole, it's obvious that a good many folks on Slashdot don't know much about photography, and think that just because they bought Sony's newest fucking Cybershot that they're the next Helmut Newton.

    As for myself, I've been eagerly waiting for an influential company to propose something like this; I work in a pro lab, and having to master and keep up to date on a dozen different raw converters is very stressful. A single standardized open format that I can use right inside Photoshop (at work) or the Gimp (at home) is like the holy grail to me!

    It would be interesting if this could somehow be adapted to 35mm or medium format negative scanners, too. Being able to do big corrections after the scan would save me a hell of a lot of time.

    1. Re:Insert AOL! here. by FooBarWidget · · Score: 1

      You just mentioned The Gimp. Prepared to be flamed down by thousands of Slashdotters. Because, according to common Slashdot sense, Gimp is a "totally unusable piece of shit" that anybody who knows Photoshop must not even touch, even though most Slashdotters are not graphics professionals and don't need pre-press printing features.

    2. Re:Insert AOL! here. by Photoman321 · · Score: 1

      What are you talking about?! Th Gimp, while not up to the standards of photoshop, is great for the price (free) and even as someone who uses and loves Photoshop, I recomend The Gimp to people who are looking for a cheap good, image editior. It is even better in it's V2 stage now as it actually is stable in it's windows version, making the average user able to use it.

    3. Re:Insert AOL! here. by FooBarWidget · · Score: 1

      I'm not saying Gimp is bad. I'm saying the majority of Slashdotters mindlessly flame down Gimp, and will flame you down too just for being pro-Gimp.

    4. Re:Insert AOL! here. by Glytch · · Score: 1

      Yeah, tell me about it. I get those comments all the time. At work, sure, the pre-press stuff is important before printing on expensive 42" wide canvas, but at home I just do personal stuff on my HP Photosmart. The Gimp's good enough for my own needs.

    5. Re:Insert AOL! here. by Photoman321 · · Score: 1

      Why? I think the Gimp coontains everything a shlashdotter loves in software: Free, Open-source, and just about as good as similar expensive software.

    6. Re:Insert AOL! here. by FooBarWidget · · Score: 1

      In case you didn't know, the last few years the Slashdot community has dramatically changed. If you love a certain piece of software because it's open source, you'll get flamed down as an "open source zealot". And being a zealot is by definition a bad and immoral thing, at least and especially on Slashdot. As for the "about just as good", most Slashdotters claim that Gimp, along with most (if not all) other open source software, is totally unusable, and that "programmers must be banned from UI design".

  108. Re:If I see one more "what's wrong with PNG" post. by MustardMan · · Score: 1

    Who said anything about the desktop? This article is about raw image manipulation, which is only ever likely to be used by extreme photography nerds, or professionals. There's no reason to make this format "succeed on the desktop"

  109. Re:This actually does make sense, odd as it sounds by SoupIsGoodFood_42 · · Score: 1
    Sorry, but you don't know what you are talking about.

    For starters, even though some cameras may not, TIFFs can be compressed. I'm pretty sure they use LWZ compression.

    RAW files from a camera are not simply a better version of a TIFF; a lossless RGB image. They are a dump from the image sensor, and are not in anyway a normal RGB image. They must be processed before they become a usable image.

    Due to the nature of most CCDs, the RAW will acctually be smaller than the final RGB image it produces (do a google on CCDs to know why).

    At the moment. If you want to view/edit/convert a RAW image, you generally have to use special software that comes with the camera (although I think some make plug-ins for Photoshop). This is a pain for most people as it means using 2 different programs to edit an image. It also means you can't open it with any computer that just happens to have Photoshop etc. installed.

  110. RTFA by p3d0 · · Score: 2, Informative

    This is an instance of the TIFF-EP format. It specifies things like values for certain tags, byte ordering, etc. It's not a completely new format.

    --
    Patrick Doyle
    I mod down every jackass who puts his moderation policy in his sig. Oh, wait a sec....
  111. Re:Not right now, keep the gnus of war at bay for by Wanderer2 · · Score: 2, Funny
    Dogs or Gnus, people?

    Guns. Lots of gnus.

    --
    I say we take-off and slashdot the site from orbit... it's the only way to be sure
  112. Camera Raw Updates by Anonymous Coward · · Score: 1, Informative

    If you want to update your Camera Raw (w/in Photoshop 7 or CS) the direct links seem to be the only way to get to them (at least for Win versions):

    Mac:
    http://download.adobe.com/pub/adobe/magic/photosho p/cameraraw/mac/DNG_Camera_Raw_2_3.sit.hqx

    PC:
    http://download.adobe.com/pub/adobe/magic/photosho p/cameraraw/win/DNG_Camera_Raw_2_3.zip

  113. And my whole point was... by SuperKendall · · Score: 3, Informative

    They are using TIFF-EP as a base - a thing they didn't even develop. So how would they have a submarine patent on anything here? If there were a submarine patent related to TIFF we would have seen that long ago. Since it's really TIFF and metadata, there simply is nothing to torpedo with the submarine.

    This is just a graphic file format like any other, using bog-standard compression and metadata standards. It's just a more standard bag for raw camera data than what we've seen before.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
    1. Re:And my whole point was... by arose · · Score: 5, Funny

      Don't underestimate the ability to patent things you haven't invented. :-D

      --
      Analogies don't equal equalities, they are merely somewhat analogous.
  114. What about the longevity of the 'RAW' formats? by jlrobins_uncc · · Score: 1
    Two reasons a common RAW / straight from CCD format would be good for the world:

    • Short term: Adobe's maintenance cost for their raw import plugin gets an upper bound, as opposed to potentially O(N) where N is each {CCD + camera vendor} tuple.
    • Long term: Longevity of Closed-format RAW files? Say Canon / Nikon / whoever goes under in year 2010. Say Adboe Photoshop ceases to run on my platform in year 2015. I'm left holding the bag of my countless Canon 'raw' CRW files, wishing I had shot film after all.


    Straight from CCD files == A Good Thing with respect for total postprocessing control, as long as you have good support, say through the ACR plugin. But they're A Bad Thing with respect to most everything else -- such as guarantees that these files will be readable sometime in the future, or that you can process *your* images using non-ACR-plugin enabled tools (like, say, a homegrown 3-tier image cataloging suite).

    And don't even ask about the vendor supplied RAW processing tools that can produce, say, a TIFF from a given RAW file. They usually *stink* with respect to performance, only work on Windows or Mac, and, finally, will have NO guarantee that such a tool will be available to me on my platform of choice in the year 2010.
  115. Add the S series 4/5/6 to the CRW group by Anonymous Coward · · Score: 0

    My S50 shoots in CRW format and was the reason I bought it.

  116. Calibration images for astronomical photos by ChrisDolan · · Score: 3, Informative

    In astronomical work, there are usually two calibration images you use: the dark frame and the flat. The dark frame is an image captured with the shutter closed. It lets you identify the hot (i.e. broken) pixels. The flat is an image of a uniform field exposed just long enough not to saturate any pixels. This lets you measure the relative light sensitivity of the pixels (which is a function of both the lens and the CCD).

    To get a corrected image, use this formula for each pixel:
    newimage = (image - dark) / (flat - dark)

    Better yet, take a bunch of darks and flats and median-filter them to get rid of cosmic rays which can introduce spurious glitches in the images.

  117. "Raw" scanner files by flybrarian · · Score: 2, Informative

    Actually, there's a scanner program called Vuescan that will let you do something like this. It's not an open format, but the program will allow you to save the raw output from the scanner to a file and then manipulate it after the fact.

  118. Ob Star Wars ref by Anonymous Coward · · Score: 0

    DuNG, eh? Me, I'd prefer Bantha Poodoo.

  119. It's not bad, but... by Thagg · · Score: 2, Insightful

    I've looked over most of the information Adobe has published, and it's not bad. It's true that a typical RAW format file is difficult to interpret. I've reverse-engineered a couple of RAW formats just for fun, (it's pretty easy if you can tell the camera to output a RAW and TIFF image of the same shot) and the Adobe propsed DNG format does have flags for most of the issues that I've come across (I have to say that there were some new ones for me, too -- the flag that specifies how closely the G in the RGRG rows compares to the G in the GBGB rows is something I've never even thought of.) It's good that Adobe has considered the possibility of more-than-three-channel cameras.

    But -- I think that digital cameras are still *way* too new for this kind of standardization. Significant true innovation is happening at a frenetic pace, and if we limit RAW formats to a preconceived format we may inadvertantly (or advertantly, I suppose) squelch that innovation. Fuji's spectacular sensor with separate sensors at each pixel for dark and bright values is an example -- how would that be encoded here? One might well have a camera with vertical and horizontal polarizers on every other cell, to allow post-processessing to reduce or enhance specular highlights. Cameras could be built with psuedorandom placement of cells, to eliminate aliasing artifacts (Why not? It's not as if the semiconductor masks are laid down by hand anymore.)

    In short, I think that this format could end up being a Procrustean bed that we force camera makers into, and that it's not worth it at this point.

    Thad

    --
    I love Mondays. On a Monday, anything is possible.
    1. Re:It's not bad, but... by Mozo · · Score: 1
      But -- I think that digital cameras are still *way* too new for this kind of standardization. Significant true innovation is happening at a frenetic pace, and if we limit RAW formats to a preconceived format we may inadvertantly (or advertantly, I suppose) squelch that innovation.

      Some of these concerns are answered by the option of storing the data in a demosaiced rectilinear form. So, the SuperCCDs and X3s of the world can get to DNG, just one step farther away from "true" raw sensor data. In addition, some of the "proprietary extension" information supported could help with the decoding of new things that come along.

      I think that waiting to standardize would be a never-ending wait, and a disservice to those struggling to support a myriad formats in a workflow. If a standard can be agreed upon (or reachable through a converter!), it is far easier to mix and match cameras in a workflow. Bad for lock-in to one vendor, good for customer choice.

      We'll see how this plays out....

      -mozo
      --
      -=-=-=-=-=-=-=-=-=-=-=-=-= John Reinert Nash -=-=-=-=-=-=-=-=-=-=-=-=-=
    2. Re:It's not bad, but... by captaineo · · Score: 1

      Would it be too much to ask to get new formats implemented as extensions to suitable existing ones like TIFF or OpenEXR? I can think of very few file-format requirements that can't be taken care of just by adding new metadata tags, pixel formats, or compression algorithms to one of these formats.

      (both TIFF and EXR support arbitrary bit depths, channels, and pluggable compression algorithms)

      You would have a problem with backwards compatibility - e.g. "I thought Photoshop can open TIFF files, why can't it read this one my new camera spit out?". However this has sort of been the case with TIFF for a while. (virtually no commercial apps actually support *all* possible pixel formats/compression modes of TIFF, the usual culprits being LZW compression or >8bit channels)

      Using an existing format has the advantage that all the nitty-gritty of handling metadata has already been hammered out, and most of the common tags are widely recognized. Also you get existing "advanced" features like tiled or multi-resolution images, compression blocking, etc for free. Whereas these would have to be coded and tested one by one for a new format.

  120. Re:If I see one more "what's wrong with PNG" post. by Paradise+Pete · · Score: 1
    Who said anything about the desktop?

    I think he was trying to make a more general, somewhat humorous, point.

  121. Open or Bust by AmericanInKiev · · Score: 1

    There have been several improved image formats since jpeg - all of which have failed because they were closed.

    Its easy enough to make a jpeg work well enough - the pressure on outsiders to conform is unrelenting. Their product will mean nothing without Cameras - they'll have to give it to the Camera people - and that's just about everybody - then the software folks will need to use it.

    The big markets for Cameras involve speciallized software (Law enforcement, pros, medical, etc)

    AIK

  122. No compression by geneing · · Score: 1
    Just read the DNG format spec. It stores image data in essentially TIFF format or restricted JPEG. If we want to keep full 12- or 14- bit per pixel image we are stuck with TIFF.

    Now, most camera raw formats use lossless compression (my Canon 300D packs 9 million pixel samples at 12 bit into 6 megabytes of raw file, which is quite good). From the format description, DNG files would be much larger. Since, CF card storage is still expensive, I don't think OEMs will be adopting this format anytime soon.

    1. Re:No compression by MtViewGuy · · Score: 1

      Since, CF card storage is still expensive, I don't think OEMs will be adopting this format anytime soon.

      I have to disagree on that. Have you been to Costco lately and priced the cost of 512 MB flash memory cards in Compact Flash and SD formats? They are already dropping under US$100 per memory card and will likely drop much further within a year. Given that we'll probably see 1 GB CF/SD cards going under US$100 within a year, they have arrived just in time for widespread adoption of the DNG file format on digital SLR's and higher-end point and shoot digital still cameras.

    2. Re:No compression by jensen404 · · Score: 1

      A Sandisk 1GB CF card is $71 at newegg.com

      I bought a 2GB card from Newegg for $136 last week (up to $144 now)

      The massive price drop occurred earlier this month.

  123. XML vision format by Anonymous Coward · · Score: 0

    I am waiting for an XML file format that could capture the visual world, as seen by my very own eyes. Without any additional optical device (except my eye-glasses, contact lenses or sunglasses, of course).

    Then there would be no issue what format the manufacturers tried to force on you.

    My only other request would be to get the data transfered wireless, I really can't stand the secure digital card, inserted behind my ears.
    It just gets so itchy under certain wether conditions.

  124. Re:Why the need to diss Adobe? by HughsOnFirst · · Score: 3, Informative
    " I read the article and I still don't see the point. How is a "raw" file format any better than any other lossless image format (like PNG or TIFF)?"


    Well, a raw file is a lot more compact, and it does not do anything to change the artifacts and or "lossyness" of the sensor itself.
    For instance the Canon cameras use a Bayer sensor. Imagine a checkerboard where half the sensors, are green , arranged in a checkerboard pattern, and the other half the sensors alternate between red and blue. The 12 bit value of each sensor site is encoded as the eight bit difference between it and the nearest same color site to its left. ( Amiga developers will find this vaguely familiar) The theoretical case of there being a full 12 bit difference between 2 sites never happens due to the optical properties of the camera and lens.

  125. +1 Funny by Anonymous Coward · · Score: 0

    That was hilarious.

  126. Sigh--people, RTFA by rd_syringe · · Score: 1

    Before we continue this endless stream of "Why don't they use so-and-so image format that I read about on Slashdot once?" questions, please, everyone, take the time to RTFA and see that this is raw camera data--i.e., before conversion to an RGB (or any other) colorspace--allowing you to tweak settings such as aliasing and other attributes used by the camera before converting the raw data into a displayable format. This is the raw data that the camera actually "sees" before being visualized in a display format.

  127. Re:Oh great, now we have to deal with new terminol by Anonymous Coward · · Score: 0

    Your joke is dung.

  128. All I can say is.. by MasTRE · · Score: 1

    About fuckin' time!

    --
    Must-not-watch TV!
  129. Re:Not right now, keep the gnus of war at bay for by Anonymous+Writer · · Score: 1

    "Gnus don't kill people. People kill people."

  130. I think camera makers will support it. by MtViewGuy · · Score: 1

    And for one good reason: Adobe Photoshop is pretty the de facto standard for still image processing software used by most everyone (whether on Macintoshes or PC's). As such, it would sure make image processing of uncompressed image files vastly easier to start with not having to deal with multiple RAW formats like Photoshop has to do now.

    I wouldn't be surprised that all the Japanese digital still camera manufacturers start offering DNG file support within the next 18 months. And because the DNG specification is an open spec, don't be surprised that within a year some programmer will upgrade GIMP under GPL so it can read DNG image files.

    By the way, given the rapidly falling prices on 512 MB flash memory cards in Compact Flash, SD and xD formats, I wouldn't be surprised that higher-end point and shoot digital still cameras will offer DNG support (it's obvious that digital SLR's will get DNG support).

    1. Re:I think camera makers will support it. by rgmoore · · Score: 1
      By the way, given the rapidly falling prices on 512 MB flash memory cards in Compact Flash, SD and xD formats, I wouldn't be surprised that higher-end point and shoot digital still cameras will offer DNG support (it's obvious that digital SLR's will get DNG support).

      Most of the higher end point and shoot digitals, and even some of the less expensive ones, already offer raw formats, so it's no stretch at all to predict that they'll switch to DNG.

      --

      There's no point in questioning authority if you aren't going to listen to the answers.

  131. AC Releasing New Color Format for Slashdot by Anonymous Coward · · Score: 0
  132. Re:Oh great, now we have to deal with new terminol by warkda+rrior · · Score: 1

    So they're gonna be pronounced as "Ding" I'm assuming, consider the possibilities:

    Yeah, they continue the tradition started with PNG aka ping.

    --
    You need to install an RTFM interface.
  133. Re:This actually does make sense, odd as it sounds by LuSiDe · · Score: 1

    Now, this doesn't mean Adobe won't leverage the spec and make piles of cash off of it, but at least in this case they're actually inventing something that people need instead of trying to push something on them that they don't.

    Not directly. You just used 3 and a bit paragraphs to explain why this matters for Adobe which is all fine w/me and then you continue to say it doesn't make them money? Come on...

    It does make sense for Adobe from a business point of view. How about usual benefits from an open standard? Ease of use for the user? Less developing time spend on supporting many formats? No license fees for proprietary formats in the future? The list goes on, all in the benefit for Adobe (and possibly competitors, too).

    A happy customer is money. A customer saved is a penny earned. More customers is more pennies. Less happy customers is potentially less pennies and less customers it less pennies. Simple as kissing.

    --
    WE DON'T NEED NO BLOG CONTROL.
  134. Slashdot ignorance and prejudice by jinushaun · · Score: 1

    This article really highlights the ignorance and prejudice prevalent on Slashdot. Get off your soapbox about patents, file formats, open source, and corporations. RTFA and then comment.

    DNG is a good thing.

  135. obsolete in 10 years? by HughsOnFirst · · Score: 1

    One problem though, since a TIFF file uses 4-byte integer file offsets to store image data, doesn't that mean a TIFF file cannot have more than 4 Gigabytes of raster data ?
    Current high end 22 megapixel backs with 16 bit Bayer sensors would give a 440 meg file. I would conservatively guess that we will see 200 megapixel cameras with 4 Gigabyte raw files in 10 years. If this hit's the wall at 200 megapixels, I guess it will only be about 10 years until it's obsolete.

  136. JPEG-2000 will be great in 16 years by jeti · · Score: 1

    Nobody is willing to touch JPEG2000 with a ten foot pole. AFAIK 48 companies claimed that their software patents apply to the format.
    So we need to wait for 2020 before anyone can use it.

  137. Yeah, whatever. by momus_radar · · Score: 1

    As long as I can open the file in GraphicConverter, I'll be fine.

  138. Non-propritary by Michael+Woodhams · · Score: 1

    "Download the specification, which describes a nonproprietary file format for storing camera raw files that can be used by a wide range of hardware and software vendors." from Adobe'sweb page about DNG. (emphasis added.)

    --
    Quattuor res in hoc mundo sanctae sunt: libri, liberi, libertas et liberalitas.
  139. Yeah, when - by Anonymous Coward · · Score: 0

    - is a gimp plug-in going to be released?

  140. Re:If I see one more "what's wrong with PNG" post. by 511pf · · Score: 1

    Parent: I'm sure you're a reasonably intelligent person. You're screaming on an Internet message board (blog, news site, whatever...) about what are, to 95% of the population, highly esoteric IMAGE FORMATS. Maybe try channeling that considerable "energy" (relgious fervor) into something a little more worthwhile? Just a suggestion.

    I agree that RAW formats and an image format like PNG are apples and oranges. (Not really econo cars and jumbo jets.) Point is that what's wrong with PNG as an image format is that it does not support EXIF tags, which makes it pretty useless for storing digital images.

  141. Bit rot by hudsong · · Score: 1

    No matter what format they store it in, bit rot will never be eliminated on magnetic discs.

  142. JPEG with alpha exists by tepples · · Score: 1

    JNG, a subset of MNG, already does this. It allows for images with JPEG color channels (at least gray, RGB, or YCC) and a PNG alpha channel. Dither alpha to 4-bit if you want lossy alpha.

  143. "Folder" by tepples · · Score: 1

    a RAW file isn't negative

    Is it designed for viewing? Negative. Are PNG and JPEG designed for viewing? Affirmative.

    I think we are better off calling things with their real/objective names then recycling old names.

    If you would rather not let others call a file containing data read off an image sensor a "negative", then do you let them call a directory a "folder"? In addition, a "file" meant something else in the paper world before it meant a structure referring to an association between a name and an ordered set of storage sectors.

  144. It won't be adopted by camera makers. by Photo_Nut · · Score: 1

    I didn't notice any comment about how/why RAW formats come about. Every camera manufacturer produces several hardware components. These components cost money to design, implement, and debug. Unlike Software, hardware can't be patched, isn't free to duplicate, and reusing components yields a measurable (and often substantial) savings.

    So Canon has a line of PowerShot Pro, PowerShot S, PowerShot G, and EOS Digital cameras which all use the CRW (Canon RAW) file format. Newer ones use the new CR2 (Canon RAW V 2.0) file format.

    Nikon uses NEF, and Kodak uses TIFFs (thumbnails with a proprietary chunk of data). Sigma/Foveon and FujiFulm use others.

    It would be nice if they all saved some standard format. The problem is two-fold:

    1) Each company wants to use their own secret algorithms to decode their data and get the "best" from their format. It's one of the ways they distinguish themselves.

    2) Each company has already invested in the hardware to produce these RAW files.

    So the bottom line is that Adobe is a company which makes the world's most popular photo processing app. They want a file format to unify RAW processing. They produce a converter, and a plugin.

    If you don't use Photoshop to process your RAW files (say you use Capture One, or Breeze Browser), then you really don't get much benefit from this DNG file format unless third parties (your converter maker) implements it.

    Adobe is hoping that 3rd parties (camera makers) will adopt their format. The problem is that it doesn't provide anything new. Why would a camera maker spend a few million dollars in development costs to support a new file format with no additional benefit?

    JPEG2000? Maybe, but it doesn't specify Bayer Pattern sensor data compression mechanisms. DNG? No. It doesn't have any advantages over the already existing formats.

    If Intel, AMD, Sony, or Canon produced an imaging chip which used new techniques like wavelets to compress RAW data, and sold this to the camera manufacturers, then there would be value in this new standard. As it sits, the Software industry is the tail, and the hardware industry is the dog. The dog wags its tail, not the other way around.

  145. But I think they will, though, for two reasons: by MtViewGuy · · Score: 1

    1. DNG--being a true open format specification--means DNG uncompressed image files could conceivably be read by a GPL image processing software such as GIMP, so it would be very easy to write an update for GIMP with full DNG support.

    2. You're forgetting most of the world's serious digital image processing working is done on Photoshop, the de facto standard for such work. Simplifying processing of uncompressed image files would make the work of professional photographers a LOT easier.

    1. Re:But I think they will, though, for two reasons: by Photo_Nut · · Score: 1

      MtViewGuy wrote:
      1. DNG--being a true open format specification--means DNG uncompressed image files could conceivably be read by a GPL image processing software such as GIMP, so it would be very easy to write an update for GIMP with full DNG support.

      Since each camera company supports Mac and Windows with their file formats, and there's a free project out there, and many for profit software apps out there already support the raw apps (using Dave Coffin's free as in BSD-style dcraw.c), there already exists the ability to do raw production work, even on Linux/GIMP. I'm sure that there's even a fairly automated way to get dcraw.c into GIMP with some GUI wrapped around it. I'm betting that it will continue to support these "abandonable" file formats well into the future.

      2. You're forgetting most of the world's serious digital image processing working is done on Photoshop, the de facto standard for such work. Simplifying processing of uncompressed image files would make the work of professional photographers a LOT easier.

      No I'm not, and no it won't. It will just add a step: Use Adobe CRW to DNG file converter. Use Adobe RAW processing on DNG file. The thing about a RAW file is that it needs to be processed. My premise is that the Canons and Nikons of the world don't want the limelight stolen from them by the software makers. That's why they heavily brand their own RAW formats. They won't spend millions upon millions of dollars to make hardware changes that won't help their market. Photoshop will open any file of theirs in time, as will any other app engineered to open the last 5 versions of their RAW files. These companies have legacy. Legacy is the most powerful force in the computing world. Legacy is the reason that 95% of the people running Windows buy another computer with Windows on it.

      In order for DNG to be anything but "just another file format", it needs to be adopted by the camera manufacturers. Otherwise, it's just a file format that adds a step in the digital workflow. This step is not a welcome one, unless it provides value. Seriously, anyone who has spent $5000 or more in DSLR equipment and takes a few hundred to a few thousand photos per month tends to minimize the time they spend at the computer. Adding a step is not going to be popular. It wastes time and space.

      If indeed, Adobe's RAW->DNG file format converter makes some conversion decisions (with user input) and embeds interesting information from each different RAW format, then it would be Adobe providing value free of charge to people like me who like to play with the code to process RAW files (I have over 40GB of them on my HD, so I know what I'm talking about here).

      Yes, it would be nice if the camera industry settled on a standard. Don't expect it to happen. The pressure is on the software makers to improve the photos after the camera makes them, and the pressure is on the camera companies to build better optics, more durable shutters, new methods of stabilising shaky hands, and faster and more accurate auto focus and flash exposure systems. Very few professional photographers are also programmers.

      I will take the time to note that Canon and other Japanese camera manufacturers have standards bodies, and these companies have attempted to standardize their industry on their file formats in the past. That's what EXIF came from. There are lots of documents and specs describing the various redundant ways to encode the bits that some group of engineers thinks are important to record about a photograph. Every single spec document I've read reads like Adobe's new "one and best way to record a RAW file". It wasn't new when Canon put out the spec for theirs about 4 or 5 years ago. It certainly isn't new now, and it won't be new when Microsoft does it next year. Microsoft might just barely succeed on the execution by throwing it into Windows and calling it innovation.

      {sarcasm}
      Well, mission accomplished! Write up the press release, Adobe won the file format wars by putting out a spec and a free converter!
      {/sarcasm}

      I'm sure two nerds already had an argument over how to pronounce DNG. Pick a vowel: Dang, Deng, Ding, Dong, Dung, or sometimes Dyng!

  146. Non-color values, too by Sulka · · Score: 1

    What's not mentioned here is also that the bits in the RAW files don't represent color in the same manner as regular image formats. The bit values for the color channels translate to Electron Volts as read by the sensors which can't be mapped 1-1 to a color value.

    This combined with having to interpolate from the Bayer pattern sensor arrangement makes converting RAW pretty CPU-intensive. What Adobe is trying to do is to let the developers to concentrate on improving the conversion speed and image quality instead of having to spend all their time reverse engineering the formats.

    --
    "Although it is not true that all conservatives are stupid, it is true that most stupid people are conservative."
  147. Re:Why the need to diss Adobe? by Anonymous Coward · · Score: 0

    Raw Sucks.

    First off how the fuck do you "recalculate the data" in order to compinsate for a fucked up exposure?

    If it's too low then areas are going to be black and lack information. If it's to high then areas will be bleached out and worse you would have blooming artifacts.

    Both of these are problems introduced by limitations in hardware. The hardware that is being used to record your raw data. You can just make up information that doesn't exist.

    And what is up with this "try it out at a different resolution" bull crap about? Resolution of a image is dictated by the resolution of the the CCD sensor. Your not going to take a 3 mega pixel picture and make it 4 mega pixels because your screwing around with a image before you feed the information into a translator program to turn it into a tiff or a jpeg.

    What you described about the plusses of RAW are not significant to RAW, but to any other lossless format.

    RAW has lots of benifits, but your confused about them.

    Now for the real reasons you can't use PNG:

    The proccessing power of the cameras is not great enough to support PNG formats plain and simple.

    TIFF itself is a fairly intensive format, plus TIFFs are just plain f-ed up.

    Jpeg is OK, you can get lots of photos in a limited space, and the lossy-ness of it doesn't realy matter so much, because the technology in todays digital cameras aren't realy that great enough anyways.

    Basicly, except for realy real professional photographs recording the initial image in jpeg format is perfectly 100% ok. You just turn it into a png or tiff or whatever when you need to manipulate it.

    The thing that sucks about RAW, isn't that it's a bad format. It's that it's a non-existing format.

    No standards = no format. It's just the initial recording from the sensors and each manufacturer uses a different hardware setup. So a raw recording from Sony is going to be completely different from a raw recording from a Kodak camera.

    This new format from Adobe can be the ticket. It's not ment to compete or anything with PNG, it's just made to solve a technical problem poised by different hardware standards.

    There is no reason that a format designed specificly for digital cameras can't overcome the technical difficulties imposed by digicams and have all the benifits of RAW, but not be dependant on propriatory proccessing technics outside the hardware of the camera itself.

  148. DiNG DoNG by Qwertie · · Score: 1

    DuNG? DaNG. I really wanted it to be called DoNG.

  149. Why not JPEG2000? by Neurotensor · · Score: 1

    I thought we already had JPEG2000 for our lossy and loss-less needs.

    Several chips for JPEG2000 in digital cameras have been designed, some even produced and sold. But I don't see the massive in-flux of cameras! The trouble is nobody wants a camera supporting a format that's harder for them to use on a PC, and they don't understand how old and decrepit JPEG is in comparison. After all, JPEG was standardised in the days when the fastest desktop machine took painful seconds to decode a small image, and it took years to get people to actually use it. New ideas since then have been put in writing but it will unfortunately be around the time of obsolescence that people start using them :)

    You would be hard-pressed to sell a car with steam power yet people are using the equivalent in their cameras. Harder to use comes from less software support. The same problem I presume that this new format is going to suffer.

    JPEG2000 is an ISO/IEC standard and an ITU-T recommendation. Whatever this "new" format is, it presumably doesn't have that kind of clout. People need to get with it and start supporting JPEG2000. I don't mean via plug-ins, I mean it should be there by default. A decent free-software (LGPL) library would allow Web browsers to support it, and I think this is all we need for an avalanche of support to follow. After all I wouldn't be generating PNG/JPEG pairs for my image gallery if I knew that people could access the JPIP protocol to retrieve a thumbnail and higher res. images without wasted data and in a resolution matching their monitor (on-the-fly of course!).

    Yes I happen to like JPEG2000. I had to implement part of it once upon a time.

  150. It's TIFF-EP!!! by SuperKendall · · Score: 1

    The new format is just defining the placement of where some data should go in a TIFF-EP file! Doesn't get more standard than that.

    It's also more flexible than Jpeg2000 would be, in terms of additions to the format.

    I thought Jpeg2000 had some patent issues as well? Not a problem with TIFF which has been around since the dawn of time.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley