Added ClosestMatchFileName,
Changed dummy to match HgCV
This commit is contained in:
@ -16,13 +16,12 @@ namespace Adaptation.FileHandlers.jpeg;
|
||||
public class FileRead : Shared.FileRead, IFileRead
|
||||
{
|
||||
|
||||
protected int _EndX;
|
||||
protected int _EndY;
|
||||
protected int _StartX;
|
||||
protected int _StartY;
|
||||
protected int[] _Bounds;
|
||||
protected long _LastChange;
|
||||
protected string _LastText;
|
||||
protected readonly int _EndX;
|
||||
protected readonly int _EndY;
|
||||
protected readonly int _StartX;
|
||||
protected readonly int _StartY;
|
||||
protected string _TessDataDirectory;
|
||||
protected List<int> _PreviousTotalDeltaCollection;
|
||||
protected readonly Dictionary<string, string> _Reactors;
|
||||
|
Reference in New Issue
Block a user