]> git.mxchange.org Git - friendica.git/commit
orient function uses exif_read_data for which valid image types are only JPEG and...
authorVasudev Kamath <kamathvasudev@gmail.com>
Sat, 7 Jul 2012 10:47:26 +0000 (16:17 +0530)
committerVasudev Kamath <kamathvasudev@gmail.com>
Sat, 7 Jul 2012 10:47:26 +0000 (16:17 +0530)
commit1b3d84422e27b5d1f728a4e4fedc8231e6e81453
treed442541efa86d3d665b042c36415d3e7944e39cb
parentba4db236ecff1ffdb56adc2715b3f53515f8cb34
orient function uses exif_read_data for which valid image types are only JPEG and TIFF as per the document [1].

When trying to upload an screenshot with png type I was getting message as *failed* even though image was uploading. So added a fix to check image type before calling orient function. Not sure if this is a proper fix but after this i'm not getting any error during file upload

[1] http://au2.php.net/manual/en/function.exif-read-data.php
mod/photos.php