We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
_scaler
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue concerns the image C++ scaling engine. The anti-aliasing feature is very slow on recent builds of PlotPy.
This affects:
PlotPy
guiqwt
This does not affect:
This has been identified as a regression due to the compiler itself (MSVC). Changes need to be made to optimize the compilation.
The text was updated successfully, but these errors were encountered:
Fix scaler engine performance regression on Windows: compiling with `…
a859639
…/fp:fast` option Fix Windows: Image `_scaler` engine performance regression #23 (cherry picked from commit db88b70) (cherry picked from commit ec6c8c4)
No branches or pull requests
This issue concerns the image C++ scaling engine.
The anti-aliasing feature is very slow on recent builds of PlotPy.
This affects:
PlotPy
V2guiqwt
in which no change has been made to the scaling engine for a long timeThis does not affect:
guiqwt
based on Visual Studio 2008This has been identified as a regression due to the compiler itself (MSVC).
Changes need to be made to optimize the compilation.
The text was updated successfully, but these errors were encountered: