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

imagick on Windows? #540

Open
simonhamp opened this issue Sep 9, 2024 · 5 comments
Open

imagick on Windows? #540

simonhamp opened this issue Sep 9, 2024 · 5 comments
Labels
enhancement New feature or request kind/extension Issues related to extensions

Comments

@simonhamp
Copy link
Contributor

Is it possible?

@crazywhalecc crazywhalecc added enhancement New feature or request kind/extension Issues related to extensions labels Sep 10, 2024
@crazywhalecc
Copy link
Owner

It's possible to support, but imagemagick for windows has different build script, need take some time.

@simonhamp
Copy link
Contributor Author

Let me know if there's anything I can help with!

@crazywhalecc
Copy link
Owner

Progress updated.

Related issue: ImageMagick/ImageMagick#7634

@crazywhalecc
Copy link
Owner

Currently ImageMagick-windows repository is for windows build, but it cannot be used for php-src static build. The good news is the error looks fixable, but need some time to do it. This issue should be given a lower priority because it is more complicated than expected.

@DubbleClick
Copy link
Contributor

You need to use the 64 bit msvc c++ compiler to compile the imagemagick lib. The linker doesn't care how the static lib was built, when the imagick extension later uses it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request kind/extension Issues related to extensions
Projects
None yet
Development

No branches or pull requests

3 participants