|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ImageUtils
| Method Summary | |
|---|---|
Blob |
crop(Blob blob,
int x,
int y,
int width,
int height)
|
InputStream |
crop(InputStream in,
int x,
int y,
int width,
int height)
Deprecated. |
boolean |
isAvailable()
Returns true if this ImageUtils can be used, false
otherwise |
Blob |
resize(Blob blob,
String finalFormat,
int width,
int height,
int depth)
|
InputStream |
resize(InputStream in,
int width,
int height)
Deprecated. |
Blob |
rotate(Blob blob,
int angle)
|
InputStream |
rotate(InputStream in,
int angle)
Deprecated. |
| Method Detail |
|---|
@Deprecated
InputStream crop(InputStream in,
int x,
int y,
int width,
int height)
@Deprecated
InputStream resize(InputStream in,
int width,
int height)
@Deprecated
InputStream rotate(InputStream in,
int angle)
Blob crop(Blob blob,
int x,
int y,
int width,
int height)
Blob resize(Blob blob,
String finalFormat,
int width,
int height,
int depth)
Blob rotate(Blob blob,
int angle)
boolean isAvailable()
true if this ImageUtils can be used, false
otherwise
|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||