New frame folder import code with rgb24, divisible res fix, and any->png enc

This commit is contained in:
N00MKRAD
2020-12-02 14:27:41 +01:00
parent 596c3148c9
commit e6cfa68a2a
7 changed files with 70 additions and 23 deletions

14
Code/Data/Padding.cs Normal file
View File

@@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Flowframes.Data
{
class Padding
{
public const int inputFrames = 10;
public const int timestampFrames = 10;
}
}