We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
currently
MagickBooleanType MagickCompositeImage(MagickWand *wand, const MagickWand *source_wand,const CompositeOperator compose, const ssize_t x,const ssize_t y);
but by API docs must be
MagickBooleanType MagickCompositeImage(MagickWand *wand, const MagickWand *source_wand,const CompositeOperator compose, const MagickBooleanType clip_to_self, const ssize_t x,const ssize_t y);
The text was updated successfully, but these errors were encountered:
fix - #62
Sorry, something went wrong.
No branches or pull requests
currently
but by API docs must be
The text was updated successfully, but these errors were encountered: