| phpExifRW |
| [ class tree: phpExifRW ] [ index: phpExifRW ] [ all elements ] |
|
Packages: phpExifRW Files: Classes: |
[ Top ] $sections = array()[line 352]
[ Top ] $showTags = false[line 379]
[ Top ] $thumbnail = ""[line 370] flag to check if the current file has been parsed or not.
[ Top ] $ThumbnailSize = 0[line 358]
[ Top ] $thumbnailURL = ""[line 371]
[ Top ] Class Methodsconstructor phpExifRW [line 390]
Constructor Parameters:
[ Top ]
method addComment [line 1643]
Adds comment to the image. NOTE: Will have to call writeExif for the comments and other data to be written back to image. Parameters:
[ Top ]
method addExif [line 1730]
Returns the exif information stored Parameters:
[ Top ]
method assign [line 611]
Changing / Assiging new file Parameters:
[ Top ]
method ConvertAnyFormat [line 1160]method ConvertAnyFormatBack [line 1203]
Reverse of ConvertAnyFormat, - Incomplete TODO: [ Top ]
method debug [line 429]
Show Debugging information Parameters:
[ Top ]
method findMarker [line 1627]
Searched for the tag specified in the sections list Parameters:
[ Top ]
method Get16u [line 1081]
Converts two byte number into its equivalent int integer Parameters:
[ Top ]
method Get32s [line 1099]
Converts 4-byte number into its equivalent integer Parameters:
[ Top ]
method get32u [line 1123]
Converts 4-byte number into its equivalent integer with the help of Get32s Parameters:
[ Top ]
method getExif [line 1715]method getFormat [line 1681]
Return the format of data of any tag. Tags:
Parameters:
[ Top ]
method getThumbnail [line 1284]method modifyExifDetails [line 1491]
This functiion writes back the modifed exif data into the imageinfo array - INCOMPLETE [ Top ]
method PrintFormatNumber [line 1134]
needed for examining exif header and printng the value of a tag Parameters:
[ Top ]
method ProcessExifDir [line 683]
Process one of the nested EXIF directories. Parameters:
[ Top ]
method processFile [line 442]method process_COM [line 662]
Process Comments Parameters:
[ Top ]
method process_EXIF [line 1027]
Process Exif data Parameters:
[ Top ]
method process_SOFn [line 631]
Process SOFn section of Image Parameters:
[ Top ]
method saveThumbnail [line 1251]
Function to extract thumbnail from Exif data of the image. and store it in a filename given by $ThumbFile Parameters:
[ Top ]
method setExifData [line 1483]
Modifies or sets value of specified Tag - Parameters:
[ Top ]
method showImageInfo [line 1300]
Display the extracted Exif information. It can overloaded for the look to change. [ Top ]
method showThumbnail [line 1275]
Returns thumbnail url along with parameter supplied. Should be called in src attribute of image Tags:
[ Top ]
method writeImage [line 1755]
Write the whole image back into a file. This function does not write back to the same file. You need to specify a filename Parameters:
[ Top ]
Documentation generated on Sat, 2 Aug 2003 16:19:43 +0530 by phpDocumentor 1.2.1 |