php imagemagick 文档,调用ImageMagick的PHP函数中文文档

bool = imagick_writeimage([source image handle],[new name & filetype]) 写图片 UN KNOW USE = imagick_writeimages new_handle = imagick_clonehandle([image handle]) 复制出新句柄 image_handle = imagick_image2blob([blob handle]) 将数据流数据转换成为image数据 imagick_blob2image 与image2blob相反 image_handle = imagick_getcanvas([color],[canvas width],[canvas height]) 创建一个画布 UN KNOW USE = imagick_newimagelist 错误句柄类 bool = imagick_iserror([image handle]) 最后一次执行是否成功 rason_string = imagick_failedreason([image handle]) 如果执行iImagick函数返回假将可以从本函数抛出失败 desc_string = imagick_faileddescription([image handle]) 显示抛出的异常描述 error_string = imagick_error([image handle]) 返回错误内容 获取图片信息类 image_width = imagick_getwidth([image handle]) 获得图片宽度 image_height = imagick_getheight([image handle]) 获得图片高度 mime_string = imagick_getmimetype([image handle]) 获得图片MIME类型 depth_int = imagick_getimagedepth([image handle]) 获得图片DEPTH值 colors_num = imagick_getnumbercolors([image handle]) 获得图片颜色数量 bool = imagick_isgrayimage([image handle]) 是否会度图片 bool = imagick_ismonochromeimage([image handle]) 是否单色图片 bool = imagick_isopaqueimage([image handle]) 是否不透明图片 bool = imagick_ispaletteimage([image handle]) 是否彩色图片 image_type = imagick_getimagetype([image handle]) 获得图片颜色值 bool = imagick_isimagesequal([image handle1],([image handle2])) 图片是否相同 magick_type = imagick_getmagick([image handle]) 获得图片类型 int = imagick_getcolorspace([image handle]) 图片转换类 bool = imagick_convert([image handle],[new type]) 将图片数据转换成为指定格式 bool = imagick_setcompressiontype([image handle],[compression type]) 指定图片的压缩方式 bool = imagick_setcompressionquality([image handle],[quality value]) 指定图片的压缩质量 尺寸调整类 bool = imagick_resize([image handle],[new width],[new height],[filter type],[blur],[geometry]) 改变图片尺寸 UN KNOW USE imagick_magnify UN KNOW USE imagick_minify bool = imagick_scale([image handle],[new width],[new height],[geometry]) 按照指定比例缩小图片 bool = imagick_sample([image handle],[new width],[new height],[geometry]) 缩小产生样本图片 bool = imagick_zoom([image handle],[new width],[new height],[geometry]) 放大图片 字体设置类 bool = imagick_setfontsize([image handle],[size]) 设置字体大小 UN KNOW USE imagick_setfontstyle bool = imagick_setfontface([image handle],[Font Name]) 设置采用的字体 绘图类 bool = imagick_begindraw([image handle]) 开始在一个image上绘画 bool = imagick_drawannotation([image handle],[x],[y],[text]) 在image上的x y开始画一些文字符号 bool = imagick_drawrectangle([image handle],[up x],[up y],[low x],[low y]) 画一个矩形 bool = imagick_drawellipse([image handle],[starting x],[starting y],[ending x],[ending y],[start rotation in degrees],[end rotation in degrees]) 画一个椭圆形 bool = imagick_drawarc([image handle],[origin x],[origin y],[ x radius],[ y radius],[ start rotation in degrees],[ end rotation in degrees]) 画一个弧形 bool = imagick_drawcircle([image handle],[origin x],[origin y],[perimater x],[perimater y]) 画一个圆 bool = imagick_drawline([image handle],[starting x],[starting y],[ending x],[ending y]) 画一条线 bool = imagick_drawpoint([image handle],[x coordinate ],[y coordinate ]) 画一个点 bool = imagick_setfillcolor([image handle],[color vlaue]) 设置填充颜色 bool = imagick_setfillopacity([image handle],[opactiy]) 设置不透明度 质量增强类 bool = imagick_rotate([image handle],[degrees]) 设置旋转图片的角度 bool = imagick_shear([image handle],[x coordinate],[y coordinate]) 旋转剪切 bool = imagick_contrast([image handle],[contrast value]) 提高或降低图象对比度 bool = imagick_equalize([image handle]) 色彩均匀化 bool = imagick_gamma([image handle],[gamma value 0.8 - 2.3]) 图象GAMMA调整 bool = imagick_level([image handle],[gamma value 0.8 - 2.3]) 图象GAMMA调整 bool = imagick_modulate([image handle],[modulate]) 调整亮度,饱和度,色彩 bool = imagick_negate([image handle],[gray scale value]) 反色图片 bool = imagick_normalize([image handle]) 规格化图片 图片装饰类 bool = imagick_border([image handle],[ x starting position of border ],[y starting position of border ],[width of border],[height of border]) 在图片上化一个边框 UN KNOW USE imagick_frame bool = imagick_raise([image handle],[ x starting position of border ],[ y starting position of border ],[ width of border],[ height of border],[raise non-zero]) 浮雕效果 效率滤镜类 bool = imagick_charcoal([image handle],[the radius of pixel neighborhood],[the standard deviation of the Gaussian, in pixels]) 碳笔 bool = imagick_implode([image handle],[define the extent of the implosion]) 内曝效果 bool = imagick_oilpaint([image handle],[the radius of the circular

neighborhood]) 油画效果 bool = imagick_solarize([image handle],[define the extent of solarization - this value is between 0 and MaxRGB]) 反转曝光 bool = imagick_swirl([image handle],[define the tightness of the swirling

effect ]) 旋涡 bool = imagick_wave([image handle],[the amplitude of the wave],[the frequency of the wave]) 水波纹 图片滤镜类 bool = imagick_blur([image handle],[the radius of the Gaussian, in

pixels, not counter the center pixel],[the standard deviation of the

Gaussian, in pixels]) 模糊 bool = imagick_despeckle([image handle]) 平滑聚焦图象 bool = imagick_edge([image handle],[the radius of the pixel neighbor- hood; using 0 will cause a suitable radius to be selected for you]) 边缘锐化 bool = imagick_emboss([image handle],[the radius of the pixel neighbor-

hood],[the standard deviation of the Gaussian, in pixels]) 浮雕效果 bool = imagick_enhance([image handle]) 图象增强 bool = imagick_gaussianblur([image handle],[he radius of the Gaussian, in pixels, not counting the center pixel; using 0 will cause a suitable radius to be selected for you],[the standard deviation of the Gaussian, in pixels]) 高斯模糊 bool = imagick_medianfilter([image handle],[the radius of the pixel neighbor-hood]) 平滑过滤图象 bool = imagick_motionblur([image handle],[the radius of the Gaussian, in

pixels, not counter the center pixel],[the standard deviation of the

Gaussian, in pixels],[apply the effect along this angle]) 动感模糊 bool = imagick_reducenoise([image handle],[the radius of the pixel neighborhood]) 降噪 bool = imagick_shade 阴影 bool = imagick_sharpen 锐化 bool = imagick_spread 发散 bool = imagick_threshold 临界值 bool = imagick_unsharpmask unsharpmask锐化 UN KNOW USE bool = imagick_flatten 图片列表类 bool = imagick_next bool = imagick_prev bool = imagick_first bool = imagick_goto bool = imagick_getlistsize bool = imagick_getlistindex bool = imagick_getimagefromlist bool = imagick_pushlist bool = imagick_poplist 图片变形类 bool = imagick_chop bool = imagick_crop([image handle],[x starting position of border],[y starting position of border],[width of border],[height of border]) 从图片上截取 bool = imagick_flip ([image handle]) 图象翻转 bool = imagick_flop 左右转换 bool = imagick_roll bool = imagick_profile bool = imagick_rgbtransform 色彩变更 bool = imagick_transformrgb 色彩变更 bool = imagick_mosaic bool = imagick_transparent([image handle],[color value]) 设置指定颜色成为透明色 图片量子化 bool = imagick_ordereddither([image handle]) 图片合成类 bool = imagick_composite 图象融合 图片属性设置 bool = imagick_set_image_comment([image handle],[the comment to set in the image]) 设置图象的一些参数 bool = imagick_set_image_quality([image handle],[quality value]) 设置图象的质量 句柄销毁类 bool = imagick_destroyhandle([image handle]) 干掉指定的image handle 兼容的函数 imagick_read => imagick_readimage imagick_free => imagick_destroyhandle

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/348972.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

