2c2 < // read_exif_off_image_rotate.php --- > // read_exif_off_image.php 6,11c6 < < $nform="
        Image URL:   
"; < $rotbit=""; < < $htmlis=""; < $indiv=""; --- > $nform="
        Image URL:   
"; 35c30 < $htmlis="Exif for " . $image . "

Exif for " . $image . "

RJM Programming - August, 2016

Thanks to http://www.v-nessa.net/2010/08/02/using-php-to-extract-image-exif-data


" . "        Image type of " . $image . " is: " . $types[$imagetype]; --- > echo "Exif for " . $image . "

Exif for " . $image . "

RJM Programming - August, 2016

Thanks to http://www.v-nessa.net/2010/08/02/using-php-to-extract-image-exif-data


" . "Image type of " . $image . " is: " . $types[$imagetype]; 39,51c34 < $indiv.="
" . "        $key.$name: $val"; < if (($key.$name) == "IFD0Orientation") { < if (str_replace(" ","","$val") == "8") { < //$htmlis="Exif for " . $image . "

Exif for " . $image . "

RJM Programming - August, 2016

Thanks to http://www.v-nessa.net/2010/08/02/using-php-to-extract-image-exif-data


" . "        Image type of " . $image . " is: " . $types[$imagetype]; < $htmlis=str_replace("; norepeat; ", "; opacity:0.6; norepeat; -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); ", $htmlis); < } else if (str_replace(" ","","$val") == "6") { < //$htmlis="Exif for " . $image . "

Exif for " . $image . "

RJM Programming - August, 2016

Thanks to http://www.v-nessa.net/2010/08/02/using-php-to-extract-image-exif-data


" . "        Image type of " . $image . " is: " . $types[$imagetype]; < $htmlis=str_replace("; norepeat; ", "; opacity:0.6; norepeat; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); ", $htmlis); < } else if (str_replace(" ","","$val") == "3") { < //$htmlis="Exif for " . $image . "

Exif for " . $image . "

RJM Programming - August, 2016

Thanks to http://www.v-nessa.net/2010/08/02/using-php-to-extract-image-exif-data


" . "        Image type of " . $image . " is: " . $types[$imagetype]; < $htmlis=str_replace("; norepeat; ", "; opacity:0.6; norepeat; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); ", $htmlis); < } < } --- > echo "
" . "$key.$name: $val"; 54,58c37 < if (str_replace("transXXXform:","",$htmlis) != $htmlis) { < echo str_replace("" . $indiv . "" . $nform . ""; < } else { < echo $htmlis . $indiv . "
" . $nform . ""; < } --- > echo "
" . $nform . "";