登录
首页 » PHP » image-master

image-master

于 2020-06-22 发布
0 146
下载积分: 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 个回复

  • wtcl1
    应用Intel® JPEG Library v1.5处理图像的例子(Using Intel® JPEG Library v1.5 to process image.)
    2009-06-02 21:23:23下载
    积分:1
  • popescu_resample
    基于预测误差周期性的图像重采样检测程序。(Image resampling detection based on the periodicity of prediction error)
    2020-08-12 11:28:26下载
    积分:1
  • Adaptive-fuzzy-K-means-
    在本文中,我们提出了一个 所谓自适应模糊-K-均值聚类新方法 (AFKM)聚类的图像分割这可能是 适用于一般的图像和/或特定的图象(即 医疗和显微图像),采用不同的拍摄的 消费类电子产品,即,例如,在 普通数码相机和CCD相机(In this paper, we present a new clustering algorithm called Adaptive Fuzzy-K-means (AFKM) clustering for image segmentation which could be applied on general images and/or specific images (i.e., medical and microscopic images), captured using different consumer electronic products namely, for example, the common digital cameras and CCD cameras)
    2014-05-06 17:12:33下载
    积分:1
  • 极化sar
    说明:  极化SAR图像的去噪和分解,Lee滤波和精致Lee滤波,Freeman分解·和·H/A分解(Denoising and decomposition of polarimetric SAR image)
    2020-06-18 08:41:15下载
    积分:1
  • SR_1
    基于分块的人脸图像超分辨率学习算法实验平台,利用学习到的训练集图像信息对低分辨率图像超分辨率,并可以查看超分辨率后的图像块匹配结果(用鼠标双击结果显示窗口中的实验图像),可以设置实验参数。(Block-based face image super-resolution algorithm for the experimental platform to learn, learning to use the training set of low-resolution image information super-resolution images and can view the image super-resolution block-matching results (double-click with the mouse results display window of the experimental images), the experimental parameters can be set.)
    2009-06-08 14:03:09下载
    积分:1
  • DarkChannelPrior
    目标物与摄像机距离已知的情况下,计算白天大气能见度距离。(The distance between the object and the camera is known to calculate the visibility distance in daytime.)
    2017-01-20 14:10:32下载
    积分:1
  • findmatch
    这是一重要的图像修补源代码,基于图像快的修补,是修补算法的经典制作(1)(inage quilting image inpainting )
    2010-06-09 12:29:00下载
    积分:1
  • DICOMViewer
    一个非常简小灵便的DICOM文件阅读器,支持多种格式的文件,支持图片的大多数编辑功能。(A very simple and handy DICOM file reader supports multiple formats of files and most editing functions of pictures.)
    2020-06-18 07:20:01下载
    积分:1
  • example1
    基于DCT的数字视频水印源程序,Matlab编写,可以直接运行(DCT-based digital video watermarking source code, Matlab can be run directly)
    2012-05-20 08:26:19下载
    积分:1
  • spams-matlab-v2.5-svn2014-07-04.tar
    说明:  基于Online Learning for Matrix Factorization and Sparse Coding的在线字典学习算法,本压缩包为作者的源代码(The online dictionary learning based on the paper "Online Learning for Matrix Factorization and Sparse Coding". This compression package is the author's source code.)
    2017-08-24 11:35:19下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载