public class ExifModule extends AbstractQuercusModule
PHP_INI_ALL, PHP_INI_PERDIR, PHP_INI_SYSTEM, PHP_INI_USER| Constructor and Description |
|---|
ExifModule() |
| Modifier and Type | Method and Description |
|---|---|
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()
|
addConstant, addConstant, addConstant, getConstMap, getIniDefinitions, getLoadedExtensionspublic 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 JPEGpublic static java.lang.String exif_tagname(java.lang.String index)