Install Imagick into PHP/xampp on Windows

Sdílet
Vložit
  • čas přidán 18. 06. 2017
  • Imagick is an Image Manipulation Program. It is possible to install Imagick into XAMPP, and then use its awesome capabilities via PHP. This is a video tutorial on how to get it working.

Komentáře • 12

  • @surajlalla4953
    @surajlalla4953 Před 6 lety

    Is this the same procedure if I want to install Geo ip extension from pecl

  • @Tracks777
    @Tracks777 Před 7 lety

    Great stuff :)

  • @kaylenson7292
    @kaylenson7292 Před 6 lety

    Thanks for the tutorial,
    But Imagick is not found in phpinfo but it's available (magick -version) and while running function it shows (Fatal error: Uncaught Error: Class 'imagick' not found)

    • @deecw.5471
      @deecw.5471  Před 6 lety

      imagick is not on phpinfo because it is not in php.ini. once added to php.ini, imagick should appear in phpinfo. the video exhibits the full installation from scratch. after pasting the appropriate *.dll files, @3:31 in the video, the correct imagick entry is added to php.ini. then imagick appears in phpinfo.

    • @kaylenson7292
      @kaylenson7292 Před 6 lety

      i have added (extension=php_imagick.dll) line in php.ini & also pasted the php_imagick.dll file in ext folder

  • @thorduisenberg8841
    @thorduisenberg8841 Před 4 lety

    Danke!!

  • @yanndeo9501
    @yanndeo9501 Před 5 lety +1

    Hi ! Can i use this, to convert .pdf to .jpg .. please?

    • @deecw.5471
      @deecw.5471  Před 5 lety

      i don't believe pdf is an image format. i do not know if imagick enables such a pdf to jpg conversion

    • @dimashabibr6734
      @dimashabibr6734 Před 4 lety

      Yes, you can. But with third party, read this github.com/spatie/pdf-to-image

  • @hegieoctorihardianto7394

    what's wrong..??