I want to convert DNG to TIFF using API
I'm developing a mobile app where I required to convert dng to tiff using Adobe RGB color space.
Steps we follow on desktop Adobe photoshop
1. In Photoshop, open DNG image.
2. Then we click on Save Image option.
3. Then we chose destination and file extension as TIF
4. Then we chose 'Adobe RGB' color space,8/16 Bit channel.
How I wanted it to work in my app?
1. In my app, camera will take raw image.
2. Upload DNG image to Adobe Cloud using API.
3. Adobe Cloud will Convert DNG to TIF as per required setting.
4. Downloaded back to mobile app using API.
