Question about DNG file format
I know that DNG is based on the TIF file format, and that in a DNG file the main IFD typically contains a low resolution preview image, while a sub-IFD contains the actual full resolution raw image. I'm writing my own software that will generate test images in DNG format, and I was wondering if for the sake of keeping things as simple as possible, if it would be possible to make a valid DNG file with no preview image, and no sub-IFD, and instead store the raw image in the main IFD? Would such a configuration be a valid DNG file? Or would that violate the DNG specification?
