Exif Helper
This commit is contained in:
5
Models/Face/OutputResolution.cs
Normal file
5
Models/Face/OutputResolution.cs
Normal file
@ -0,0 +1,5 @@
|
||||
namespace File_Folder_Helper.Models.Face;
|
||||
|
||||
public record OutputResolution(int Height,
|
||||
int Orientation,
|
||||
int Width);
|
Reference in New Issue
Block a user