java.util接口_Java 8中java.util.function包中的谓词和使用者接口

java.util接口在上一篇文章中,我写了关于Function接口的内容 ,它是java.util.package的一部分。 我还提到了Predicate接口,它是同一包的一部分,在这篇文章中,我将向您展示如何使用Predicate和Consumer接口。 让我们看一…

php datetime 对象,PHP DateTime 对象和 Date 函数的 Demo

DateTime对象//设置时间时区date_default_timezone_set("PRC");$dateFormat "Y-m-d";$dateTimeFormat "Y-m-d H:i:s";//获取当前时间$date new DateTime();echo $date->format($dateTimeFormat) . "\n";//时间2015-01-01加上7年…

将Swagger与Spring Boot REST API集成

在上一篇文章中,我谈到了我使用Spring Boot创建RESTFul Services的经验。 在创建REST API时,正确的文档是其中的必需部分。 昂首阔步是什么? Swagger (Swagger 2)是用于描述和记录REST API的规范。 它指定了REST Web…

php滴滴平台接口,图片服务API文档

简介滴滴云图片服务API提供标准的轻量级无状态HTTP接口,支持用户对数据的全方位管理。接口概览API描述图片信息获取文件的基本信息,包括长度、宽度、文件大小、格式。图片旋转将图片按顺时针旋转。图片模糊对图片进行模糊操作。图片缩放将图片缩小或者放…

