Scott Williams
Scott Williams
### Proposal This goes along with the https://github.com/SixLabors/ImageSharp/discussions/2090 proposal so show the impact to the API. ### Description Obsoletes all the overloads of `Image.Load` that return on `IImageFormat`, removes all...
There is a user on Stack Overflow trying to create a new image using VB.NET. https://stackoverflow.com/questions/61839616/imagesharp-draw-image-on-image-in-vb-net Image sharp has an issue at the moment where its not possible to new...
ImageSharp should provide an initial standard structure for adding library inter-op apis. * [ ] ImageSharp System.Drawing interop ** Simple API the allows for converting `System.Drawing.Image` into an `ImageSharp.Image`. **...
### Prerequisites - [x] I have written a descriptive pull-request title - [x] I have verified that there are no overlapping [pull-requests](https://github.com/SixLabors/ImageSharp.Drawing/pulls) open - [ ] I have verified that...
Support for font files with multiple variants. https://learn.microsoft.com/en-us/typography/opentype/spec/otvaroverview
add an event to `IFontCollection` that will be called before a font instance is returned that can be used to switch the font instance in the collection with an alternative...
It would be awesome if NRasterizer could support rendering multiple font weights from a single file.
calling `Renderer.Render(x, y, text, size. resolution)` doesn't support drawing tabs. As a simple first pass it could be updated to just switch on tabs and advance `xx` by `n` spaces...
Typeface doesn't expose any information about whats inside the font. Typeface should be extended to expose the font name, and any/all capabilities the font provides. I'm thinking an API a...
Back port kerning support from https://github.com/LayoutFarm/Typography into NRasterizer. Just adding an issue to track and continue discussion as required. cc: @prepare