ImageSize class
Calculate the size (width * height) from a file image
Constructors
Properties
Methods
-
loadCodeUnits(
) → List< int> -
Reads the file as bytes (List
) -
loadContents(
) → String - Reads the file as String
-
sizeOf(
String filePath) → ImageDimension - Read the file and returns the width & heigth dimensions
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
inherited