drools。drools_Drools Planner重命名为OptaPlanner:宣布www.optaplanner.org

drools。drools我们很自豪地宣布,从版本6.0.0.Beta1开始,将Drools Planner重命名为OptaPlanner。 我们也很高兴推出其新网站: www.optaplanner.org。 OptaPlanner优化了业务资源的使用。 每个组织都面临计划方面的问题:以有限的有…

php gridview,PHP编程:yii2-GridView在开发中常用的功能及技巧总结

《PHP编程:yii2-GridView在开发中常用的功能及技巧总结》要点:本文介绍了PHP编程:yii2-GridView在开发中常用的功能及技巧总结,希望对您有用。如果有疑问,可以联系我们。相关主题:YII框架数据网格或者说 Gr…

Spring Boot – spring.config.name –案例研究

当必须在不同配置中使用相同的应用程序代码时,外部化Spring Boot应用程序属性会很有用。 如果spring.config.location配置远离源代码(无论如何spring.config.location被认为是最佳实践), spring.config.location环境属性可以用于指…

java遇上html,JAVA遇见HTML——JSP篇:JSP内置对象(上)

JSP九大内置对象JSP内置对象是Web容器创建的一组对象,不使用new关键就可以使用的内置对象。int[] value{60,70,80};for(int i:value){out.println(i);}%>Web程序的请求响应模式用户发送请求(request)服务器给用户响应(response)out对象:out对象是JspW…

java中接口文件创建_功能接口简介–在Java 8中重新创建的概念

java中接口文件创建世界各地的所有Java开发人员都将至少使用以下接口之一:java.lang.Runnable,java.awt.event.ActionListener,java.util.Comparator,java.util.concurrent.Callable。 声明的接口之间有一些共同的特征&#xff0c…

java手动注册filter,SpringBoot如何注册Servlet、Filter、Listener的几种方式

在Servlet 3.0之前都是使用web.xml文件进行配置,需要增加Servlet、Filter或者Listener都需要在web.xml增加相应的配置。Servlet 3.0之后可以使用注解进行配置Servlet、Filter或者Listener;springboot也提供了使用代码进行注册Servlet、Filter或者Listene…

