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

Querying for Delegates #103

Open
cancan101 opened this issue Dec 10, 2024 · 1 comment
Open

Querying for Delegates #103

cancan101 opened this issue Dec 10, 2024 · 1 comment

Comments

@cancan101
Copy link

Looking for an example of how to query for installed delegates?
This would be similar to (using the binary): convert -list configure | grep DELEGATES

Currently libraries like Pimcore shell out to binary rather than using the php library:
https://github.com/pimcore/pimcore/blob/fcedfd356ba726ba238996aa4777b2178366367d/lib/Tool/Requirements.php#L622-L637

@Danack
Copy link
Collaborator

Danack commented Dec 10, 2024

You should be able to call Imagick::getConfigureOptions and that has an entry for 'DELEGATES'.

I presume that is the actual usable delegates rather than just the compile 'suggestions' of which ones to try to compile. But it might be worth checking.

shell out to binary rather than using the php library

Probably nowt wrong that tbh...

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

No branches or pull requests

2 participants