Skip to content

Commit

Permalink
thumbnail generation :D
Browse files Browse the repository at this point in the history
  • Loading branch information
RinLovesYou committed Feb 27, 2021
1 parent befd5ab commit 549473b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion EncodeAndSign/Data/DecodedFrame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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++)
Expand Down

0 comments on commit 549473b

Please sign in to comment.