JD Pierce

Results 2 issues of JD Pierce

`SixLabors.ImageSharp.Image imgSharp = SixLabors.ImageSharp.Image.Load(imagePath);` `List imgSharpList = new List() {imgSharp};` `// TODO 1/9/23: support this casting` `List anyBitmapList = imgSharpList.Cast().ToList();` `// should we also support this?` `//List anyBitmapList = imgSharpList;`...

enhancement

First off, thank you for still actively developing this. I am interested in becoming a contributor and I may investigate this issue as time permits. ### Issue HTML `` elements...