Settings dialog

This commit is contained in:
2022-10-10 10:19:55 +02:00
parent 9746f8f653
commit be6e472081
10 changed files with 126 additions and 7 deletions
+4
View File
@@ -1,5 +1,9 @@
#include "rawimage.h"
int THUMB_SIZE = 128;
int THUMB_SIZE_BORDER = 138;
int THUMB_SIZE_BORDER_Y = 158;
RawImage::ImgType CV2Type(int cvtype)
{
switch (cvtype)