raw 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 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 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 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 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 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 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 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 ArticleThe current DNG Profile Editor cannot interpret 7.1 raw settings
Hi, I am frustrated that the DNG Profile Editor is not able to apply Lightroom's or Camera Raw's settings since the new Process 2012 has been in effect. This SEVERLY limits the usefulness of the...
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 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 ArticleDNG/XMP AppendProperties/ApplyTemplate
I downloaded the latest DNG SDK (1.3) and XMP Toolkit SDK (CS6). The DNG SDK expects "AppendProperties", while the XMP has replaced that with "ApplyTemplate". I then tried an earlier version of the...
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 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 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 ArticleDNG SDK - What a Complete MESS !!!!!
Hi - and sorry for this to be HIGHLY infriendly message I have downloaded and installed ALL latest greatest of anything pertaining to the DNG SDK -Followed ANY read me, configure, make, make install...
View ArticleEmbed only mosaiced data
Hi, I would like to embed only the mosaiced image into the DNG. Is this possible? I have tried to comment BuildStage2Image and BuildStage3Image, but with no success. So any clue will be appreciated....
View Article