displaycal-py3 icon indicating copy to clipboard operation
displaycal-py3 copied to clipboard

DisplayCAL Modernization Project

Results 115 displaycal-py3 issues
Sort by recently updated
recently updated
newest added

Could not link test program to Python. Maybe the main Python library has been installed in some non-standard library path. If so, pass it to configure, via the LIBS environment...

I have built and ran Displaycal on a Mac (M1 Pro, Ventura). When I attempt to install the profile for current user only, I get an error "Can't mix strings...

The application itself launches but there is a significant amount of windows specific code that has to be reviewed to make profiling and calibrating work.

Until now I used the traditional `setuptools` building way: ``` python setup.py build python setup.py install --root="${pkgdir}" --skip-build --optimize=1 ``` But with 3.9.4 it fails in the second step with:...

bug
feature request

Under the Verification tab, I can see an unlabeled "Output profile" dropdown below the "Device link profile" one that should not be visible (as far as I can tell). It's...

This is just a minor visual bug, but I noticed that some buttons, such as the ones next to the Settings dropdown or the one for the Visual whitepoint editor,...

When generating a 3D LUT using the 3D LUT tab (e.g. in .cube format) with "Apply calibration (vcgt)" checked, something weird happens: After creating the 3D LUT, clicking `Save 3D...

Tabs are not correctly drawn. That part can easily be fixed in DisplayCal. However the AuiNotebook class of the auibook module of wxpython has some methods which return values other...

[displaycal-build-fail.txt](https://github.com/eoyilmaz/displaycal-py3/files/9641594/displaycal-build-fail.txt) please reply to [email protected]

Given the number of times `colormath.specialpow` can be called and other functions in colormath, I think it would make sense to implement accelerated versions of these functions in Cython. Is...