Robin Krom
Robin Krom
> > The icon for the button, it transfers the functionality but it's not the most professional. > > Totally agree! It was just a placeholder. How were the other...
> > I'm sure that for most users it will not be clear how to change the emoji, so I really want a button for it in the toolbar like...
> > If I resize the emoji, in such a way that it's there is a rotation taking place. I saw the rotate code, and I think it doesn't make...
Another task we should not forget: - [x] check if serializing to clipboard (copy, paste, duplicate) and disk works
For the recent state of code, the emoji is not redrawn after changing the emoji. In the emojiPicker.Picked event you want to add a ResetCachedBitmap();
I also think there is a way to optimize the bitmap generation as follows: ``` private Image ComputeBitmap(int iconSize) { _image.RenderTransformOrigin = new System.Windows.Point(0.5, 0.5); _image.RenderTransform = new RotateTransform(_rotationAngle); _image.Measure(new...
Another question, do we actually need the System.Windows.Controls.Image _image, if it's only there while rendering the popup? As soon as we cached the bitmap, it's no longer needed, right?
I ignored your issue, as it felt a bit harsh "uninstalled". FYI: I don't care if you uninstall Greenshot. Greenshot comes as is and is free, it doesn't bring me...
MPD in general does not support the notion of having different volumes for different speakers, therefore forked-daapd would not be able to either. If your use-case is that one device...
Hint: Ico files can contain the icon in multiple resolutions, e.g. 48x48 and 256x256 and different color depths. It's even possible that in one file there are a few BMP...