Robin Krom
Robin Krom
So I had a look at this, and having the screenshot in the notification is a nice thing. It would be important to keep the aspect ratio for the image...
Google discontinued Picasa, see here: https://picasa.google.com/ The bad thing about cloud services is that to implement them, we need usually multiple weeks of continuous development time... which as Greenshot is...
This issue was created due to the PR mentioned in the initial comment, for this the requirements are: 1. Draw an emoji to a WPF bitmap (System.Windows.Media.Imaging.BitmapSource) so it can...
Another requirement that is currently seen as a low hanging fruit: - Add additional, or better, support for file formats (e.g. webp which is requested). Both for saving and loading....
Furthermore I can image: - Replacing the resize and quantizers with the very good quality of ImageSharp. - Replace GDI DrawText, so we are no longer hitting restrictions like #283...
**Restrictions / facts:** - ImageSharp has a mutate, and allows you to resize the image in place. For Greenshot there are two modes of operandum, one is drawing to a...
> For file formats one can also hope that it provides a better quality / compression. (For instance .png produced by Greenshot are really huge) That would be a nice...
I know, I really expect a stride in the API, otherwise it won't work.
So I am building some experimental code for the interop. For the use-case image formats I just tested saving with an example photo: https://www.dpreview.com/sample-galleries/5902531902/leica-m11-sample-gallery/8521206921 The file sizes for this are:...
> Would be nice to see how much https://pngquant.org/ can gain on top of that! That uses quantizing, reducing the colors to 256, is not directly a fair comparison. The...