Image class
- Available extensions
- Annotations
-
- @JS()
Constructors
- Image()
Properties
Methods
-
blend(
Image other, double alpha) → Image -
copy(
) → Image -
flipLeftRight(
) → Image -
flipTopBottom(
) → Image -
free(
) → void -
gaussianBlur(
double radius, int passes) → Image -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resample(
int width, int height, Transform mode) → Image -
rotate180(
) → Image -
rotate270(
) → Image -
rotate90(
) → Image -
toBlurhash(
int xComponents, int yComponents) → String -
toJpegPromise(
int quality) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
-
transpose(
) → Image -
transverse(
) → Image
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited