mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 08:34:12 +01:00
Move extension method from Bitmap to Image
This commit is contained in:
parent
cbf241ca3c
commit
6882284593
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ namespace FFMpegCore.Extend
|
|||
{
|
||||
public static class BitmapExtensions
|
||||
{
|
||||
public static bool AddAudio(this Bitmap poster, string audio, string output)
|
||||
public static bool AddAudio(this Image poster, string audio, string output)
|
||||
{
|
||||
var destination = $"{Environment.TickCount}.png";
|
||||
poster.Save(destination);
|
||||
|
|
Loading…
Reference in a new issue