mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-22 11:19:25 +01:00
New frame folder import code with rgb24, divisible res fix, and any->png enc
This commit is contained in:
14
Code/Data/Padding.cs
Normal file
14
Code/Data/Padding.cs
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user