From b69fca14e76a2f5db0cd0924fe5e7056e94771b1 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 26 Feb 2013 15:49:37 -0800 Subject: initial doco --- doc/html/Photo_8php.html | 243 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 243 insertions(+) create mode 100644 doc/html/Photo_8php.html (limited to 'doc/html/Photo_8php.html') diff --git a/doc/html/Photo_8php.html b/doc/html/Photo_8php.html new file mode 100644 index 000000000..da4b93279 --- /dev/null +++ b/doc/html/Photo_8php.html @@ -0,0 +1,243 @@ + + + + + + +The Red Project: include/Photo.php File Reference + + + + + + + + + + + + + +
+
+ + + + + + + +
+
The Red Project +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
Photo.php File Reference
+
+
+ + + + +

+Classes

class  Photo
 
+ + + + + + + +

+Functions

 guess_image_type ($filename, $fromcurl=false)
 
 import_profile_photo ($photo, $xchan)
 
 import_channel_photo ($photo, $type, $aid, $uid)
 
+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
guess_image_type ( $filename,
 $fromcurl = false 
)
+
+

Guess image mimetype from filename or from Content-Type header

+
    +
  • $filename string Image filename
  • +
  • $fromcurl boolean Check Content-Type header from curl request
  • +
+

Well, this not much better, but at least it comes from the data inside the image, we won't be tricked by a manipulated extension

+ +

Referenced by consume_feed(), import_profile_photo(), local_delivery(), photo_upload(), profile_photo_post(), and scale_external_images().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
import_channel_photo ( $photo,
 $type,
 $aid,
 $uid 
)
+
+ +

Referenced by import_post().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
import_profile_photo ( $photo,
 $xchan 
)
+
+ +

Referenced by crepair_post(), import_post(), and import_xchan().

+ +
+
+
+
+ + + + -- cgit v1.2.3