Using system agnostic image processing
This commit is contained in:
@@ -62,7 +62,6 @@ namespace fxl.codes.kisekae.Services
|
||||
}
|
||||
|
||||
SetInitialPositions(model, initialPositions.ToString());
|
||||
model.Reset();
|
||||
|
||||
if (string.IsNullOrEmpty(directory)) return model;
|
||||
|
||||
@@ -71,6 +70,11 @@ namespace fxl.codes.kisekae.Services
|
||||
_fileParser.ParsePalette(directory, palette);
|
||||
}
|
||||
|
||||
foreach (var cel in model.Cels)
|
||||
{
|
||||
_fileParser.ParseCel(directory, cel, model.Palettes);
|
||||
}
|
||||
|
||||
return model;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user