diff --git a/EncodeAndSign/Data/DecodedFrame.cs b/EncodeAndSign/Data/DecodedFrame.cs index 04757b4..4cabbe3 100644 --- a/EncodeAndSign/Data/DecodedFrame.cs +++ b/EncodeAndSign/Data/DecodedFrame.cs @@ -528,7 +528,6 @@ public byte[] CreateThumbnailW64() var bruhh = BitmapImage2Bitmap(Thumbnail); var resized = new System.Drawing.Bitmap(bruhh, new System.Drawing.Size(bruhh.Width / 2, bruhh.Height / 2)); - resized.Save("out/thumb.bmp"); var res = new byte[1536]; /// TO DO : change with the actual frame thumbnail for (int x = 0; x < 64; x++)