Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
cd /usr/src/
rm ImageMagick.tar.gz
rm imagick-*.tgz
rm php.tar.xz
rm php.tar.xz.asc
rm -Rf ImageMagick-*
rm -Rf imagick-*


Check installations

Check php-imagick

Code Block
php -r 'phpinfo();' |grep ImageMagick

Check ImageMagick

Code Block
convert -version

Check Intel graphics codec support

Code Block
vainfo

Check ffmpeg

Code Block
ffmpeg -codecs |grep -e 265 -e 264