search
HomeBackend DevelopmentPHP Tutorial 已经搞了两天了,仍然没解决,无奈向大伙儿imagick扩展,多谢了

已经搞了两天了,仍然没解决,无奈向大伙儿求救imagick扩展,谢谢了
其实就是想用imagick,不想使用php自带的gd库来处理图片。

之前我用的是php5.2,imagick也能正常使用,所用的dll文件是php_imagick_st-Q8.dll

近期把php升级到php5.3.20,之前版本的imagick已经无法使用了,各种google,各种baidu,找到的内容几乎也差不多,千篇一律。

最后敲定一篇说得比较清晰的资料,一步步走来,最后phpinfo一看,仍然没有imagick的影子,又找遍其他资料,下载了各种imagick相关的dll,未果……

现附上比较清晰的一篇资料地址(非广告哈):http://www.phpfuns.com/php/install-php-imagick-on-windows.shtml

不知坛子里是否有兄台在php5.3(Windows)上面使用过imagick,指点下啊,谢啦

imagick
------解决方案--------------------
imagick比较奇葩,需要一定的PHP版本配合才行。
不能加载,多半还是跟PHP的版本的不兼容造成的。建议更换版本继续尝试。
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
通过php和Imagick实现图片透明化处理通过php和Imagick实现图片透明化处理Jul 29, 2023 am 09:45 AM

通过php和Imagick实现图片透明化处理简介:图片透明化处理是一种常见的图像处理需求,通过将图片中的某个颜色或区域变为透明,可以实现各种特效效果。本文将介绍如何使用php和Imagick库来实现图片透明化处理,并提供代码示例供参考。Imagick是一款功能强大的图片处理库,它提供了丰富的图像处理功能,包括图片的读取、编辑、保存等。通过Imagick,我们

使用php和Imagick实现图片尺寸调整的最佳实践使用php和Imagick实现图片尺寸调整的最佳实践Jul 29, 2023 pm 05:57 PM

使用php和Imagick实现图片尺寸调整的最佳实践引言:在现代互联网时代,图片是网页和应用程序中不可或缺的一部分。为了提升用户体验和加快网页加载速度,通常需要将图片进行尺寸调整,以适应不同的显示设备和分辨率。本文将介绍如何使用php和Imagick库来实现图片尺寸调整的最佳实践,并提供代码示例。一、安装Imagick扩展在开始之前,我们首先需要确保在服务器

如何使用php和Imagick对图片进行色彩调整如何使用php和Imagick对图片进行色彩调整Jul 28, 2023 pm 01:57 PM

如何使用PHP和Imagick对图片进行色彩调整引言:在Web开发中,有时我们需要对图片进行色彩调整,以满足设计要求或优化图片效果。PHP提供了丰富的图像处理库,其中Imagick是一个功能强大、易于使用的扩展,可以轻松地对图片进行色彩调整。本文将介绍如何使用PHP和Imagick来实现图片的色彩调整,并给出相应的代码示例。一、安装Imagick扩展:要使用

使用php和Imagick实现图片的颜色转换使用php和Imagick实现图片的颜色转换Jul 29, 2023 pm 04:49 PM

使用PHP和Imagick实现图片的颜色转换导语:在Web开发中,我们经常需要对图片进行处理,其中一个常见的需求就是修改图片的颜色。本文将介绍如何使用PHP和Imagick扩展来实现图片的颜色转换。Imagick是PHP的一个强大的图像处理扩展,它提供了许多功能丰富的方法,包括图像剪切、缩放、旋转等等。而在颜色转换方面,Imagick也提供了一系列方法来实现

php怎么设置implode没有分隔符php怎么设置implode没有分隔符Apr 18, 2022 pm 05:39 PM

在PHP中,可以利用implode()函数的第一个参数来设置没有分隔符,该函数的第一个参数用于规定数组元素之间放置的内容,默认是空字符串,也可将第一个参数设置为空,语法为“implode(数组)”或者“implode("",数组)”。

通过php和Imagick实现图片的锐化处理通过php和Imagick实现图片的锐化处理Jul 29, 2023 pm 01:33 PM

通过php和Imagick实现图片的锐化处理在现代的图片处理中,锐化是一项常见的技术,它可以提升图片的细节和清晰度,使图片更加生动。在本文中,我们将介绍如何使用php和Imagick库来实现图片的锐化处理。首先,确保你的服务器上已经安装了Imagick库。如果没有安装,你可以通过以下命令来安装:sudoapt-getinstallphp-imagick

使用php和Imagick实现图片的特效处理使用php和Imagick实现图片的特效处理Jul 28, 2023 pm 06:33 PM

使用PHP和Imagick实现图片的特效处理摘要:图片特效处理可以给图片增加一些艺术效果或者改变图片的外观。PHP和Imagick可以实现许多常见的图片特效处理,本文将介绍一些常用的特效处理,并提供相应的代码示例。安装Imagick扩展在开始之前,确保已经安装了Imagick扩展。如果没有安装,可以通过以下步骤进行安装:#安装Imagick扩展$pec

通过php和Imagick实现图片的切片效果通过php和Imagick实现图片的切片效果Jul 29, 2023 am 08:25 AM

通过php和Imagick实现图片的切片效果在web开发中,图片的处理是很常见的需求。其中,图片的切片效果是一种非常常用的处理方式。通过将一张大图切分成若干个小图,可以有效减小图片的加载时间,并且更加灵活地展示图片内容。本文将介绍如何使用php和Imagick扩展来实现图片的切片效果。首先,我们需要确保服务器上已经安装了php以及Imagick扩展。如果没有

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)