Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Is there way to display the exif data from an uploaded digital photo?
Yes, you can do that. You can set 'View as' type of image field to 'Custom' and add your own code there that read EXIF data and display it on the page.Check PHP Exif functions for more info:http://www.php.net/manual/en/ref.exif.phpSpecifically you looking for exif_read_data() function:http://php.net/manual/en/function.exif-read-data.php