Skip to content
New issue

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

fix image blurring issue in PGPLOT interface #48 #65

Merged
merged 4 commits into from
Dec 6, 2024
Merged

Conversation

danieljprice
Copy link
Owner

@danieljprice danieljprice commented Dec 5, 2024

fix to #48.

  • The giza_render routines now take an additional integer argument (filter) specifying the type of image interpolation to be used when rendering the image. A value of 0 gives the default behaviour (bilinear interpolation) but now when called via the giza-pgplot interface, the behaviour is forced to GIZA_FILTER_NEAREST which gives nearest-neighbour interpolation, as desired in Issues when testing the drop-in replacement for the fortran pgplot library #48.

  • updated C/tests/test-render.c for compatibility, and added this to "make check"

danieljprice and others added 2 commits December 6, 2024 10:50
… set the image interpolation algorithm; bump version to 1.5.0 due to incompatible interface
@danieljprice danieljprice merged commit 83cc632 into master Dec 6, 2024
3 checks passed
@danieljprice danieljprice deleted the heasoft branch December 6, 2024 01:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issues when testing the drop-in replacement for the fortran pgplot library
1 participant