Saving a DNG
Hello, i have opened up a DNG profile and gotten a bit of info out of it. The stream is open as readonly. I want to make 1 change to it, that is the camera profile name. So after i have done this, i...
View ArticleFrom Stage3Image() to sRGB color space
I get my image this way dng_image* image = (negative->Stage3Image()); I have to manimulate with it and then I want to covtert it to sRGB color space. I tryed to do gamma 2.2 and white balance with...
View ArticleDNG data production
I have a camera which delivers a data stream of pure pixel values. Pixels are 12 bit packed data.There is no header in front of the data. Software like Irfan has no problem to open it.What I search, is...
View ArticleRather basic question:
I'm currently writing a lens correction and image optimization program that (if everything works as planned) will perform the following functions: 1. Removal of image blurring introduced by the lens,...
View ArticleNewbie - getting started
Hi,Hopefully someone can help me here. I'm looking to place either simulated or camera raw output (and here I mean a matrix of 8 or 10 bit values without debayering) into a RAW format so that I can...
View ArticleFrom dng_image to pixel buffer?
Various things of the DNG SDK return a dng_image. The stage1, stage2 and stage3 are an RGB image. And if you use dng_render, you also get a dng_image. I'd like to get a buffer of pixels (with for...
View ArticleHow to build dng_validate in VisualC++ 2010 [Question]
Hello all, I loaded the project solution coming with the current source into my Microsoft Visual C++ 2010 IDE and hit BUILD having prepared everything as in the README - I even replaced XMP 5.1.2 with...
View ArticleCreating a DNG from scratch.
Hi,I'm trying to save camera raws(16 Bit Bayer pattern) I grab directly from an industrial camera in the DNG format.By looking at http://fossies.org/dox/digikam-2.5.0/dngwriter_8cpp_source.html#l00188...
View ArticleCrash when creating a Lossless-jpeg compressed DNG
Hi all, everything is in the title i guess. I work on a legacy system, using DNG SDK 1.1 (upgrading is not an option). The software was originally desgined under win, and is now ported to mac os X....
View ArticleI scanned a black & white negative. Can I turn it into a positive in PS?
I scanned a black & white negative. Can I turn it into a positive in PhotoShop?
View ArticleUnderstanding ISO Change Effect on RAW Image and GainMap Opcode
I am trying to figure out GainMap tags change by ISO in ".dng" file. I came across with this question: https://forums.adobe.com/thread/1410199 and this answer:...
View ArticleHow can I tell DNG converter to grab NEW images ONLY?
I've just started taking RAW [CR2] images and learned to use DNG Converter to import them into Lightroom. So far every time I convert a new batch of images, the program grabs previously converted CR2s...
View ArticleCannot read property 'paintWidget' of null"
Hi I got an error: "Cannot read property 'paintWidget' of null" when I i.e. rotate image in adobe creative web sdk.When I use other tool I got 'Cannot read property 'spin' of null" I've just migrate...
View ArticleSetting correct Bayer mosaic pattern using DNG SDK
Hey,I'm having a problem generating DNG files from raw image files. The problem relates to the demosaicing parameters. I have a raw image from each of two different cameras (Cannon D200 and Panasonic...
View ArticleCompiling dng sdk with xmp 5.1.2
I was trying to compile the dng sdk 1.3 (windows visual studio 2008), and I am hitting a snag with the XMP SDK - when compiling dng_xmp_sdk.cpp I get a: error C2039: 'AppendProperties' : is not a...
View Article"Updated DNG SDK now available" - NOT
The downloads that I can access are still the old version. (File dates are all 2012)
View ArticleSubIFD1 tags not updating
Hey, I'm currently developing code to write raw camera image data to dng files (I'm doing some processing in between so I'm not using the DNG Converter exe). I have not been able to find any tutorial...
View ArticleDNG Converter source: who to ask
Hi, I do not know if Adobe people are actually reading the forums (but one can always hope). I am currently researching the possibility of raw conversion on Unix operating systems (BSD, Linux, Solaris...
View Articleraw image size > 2.147 Gb?
Hello, Is there a dng specification raw image size limit? I would like to save huge raw images. We changed the kMaxImageSide from 65000 to 300000. I know the dng's which are bigger then 65000 per size...
View ArticleGiven a cam_to_sRGB matrix, how do I generate ForwardMatrix?
I have a matrix that will convert my raw camera RGB data to sRGB space, for example when I apply the matrix to the white balance corrected raw data in MATLAB, I get a good looking output image. I want...
View Article