Manipulating DNG Images

Converting DNG to JPEG

Aspose.Imaging for Java provides the DngImage class to load DNG files and same can be used to convert the DNG to raster formats. The following code snippet shows how to convert a DNG file to JPEG format.

Accessing DNG Properties

Aspose.Imaging for Java provides the DngImage class to load DNG files and access different properties of a DNG image. The following code snippet shows how DNG image information/properties can be accessed.