Weranasurveyalittlewhileagoandthesearejustsomeofthefantasticthingsourcustomerssaidaboutus:"Firstlythankyouforsuchagreatproduct,withtopsupport.Thankstoyoursoftware,Inowrunmyownsmallcompanyandwehavejustprocessedour100,000thcustomerorder-sothankyouagain.Yoursoftwarehasallowedmetogofrom$0toovera$1minsalesperyear.Ithandlesitall!""ThereishardlyasituationIcomeupagainstthatVP-AS...
/*图片合并需要1下载php_imagick_st-Q8.dll并将其放入php/ext/2在php.ini中加入extension=php_imagick_st-Q8.dll重启apache(web服务器)3访问phpinfo*///参数设置$filelist=array('1.jpg','2.jpg','3.jpg','4.jpg');$type='gif';$num=200;$qian='new_';$path='./tupian/';$is=1;//调用函数生成gif图片get_img($filelist,$type,$num,$qian,$path,$is);/***get_img图片合并,生成gif动态**$filelist要合并的图片数组*$type生成的类型...