Java命令行界面(第12部分):CLAJR

第十二篇有关在Java中处理命令行参数的文章的特色库是带有Java Reflection的命令行参数 (CLAJR)。 该“库”是单个Java源文件( CLAJR-0.9.java ), 可从SourceForge下载 。 CLAJR的主页当前显示2006年版权日期&#xff…

php xml相关函数方法,php中对xml读取的相关函数的介绍一

对象 XML解析函数 描述元素 xml_set_element_handler() 元素的开始和结束字符数据 xml_set_character_data_handler() 字符数据的开始外部实体 xml_set_external_entity_ref_handler() 外部实体出现未解析外部实体 xml_set_unparsed_entity_decl_handler() 未解析的外部实体出现…

java调用oracle的函数,从Java调用Oracle函数

我有以下功能规格:FUNCTION FUNC_GET_SOMETHING_FROM_DATABASE ( IN_parameter1 IN VARCHAR2,IN_parameter2 IN VARCHAR2,IN_parameter3 IN VARCHAR2,IN_parameter4 IN VARCHAR2,IN_parameter5 IN VARCHAR2,IN_parameter6 IN VARCHAR2)RETURN REFCURTYP;以下是我在J…

specs.4.8.gz_使用Specs2和客户端API 2.0进行富有表现力的JAX-RS集成测试

specs.4.8.gz毫无疑问, JAX-RS是一项杰出的技术。 即将发布的规范JAX-RS 2.0带来了更多的强大功能,尤其是在客户端API方面。 今天的帖子的主题是JAX-RS服务的集成测试。 有很多优秀的测试框架,例如REST,可以确保提供帮助&#xff…

了解OAuth2令牌认证

1.简介 在本教程中,我们将了解OAuth2令牌身份验证 ,以便只有经过身份验证的用户和应用程序才能获得有效的访问令牌,该令牌随后可用于访问服务器上的授权API(在OAuth术语中仅是受保护的资源)。 使用基于令牌的身份验证…

matlab 冒泡排序函数,Matlab排序算法-遍历排序、冒泡排序

Before Sort: x 2 1 3 4 6 8 5 7 9------------------------------遍历排序,循环8次,第7次得到结果:1. Sort: x 1 2 3 4 6 8 5 7 92. Sort: x 1 2 3 4 6 8 5 7 93. Sort: x 1 2 3 4 6 8 5 7 94. Sort: x 1 2 3 4 6 8 5 7 95. Sort: x 1…

matlab运行dxcv,MATLAB imresize 函数和 OpenCV resize 函数结果不同

为何 MATLAB imresize 函数和 OpenCV resize 函数结果不同?今年 4 月,我在依照 MATLAB 代码自己写一个卷积神经网络 C 实现的过程中,就发现了这个问题,不过那时问题不是太大,所以也没有给出太多关注。今天在 stackover…

Java 9:好的,坏的和私有的接口方法

Java 9 是在几周前发布的。 查看发行说明 ,其中包含许多有趣的功能。 不过,我觉得并非一切都是不如甲骨文和Java行家似乎图片吧 。 我看到了Java世界中的三个趋势,分别是好,坏和丑陋。 让我们从好的开始。 Birdman(20…

newton迭代法求近似值matlab,Newton迭代法求函数极小值点 Matlab程序

clear allclc%Newton迭代法求解极小值点%090311%%定义函数disp 函数 f(x) 为:syms x1 x2f(x1-2)^4(x1-2)^2*x2^2(x21)^2disp 初始点的值:x0[1;1]%%求函数的梯度和海色阵disp 函数f的梯度:gjacobian(f,[x1;x2])disp 函数f的Hesse矩阵:Gjacobia…

php如何写log日志,用php生成log日志

楼盘列表$(function() {//获取网址参数var url document.URL;var urlArr url.split(“/”);var urlUseArr urlArr[3].split(“?”);var urlPamArr urlUseArr[1].split(“&”);var urlReset ”;for (var i 0; i < urlPamArr.length; i) {var urlPamSigleArr urlP…