ThumborUrl class
Constructors
- ThumborUrl.new({required String host, String? key, required String imageUrl})
Properties
Methods
-
crop(
int top, int left, int bottom, int right) → void -
filter(
List< String> filters) → void -
fitIn(
FitInStyle style) → void -
flipHorizontally(
) → void -
flipVertically(
) → void -
horizontalAlign(
HorizontalAlignment align) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resize(
{int width = 0, int height = 0}) → void -
smart(
) → void -
toSafeUrl(
) → String -
toString(
) → String -
A string representation of this object.
inherited
-
toUnsafeUrl(
) → String -
toUrl(
) → String -
trim(
{TrimOrientation? orientation, int tolerance = 0}) → void -
verticalAlign(
VerticalAlignment align) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
blur(
int radius, int sigma) → String -
brightness(
int amount) → String -
contrast(
int amount) → String -
equalize(
) → String -
fill(
int color) → String -
format(
ImageFormat format) → String -
frame(
String imageUrl) → String -
grayscale(
) → String -
noise(
int amount) → String -
noUpscale(
) → String -
quality(
int amount) → String -
rgb(
int r, int g, int b) → String -
rotate(
int angle) → String -
roundCorner(
int radiusInner, int radiusOuter, int color) → String -
stripicc(
) → String -
watermark(
String imageUrl, int x, int y, int transparency) → String
Constants
- originalSize → const int