Commit e5afef4
committed
feat: add Imagick extension check in ConfigureCheckService
Add checkImagick() method to verify if Imagick extension is loaded.
Returns info message when not loaded, empty array when loaded.
Extension is required for visible signature features like background
images and signature element rendering.
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>1 parent af3feba commit e5afef4
1 file changed
+21
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
497 | 498 | | |
498 | 499 | | |
499 | 500 | | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
500 | 521 | | |
0 commit comments