Tag: imagick

  • Module php-imagick in this instance has no SVG support

    Module php-imagick in this instance has no SVG support

    On Ubuntu server running Nextcloud, I got the following warning in Nextcloud

    Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it.
    

    To fix this warning, install libmagickcore-6.q16-6-extra package with the command

    apt-get install libmagickcore-6.q16-6-extra
    

    See Nextcloud