|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.quercus.module.AbstractQuercusModule
com.caucho.quercus.lib.ExifModule
public class ExifModule
PHP exif
| Field Summary |
|---|
| Fields inherited from class com.caucho.quercus.module.AbstractQuercusModule |
|---|
PHP_INI_ALL, PHP_INI_PERDIR, PHP_INI_SYSTEM, PHP_INI_USER |
| Constructor Summary | |
|---|---|
ExifModule()
|
|
| Method Summary | |
|---|---|
static Value |
exif_imagetype(Env env,
Path file)
Determine the type of an image |
static Value |
exif_read_data(Env env,
Path file,
java.lang.String sections,
boolean arrays,
boolean thumbs)
Reads the EXIF headers from JPEG or TIFF |
static java.lang.String |
exif_tagname(java.lang.String index)
Get the header name for an index |
static Value |
exif_thumbnail(Env env,
Path file,
int width,
int height,
int imageType)
Retrieve the embedded thumbnail of a TIFF or JPEG image |
static Value |
read_exif_data(Env env,
Path file,
java.lang.String sections,
boolean arrays,
boolean thumbs)
Alias of exif_read_data() |
| Methods inherited from class com.caucho.quercus.module.AbstractQuercusModule |
|---|
getConstMap, getIniDefinitions, getLoadedExtensions |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExifModule()
| Method Detail |
|---|
public static Value exif_read_data(Env env,
Path file,
java.lang.String sections,
boolean arrays,
boolean thumbs)
public static Value read_exif_data(Env env,
Path file,
java.lang.String sections,
boolean arrays,
boolean thumbs)
public static Value exif_thumbnail(Env env,
Path file,
int width,
int height,
int imageType)
filename - the name of the image file being read.width - the width of the returned thumbnailheight - the height of the returned thumbnailimagetype - either TIFF or JPEG
public static java.lang.String exif_tagname(java.lang.String index)
public static Value exif_imagetype(Env env,
Path file)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||