How 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 Articleconverting RGB to DNG without affecting color profiles
Hi guys I'm working with the DNG SDK in C++ for some time now. I need to be able to take a raw RGB (not camera raw) and convert it into a dng file. After playing arond with it for a few days, I...
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 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 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 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 ArticleConvert Raw to DNG
Dear all,I'm seeking DNG SDK assistance, and I'm trying to convert our raw file(only contains metadata from the sensor) to DNG format so that we can use white balance, demosaic,vignetting and so on....
View ArticleInstallation failed: 'AppendProperties' : is not a member of 'TXMPUtils'
Dear all,I’m trying to install DNG-SDK (1.3) but with no success, I have tried to compile with both XMP Toolkit SDK CC-2013.06 and XMP Toolkit SDK 5.1.2 but with the same error message: error C2039:...
View ArticleDNG SDK build project cannot find the xml sdk
On win7/x64. Installed dng sdk and all dependencies per the readme files. xml sdk built OK with vc10 express, as 64 bit static and dll.But the vc solution for dng_validate has incorrect names for the...
View ArticleCompression artifacts in validate dng output - proof attached
I have uploaded a zip file - out.dng is the output of validate dng. https://dl.dropboxusercontent.com/u/9906333/dngs.zip Look at the edges of the white chair - you will see classic jpeg compression...
View ArticleSaving 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 ArticleEnable multithreading in DNG SDK
Hi all,I have to process very fast a large amount of DNG files (couple of thousands) and I have to do this on a regular basis. The processing is a simple conversion to TIF, white balance, and all other...
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 ArticleHow to write manipulated image back to negative?
Hi all,I would like to do some simple dng raw image manipulation like black image subtraction. Therfore I though I would get the stage2 image (because working on stage1 is not correct right?) of both...
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 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 ArticleOutput of stage 1 (pre linearisation) and clarification
hi, Scratching my head on this one. I have some DNG RAW files and i'm using dng_validate to explore in more detail. I'm looking at all the stages of processing via outputting uncompressed tifs. What i...
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 Articlemonochrome dng
Hello, I have been writing my own DNG headers to raw sensor grabs successfully for a while now. These have all been CFA sensors but now I have a monochrome sensor in the mix and I would like to save...
View ArticleGet DNG Date Created from dng sdk
I have successfully compiled the dng sdk and the validate app and I wondered what is a simple way to just get the date created out?
View Article