mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-14 18:15:44 +00:00
Code formatting
This commit is contained in:
parent
55b652a77f
commit
f3c7df1ff5
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ namespace FFMpegCore.Extensions.System.Drawing.Common
|
||||||
using var bitmap = new Bitmap(ms);
|
using var bitmap = new Bitmap(ms);
|
||||||
return bitmap.Clone(new Rectangle(0, 0, bitmap.Width, bitmap.Height), bitmap.PixelFormat);
|
return bitmap.Clone(new Rectangle(0, 0, bitmap.Width, bitmap.Height), bitmap.PixelFormat);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Saves a 'png' thumbnail to an in-memory bitmap
|
/// Saves a 'png' thumbnail to an in-memory bitmap
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue