spacedcake
Results
2
comments of
spacedcake
I am having this issue on windows with ableton. increasing the window size eventually runs out on any DPI scaling above 125%. only 100 and 125 seem to work and...
It's been changed again to: ``` typedef enum { kEdsImageType_Unknown = 0x00000000, kEdsImageType_Jpeg = 0x00000001, kEdsImageType_CRW = 0x00000002, kEdsImageType_RAW = 0x00000004, kEdsImageType_CR2 = 0x00000006, kEdsImageType_HEIF = 0x00000008, } EdsImageType; ```