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

Updated declaration to match definition #5534

Merged
merged 1 commit into from Jun 12, 2021
Merged

Conversation

radarhere
Copy link
Member

Pointed out in #5526. Currently, for a,

extern Imaging
ImagingTransform(
Imaging imOut,
Imaging imIn,
int method,
int x0,
int y0,
int x1,
int y1,
double *a,
int filter,
int fill);

does not match

Imaging
ImagingTransform(
Imaging imOut,
Imaging imIn,
int method,
int x0,
int y0,
int x1,
int y1,
double a[8],
int filterid,
int fill) {

This PR fixes that, updating the declaration.

@radarhere radarhere mentioned this pull request Jun 10, 2021
@hugovk hugovk merged commit 58661c9 into python-pillow:master Jun 12, 2021
@radarhere radarhere deleted the type branch June 12, 2021 21:47
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.

None yet

2 participants