You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: