Search found 1 match
- 2012-02-21T09:51:15-07:00
- Forum: Users
- Topic: DNG to JPG using ImageMagick
- Replies: 0
- Views: 4567
DNG to JPG using ImageMagick
ImageMagick 6.6.0-4 I have a DNG file with EXIF and IPTC data. I've also adjusted the color correction in the DNG file. And now I want to convert the DNG to JPG. I've tried following command: <?php $filename = 'target/'.time().'.jpg'; shell_exec('convert dng:source/Testdatei_JAPO_20111220 ...