From da6eecd03111660ae12221265986ba4b10b155dd Mon Sep 17 00:00:00 2001 From: Klaus Weidenbach Date: Wed, 4 Mar 2015 10:15:16 +0100 Subject: remove Doxygen API Documentation from repository. This removes around 14MB and can get easily generate locally by doxygen util/Doxyfile when needed. Restructured .gitignore a bit and some additions like zotshrc, etc. Fixed a typo in doc/main.bb --- doc/html/classphoto__gd.html | 434 ------------------------------------------- 1 file changed, 434 deletions(-) delete mode 100644 doc/html/classphoto__gd.html (limited to 'doc/html/classphoto__gd.html') diff --git a/doc/html/classphoto__gd.html b/doc/html/classphoto__gd.html deleted file mode 100644 index 53d819bfb..000000000 --- a/doc/html/classphoto__gd.html +++ /dev/null @@ -1,434 +0,0 @@ - - - - - - -The Red Matrix: photo_gd Class Reference - - - - - - - - - - - - - -
-
- - - - - - - -
-
The Red Matrix -
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
photo_gd Class Reference
-
-
-
-Inheritance diagram for photo_gd:
-
-
- - -photo_driver - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Public Member Functions

 supportedTypes ()
 
 load ($data, $type)
 
 setDimensions ()
 
 destroy ()
 
 getImage ()
 
 doScaleImage ($dest_width, $dest_height)
 
 rotate ($degrees)
 
 flip ($horiz=true, $vert=false)
 
 cropImage ($max, $x, $y, $w, $h)
 
 imageString ()
 
- Public Member Functions inherited from photo_driver
 supportedTypes ()
 
 load ($data, $type)
 
 destroy ()
 
 setDimensions ()
 
 getImage ()
 
 doScaleImage ($new_width, $new_height)
 
 rotate ($degrees)
 
 flip ($horiz=true, $vert=false)
 
 cropImage ($max, $x, $y, $w, $h)
 
 imageString ()
 
 __construct ($data, $type='')
 
 __destruct ()
 
 is_valid ()
 
 getWidth ()
 
 getHeight ()
 
 saveImage ($path)
 
 getType ()
 
 getExt ()
 
 scaleImage ($max)
 
 scaleImageUp ($min)
 
 scaleImageSquare ($dim)
 
 orient ($filename)
 
 save ($arr)
 
 store ($aid, $uid, $xchan, $rid, $filename, $album, $scale, $profile=0, $allow_cid= '', $allow_gid= '', $deny_cid= '', $deny_gid= '')
 
- - - - - - - - - - - - - - -

-Additional Inherited Members

- Protected Attributes inherited from photo_driver
 $image
 
 $width
 
 $height
 
 $valid
 
 $type
 
 $types
 
-

Member Function Documentation

- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
photo_gd::cropImage ( $max,
 $x,
 $y,
 $w,
 $h 
)
-
- -
-
- -
-
- - - - - - - -
photo_gd::destroy ()
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
photo_gd::doScaleImage ( $dest_width,
 $dest_height 
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
photo_gd::flip ( $horiz = true,
 $vert = false 
)
-
- -
-
- -
-
- - - - - - - -
photo_gd::getImage ()
-
- -
-
- -
-
- - - - - - - -
photo_gd::imageString ()
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
photo_gd::load ( $data,
 $type 
)
-
- -
-
- -
-
- - - - - - - - -
photo_gd::rotate ( $degrees)
-
- -
-
- -
-
- - - - - - - -
photo_gd::setDimensions ()
-
- -

Referenced by cropImage(), doScaleImage(), flip(), load(), and rotate().

- -
-
- -
-
- - - - - - - -
photo_gd::supportedTypes ()
-
- -
-
-
The documentation for this class was generated from the following file: -
-
- -- cgit v1.2.3