登录
首页 » PHP » image-master

image-master

于 2020-06-22 发布
0 223
下载积分: 1 下载次数: 1

代码说明:

说明:  php图像处理,用php实现,进行简单的操作,编辑,修改等功能(Intervention Image is a PHP image handling and manipulation library providing an easier and expressive way to create, edit, and compose images. The package includes ServiceProviders and Facades for easy Laravel integration.)

文件列表:

image-master, 0 , 2019-06-24
image-master\LICENSE, 1078 , 2019-06-24
image-master\composer.json, 1408 , 2019-06-24
image-master\provides.json, 183 , 2019-06-24
image-master\src, 0 , 2019-06-24
image-master\src\Intervention, 0 , 2019-06-24
image-master\src\Intervention\Image, 0 , 2019-06-24
image-master\src\Intervention\Image\AbstractColor.php, 6405 , 2019-06-24
image-master\src\Intervention\Image\AbstractDecoder.php, 8502 , 2019-06-24
image-master\src\Intervention\Image\AbstractDriver.php, 3288 , 2019-06-24
image-master\src\Intervention\Image\AbstractEncoder.php, 5661 , 2019-06-24
image-master\src\Intervention\Image\AbstractFont.php, 4311 , 2019-06-24
image-master\src\Intervention\Image\AbstractShape.php, 1366 , 2019-06-24
image-master\src\Intervention\Image\Commands, 0 , 2019-06-24
image-master\src\Intervention\Image\Commands\AbstractCommand.php, 1480 , 2019-06-24
image-master\src\Intervention\Image\Commands\Argument.php, 5712 , 2019-06-24
image-master\src\Intervention\Image\Commands\ChecksumCommand.php, 609 , 2019-06-24
image-master\src\Intervention\Image\Commands\CircleCommand.php, 925 , 2019-06-24
image-master\src\Intervention\Image\Commands\EllipseCommand.php, 1002 , 2019-06-24
image-master\src\Intervention\Image\Commands\ExifCommand.php, 1475 , 2019-06-24
image-master\src\Intervention\Image\Commands\IptcCommand.php, 2931 , 2019-06-24
image-master\src\Intervention\Image\Commands\LineCommand.php, 968 , 2019-06-24
image-master\src\Intervention\Image\Commands\OrientateCommand.php, 959 , 2019-06-24
image-master\src\Intervention\Image\Commands\PolygonCommand.php, 1294 , 2019-06-24
image-master\src\Intervention\Image\Commands\PsrResponseCommand.php, 1206 , 2019-06-24
image-master\src\Intervention\Image\Commands\RectangleCommand.php, 1018 , 2019-06-24
image-master\src\Intervention\Image\Commands\ResponseCommand.php, 560 , 2019-06-24
image-master\src\Intervention\Image\Commands\StreamCommand.php, 609 , 2019-06-24
image-master\src\Intervention\Image\Commands\TextCommand.php, 831 , 2019-06-24
image-master\src\Intervention\Image\Constraint.php, 1610 , 2019-06-24
image-master\src\Intervention\Image\Exception, 0 , 2019-06-24
image-master\src\Intervention\Image\Exception\ImageException.php, 125 , 2019-06-24
image-master\src\Intervention\Image\Exception\InvalidArgumentException.php, 132 , 2019-06-24
image-master\src\Intervention\Image\Exception\MissingDependencyException.php, 134 , 2019-06-24
image-master\src\Intervention\Image\Exception\NotFoundException.php, 125 , 2019-06-24
image-master\src\Intervention\Image\Exception\NotReadableException.php, 128 , 2019-06-24
image-master\src\Intervention\Image\Exception\NotSupportedException.php, 129 , 2019-06-24
image-master\src\Intervention\Image\Exception\NotWritableException.php, 128 , 2019-06-24
image-master\src\Intervention\Image\Exception\RuntimeException.php, 124 , 2019-06-24
image-master\src\Intervention\Image\Facades, 0 , 2019-06-24
image-master\src\Intervention\Image\Facades\Image.php, 543 , 2019-06-24
image-master\src\Intervention\Image\File.php, 1783 , 2019-06-24
image-master\src\Intervention\Image\Filters, 0 , 2019-06-24
image-master\src\Intervention\Image\Filters\DemoFilter.php, 827 , 2019-06-24
image-master\src\Intervention\Image\Filters\FilterInterface.php, 303 , 2019-06-24
image-master\src\Intervention\Image\Gd, 0 , 2019-06-24
image-master\src\Intervention\Image\Gd\Color.php, 5303 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands, 0 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\BackupCommand.php, 548 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\BlurCommand.php, 541 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\BrightnessCommand.php, 492 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\ColorizeCommand.php, 841 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\ContrastCommand.php, 487 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\CropCommand.php, 1245 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\DestroyCommand.php, 564 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\FillCommand.php, 2004 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\FitCommand.php, 1024 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\FlipCommand.php, 930 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\GammaCommand.php, 478 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\GetSizeCommand.php, 520 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\GreyscaleCommand.php, 409 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\HeightenCommand.php, 801 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\InsertCommand.php, 1132 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\InterlaceCommand.php, 469 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\InvertCommand.php, 390 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\LimitColorsCommand.php, 1371 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\MaskCommand.php, 2483 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\OpacityCommand.php, 762 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\PickColorCommand.php, 1009 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\PixelCommand.php, 670 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\PixelateCommand.php, 488 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\ResetCommand.php, 911 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\ResizeCanvasCommand.php, 2873 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\ResizeCommand.php, 2324 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\RotateCommand.php, 756 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\SharpenCommand.php, 781 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\TrimCommand.php, 5095 , 2019-06-24
image-master\src\Intervention\Image\Gd\Commands\WidenCommand.php, 795 , 2019-06-24
image-master\src\Intervention\Image\Gd\Decoder.php, 4289 , 2019-06-24
image-master\src\Intervention\Image\Gd\Driver.php, 2279 , 2019-06-24
image-master\src\Intervention\Image\Gd\Encoder.php, 2988 , 2019-06-24
image-master\src\Intervention\Image\Gd\Font.php, 7594 , 2019-06-24
image-master\src\Intervention\Image\Gd\Shapes, 0 , 2019-06-24
image-master\src\Intervention\Image\Gd\Shapes\CircleShape.php, 931 , 2019-06-24
image-master\src\Intervention\Image\Gd\Shapes\EllipseShape.php, 1806 , 2019-06-24
image-master\src\Intervention\Image\Gd\Shapes\LineShape.php, 1768 , 2019-06-24
image-master\src\Intervention\Image\Gd\Shapes\PolygonShape.php, 1200 , 2019-06-24
image-master\src\Intervention\Image\Gd\Shapes\RectangleShape.php, 1838 , 2019-06-24
image-master\src\Intervention\Image\Image.php, 20345 , 2019-06-24
image-master\src\Intervention\Image\ImageManager.php, 3443 , 2019-06-24
image-master\src\Intervention\Image\ImageManagerStatic.php, 2040 , 2019-06-24
image-master\src\Intervention\Image\ImageServiceProvider.php, 1974 , 2019-06-24
image-master\src\Intervention\Image\ImageServiceProviderLaravel4.php, 4113 , 2019-06-24
image-master\src\Intervention\Image\ImageServiceProviderLaravel5.php, 2176 , 2019-06-24
image-master\src\Intervention\Image\ImageServiceProviderLeague.php, 794 , 2019-06-24
image-master\src\Intervention\Image\ImageServiceProviderLumen.php, 714 , 2019-06-24
image-master\src\Intervention\Image\Imagick, 0 , 2019-06-24
image-master\src\Intervention\Image\Imagick\Color.php, 6500 , 2019-06-24
image-master\src\Intervention\Image\Imagick\Commands, 0 , 2019-06-24
image-master\src\Intervention\Image\Imagick\Commands\BackupCommand.php, 553 , 2019-06-24

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • projectcalib_self
    这是我们自己做的一套投影仪标定程序,反投影精度在1个象素之内(This is to do our own set of projector calibration procedures, back-projection at a pixel accuracy of)
    2009-03-22 14:33:36下载
    积分:1
  • wpd-ziliao
    小波包学习资料,包括多种小波包应用的MALAB算法实现( good learning materials about WPD ,including many MALAB algorithms of wavelet packet )
    2013-03-13 16:46:53下载
    积分:1
  • infraredTargeDetection
    完成硕士论文期间,自己编的红外图像增强及目标检测演示界面(Completed master)
    2020-10-28 09:49:58下载
    积分:1
  • TLD
    实现目标跟踪的算法,是目前比较先进具有代表性的算法的代码(target track algorithm )
    2016-05-11 20:31:38下载
    积分:1
  • 基于W-SVD的小波数字水印算法
    说明:  基于W-SVD的小波数字水印算法,包括水印生成、水印嵌入和水印检测,理解SVD奇异值分解算法。(Wavelet digital watermarking algorithm based on W-SVD includes watermarking generation, watermarking embedding and watermarking detection, and understanding SVD singular value decomposition algorithm.)
    2020-06-28 11:00:02下载
    积分:1
  • affine
    说明:  基于最小二乘法的仿射变换 matlab实现(Least square method based on the realization of affine transformation matlab)
    2009-08-12 16:26:48下载
    积分:1
  • MHT-multitarget-tracking
    基于opencv的MHT的多目标跟踪程序(Based on the MHT multi-target tracking program)
    2015-08-10 20:19:45下载
    积分:1
  • MATLAB
    bode图,可以实现如何绘制bode图的过程和详细步骤。(Bode figure, can realize how to draw the process and detailed bode figure steps )
    2020-07-11 13:08:53下载
    积分:1
  • test
    一个简短的计算图像信息熵的程序,对于初学IDL的开发者来说,有一定的借鉴作用(A brief image information entropy calculation procedure, IDL for beginner developers who have a certain reference)
    2011-11-19 23:09:46下载
    积分:1
  • DDBOpen-show-save
    DDB 图像编程 实现图像的打开,保存,显示,一般处理等功能(DDB image programming to achieve the image open, save, display, general processing and other functions)
    2013-09-15 11:34:36下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载