Skip to content

Commit 549473b

Browse files
committed
thumbnail generation :D
1 parent befd5ab commit 549473b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

EncodeAndSign/Data/DecodedFrame.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,6 @@ public byte[] CreateThumbnailW64()
528528

529529
var bruhh = BitmapImage2Bitmap(Thumbnail);
530530
var resized = new System.Drawing.Bitmap(bruhh, new System.Drawing.Size(bruhh.Width / 2, bruhh.Height / 2));
531-
resized.Save("out/thumb.bmp");
532531
var res = new byte[1536];
533532
/// TO DO : change with the actual frame thumbnail
534533
for (int x = 0; x < 64; x++)

0 commit comments

Comments
 (0)