We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent befd5ab commit 549473bCopy full SHA for 549473b
EncodeAndSign/Data/DecodedFrame.cs
@@ -528,7 +528,6 @@ public byte[] CreateThumbnailW64()
528
529
var bruhh = BitmapImage2Bitmap(Thumbnail);
530
var resized = new System.Drawing.Bitmap(bruhh, new System.Drawing.Size(bruhh.Width / 2, bruhh.Height / 2));
531
- resized.Save("out/thumb.bmp");
532
var res = new byte[1536];
533
/// TO DO : change with the actual frame thumbnail
534
for (int x = 0; x < 64; x++)
0 commit comments