Robin Krom
Robin Krom
I'm thinking about building a **small** repository to evaluate different solutions, concerning image formats. - System.Drawing (Windows) - WPF (Windows) - ImageSharp (Multi platform - no UI framework) Optionally: -...
True, WPF is a "thin" layer upon WIC. But it's also a whole UI framework. You could do WIC without the UI... If you are not planning on using the...
There is no such thing yet. So would you be so kind to describe your use-case in details? To give you a small guide, I like to know things like:...
Thank you for that information! I like discussions where people explain what they need to do their work, and not go into a single detail feature which only fits a...
Hey David, thanks for your feature request. This is definitively currently not possible, so I need to think about this and how it might fit into other plans. I think...
About the file format, this is very proprietary, due to the nature of how we store... But I have been thinking about a new format for a while, I'll try...
Although I understand how you are thinking, the Greenshot editor is far from a image viewer. Images can have **many** formats, which Greenshot doesn't support. Screenshots usually have a size...
We need to wait for a .NET implementation of an encoded & decoder for this file format. I'm not so good at mathematics that I would be able to pull...
That is cool, but libavif is a c-library (unmanaged) , and Greenshot is made with C# (managed), mixing this is certainly possible but brings a lot of issues. I currently...
It's not that easy, unfortunately. I would love to see that every service has the same contract, but this is not the case, so we would need to implement every...