0

我可以添加像 php imagick 这样的扩展吗?我使用 php 和 imagick 进行图像处理。那么有什么办法安装吗?

有什么方法可以让用户从那里的计算机中选择图像,或者我的应用程序可以扫描计算机以获取类似的图像?因为 php 做不到。只是想知道您的 sdk 是否提供与文件系统通信。

谢谢

4

1 回答 1

0

ImageMagick relies on the proper version of ImageMagick binaries to be installed and in the path of the host system, which would be a separate installation.

PHP can scan your computer for photos if you're running it locally. With a PHP app hosted on a web server, you're not. With TideSDK, you are. It should be possible to scan a directory for all files with photo extensions like .jpg and .png.

于 2014-02-05T23:11:21.230 回答