cc
This commit is contained in:
parent
150eba392b
commit
cb99858cf7
@ -87,14 +87,14 @@ namespace Cupola
|
|||||||
|
|
||||||
previous.ToBitmap().Save(name + i.ToString() + ".png");
|
previous.ToBitmap().Save(name + i.ToString() + ".png");
|
||||||
|
|
||||||
|
|
||||||
Task<FloatImage> blend = FloatImage.Blend(new FloatImage[] { previous, new FloatImage(images[i]) }, true);
|
Task<FloatImage> blend = FloatImage.Blend(new FloatImage[] { previous, new FloatImage(images[i]) }, true);
|
||||||
Task<FloatImage> height = FloatImage.Highest(new FloatImage[] { brightest, new FloatImage(images[i]) });
|
Task<FloatImage> height = FloatImage.Highest(new FloatImage[] { brightest, new FloatImage(images[i]) });
|
||||||
|
|
||||||
FloatImage blendImage = await blend;
|
FloatImage blendImage = await blend;
|
||||||
FloatImage heightImage = await height;
|
FloatImage heightImage = await height;
|
||||||
brightest = heightImage;
|
brightest = heightImage;
|
||||||
|
|
||||||
Console.Write("a");
|
Console.Write("a");
|
||||||
previous = await FloatImage.Blend(new FloatImage[] { blendImage, heightImage }, true);
|
previous = await FloatImage.Blend(new FloatImage[] { blendImage, heightImage }, true);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user