icon_set_generator library
Generate icons sets from an image to a wide array of
Constants
Functions
-
generateIconSet(
String path, List sets, {String? extension, String out = './out'}) → Future< int> -
Returns the number of icons produced in the
out
dir given an imagepath
, or -1 in case of error. -
getDecoder(
String name) → Function? -
Returns the proper
Decoder
inferred from the filename
. -
getEncoder(
String format) → Function? -
Returns the proper
Encoder
for the givenformat
. -
normalizeSet(
List arr) → void - Remove numbers greater than 256 from a flat or nested list when handling the ICO format.