Embed 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 ArticleHow can i access cinemadng frame rate using the dng sdk?
I'm trying to figure out the right way to access the CinemaDNG frame rate using the DNG SDK --- preferably without having to hack up the DNG SDK, since that would have to be redone each time the DNG...
View ArticleBuild DNG SDK on Mac with XCode 6.2
Hello everyone, I am trying to build the DNG_SDK Version 1.4 with XCode 6.2. I have downloaded all the third party libraries for xmp and dng sdk. After linking errors with the current xmp sdk 201412, I...
View ArticleUsing LookTable and HSV with saturation of zero
I am currently looking at the DNG spec and the SDK, specifically using the LookTable to encode an HSV conversion that does not necessarily preserve grays.But as these are HSV tables and the way these...
View ArticleDifference Between Adobe DNG SDK and Photoshop's Results
I'm trying to find Photoshop's image processing operations applied to an image by comparing DNG SDK. For example, this is the difference between DNG SDK's sRGB result and Photoshop's sRGB result ....
View ArticleWhy does my image look different in every app?
Dropbox - 1.DNG I created a CinamaDNG video (a folder of DNG images) from scratch (i.e. from generated RGB values) using code similar to https://forums.adobe.com/thread/2105577. The resulting component...
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 ArticleDNG SDK Building for iOS environment
Hi, Can anyone help me with building DNG sdk for iOS platform ? Regards,Pankaj
View ArticleAdding camera profile correction to dng_validate.exe
Using Lightroom I know how to apply a camera profile (*.dcp file) to my *.DNG image. I would like to do the same in an application which I'm writing, so I guess a goodstarting point would be to append...
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 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 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 ArticleDNG SDK thinks 0xFFFFFFFF is invalid white level for 32 bit integers
As discussed in another message the DNG SDK does not seem to be able to write floating point DNGs. Since I need higher dynamic range than a 16 bit sample I instead went for 32 bit integers. This works,...
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 ArticleTransparency examples in DNG (SDK 1.4)
Hi All, I am new on this forum. I just started to assess the possibilities of DNG (and its SDK) for my photo processing pipeline. Being able to add (semi-) transparent pixels to sets of photos is one...
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 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 Article"Updated DNG SDK now available" - NOT
The downloads that I can access are still the old version. (File dates are all 2012)
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 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 Article