Package | Description |
---|---|
er.attachment.model | |
er.attachment.thumbnail | |
er.attachment.utils |
Modifier and Type | Method and Description |
---|---|
ERMimeType |
ERAttachment.erMimeType()
Returns the ERMimeType that corresponds to the mimeType.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IERThumbnailer.canThumbnail(ERMimeType mimeType)
指定 mime タイプのサムナイルの作成可能かどうか
|
boolean |
ERImageThumbnailer.canThumbnail(ERMimeType mimeType) |
void |
SipsImageProcessor.processImage(int resizeWidth,
int resizeHeight,
IERImageProcessor.Quality resizeQuality,
int dpi,
float sharpenRadius,
float sharpenIntensity,
float gamma,
int cropX,
int cropY,
int cropWidth,
int cropHeight,
File watermarkFile,
boolean tileWatermark,
float compressionQuality,
File colorProfileFile,
File inputFile,
File outputFile,
ERMimeType outputMimeType) |
void |
Java2DImageProcessor.processImage(int resizeWidth,
int resizeHeight,
IERImageProcessor.Quality resizeQuality,
int dpi,
float sharpenRadius,
float sharpenIntensity,
float gamma,
int cropX,
int cropY,
int cropWidth,
int cropHeight,
File watermarkFile,
boolean tileWatermark,
float compressionQuality,
File colorProfileFile,
File inputFile,
File outputFile,
ERMimeType outputMimeType) |
void |
ImageMagickImageProcessor.processImage(int resizeWidth,
int resizeHeight,
IERImageProcessor.Quality resizeQuality,
int dpi,
float sharpenRadius,
float sharpenIntensity,
float gamma,
int cropX,
int cropY,
int cropWidth,
int cropHeight,
File watermarkFile,
boolean tileWatermark,
float compressionQuality,
File colorProfileFile,
File inputFile,
File outputFile,
ERMimeType outputMimeType) |
void |
ImageIOImageProcessor.processImage(int resizeWidth,
int resizeHeight,
IERImageProcessor.Quality resizeQuality,
int dpi,
float sharpenRadius,
float sharpenIntensity,
float gamma,
int cropX,
int cropY,
int cropWidth,
int cropHeight,
File watermarkFile,
boolean tileWatermark,
float compressionQuality,
File colorProfileFile,
File inputFile,
File outputFile,
ERMimeType outputMimeType) |
void |
IERImageProcessor.processImage(int resizeWidth,
int resizeHeight,
IERImageProcessor.Quality resizeQuality,
int dpi,
float sharpenRadius,
float sharpenIntensity,
float gamma,
int cropX,
int cropY,
int cropWidth,
int cropHeight,
File watermarkFile,
boolean tileWatermark,
float compressionQuality,
File colorProfileFile,
File inputFile,
File outputFile,
ERMimeType outputMimeType)
Processes the given image with all of the given configuration settings.
|
void |
IERThumbnailer.thumbnail(int resizeWidth,
int resizeHeight,
File inputFile,
File outputFile,
ERMimeType outputMimeType)
簡易イメージのサムナイル作成。
他のパラメータはデフォルトで最高の出力で設定されています。
|
void |
IERImageProcessor.thumbnail(int resizeWidth,
int resizeHeight,
File inputFile,
File outputFile,
ERMimeType outputMimeType)
Provides a shortcut to thumbnailing an image using some default values that produce
decent quality thumbnail outputs.
|
void |
ERImageThumbnailer.thumbnail(int resizeWidth,
int resizeHeight,
File inputFile,
File outputFile,
ERMimeType outputMimeType) |
void |
ERImageProcessor.thumbnail(int resizeWidth,
int resizeHeight,
File inputFile,
File outputFile,
ERMimeType outputMimeType)
Provides a shortcut to thumbnailing an image using some default values that produce
decent quality thumbnail outputs.
|
static IERThumbnailer |
ERThumbnailer.thumbnailer(ERMimeType mimeType) |
Modifier and Type | Class and Description |
---|---|
class |
ERGlobMimeType
ERGlobMimeType represents an "image/*" style mime type.
|
Modifier and Type | Method and Description |
---|---|
ERMimeType |
ERMimeTypeManager.mimeTypeForExtension(String extension,
boolean exceptionIfNotFound)
Returns the ERMimeType for the given file extension, optionally throwing an exception
if the type isn't found.
|
ERMimeType |
ERMimeTypeManager.mimeTypeForFile(File file,
boolean exceptionIfNotFound)
Returns the ERMimeType for the given file, optionally throwing an exception
if the type isn't found.
|
ERMimeType |
ERMimeTypeManager.mimeTypeForFileName(String fileName,
boolean exceptionIfNotFound)
Returns the ERMimeType for the given file name, optionally throwing an exception
if the type isn't found.
|
ERMimeType |
ERMimeTypeManager.mimeTypeForMimeTypeString(String mimeType,
boolean exceptionIfNotFound)
Returns the ERMimeType for the given mime type string, optionally throwing an exception
if the type isn't found.
|
ERMimeType |
ERMimeTypeManager.mimeTypeForUTI(String uti,
boolean exceptionIfNotFound)
Returns the ERMimeType for the given UTI, optionally throwing an exception
if the type isn't found.
|
Modifier and Type | Method and Description |
---|---|
void |
ERMimeTypeManager.addMimeType(ERMimeType mimeType)
Adds a mime type definition to the manager.
|
boolean |
ERMimeType.matches(ERMimeType otherMimeType)
Supports glob mime types for comparison, so image/* matches image/jpeg.
|
boolean |
ERMimeType.matchesExactly(ERMimeType mimeType)
Returns true if this mime type exactly matches the other, meaning, the
underlying mime type strings are identical.
|
void |
ERMimeTypeManager.removeMimeType(ERMimeType mimeType)
Removes the given mime type definition from this manager.
|
Copyright © 2002 – 2025 Project Wonder.