Download the PHP package barberry/plugin-imagemagick without Composer

On this page you can find all versions of the php package barberry/plugin-imagemagick. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package plugin-imagemagick

barberry-plugin-imagemagick

Build Status

Barberry plugin for handling images

Parameters syntax:

All parameters must be listed with no separators and the order of parameters cannot be changed. Any parameter can be ommited.

[width]x[height][noUpscale]bg[color]canvas[width]x[height]quality[percent]colorspace[name]strip

[width]x[height][noUpscale]

Main info about height and width of corresponding image. In case noUpscale provided image will only shrink, but never grow.

bg[color]

Background color of image in format 11AAFF (hex code format without # at the beginning)

canvas[width]x[height]

Info about height and width of canvas the real added params for image imagemagick will be:

-size [width]x[height] xc:#[color] +swap -gravity center -composite

[color] by default is 000000 if no background color is set, otherwise uses bg color

quality[percent]

Quality of jpeg image in percents. Range from 1 to 100

colorspace[name]

The colorspace of image. Allowed colorspaces:

Gray|CMYK|sRGB|Transparent|RGB

trim[color]x[percent]

Remove any borders or edges of an image which did does not change in color or transparency. In other words it removes the 'boring' bits surrounding an image.

[color] is color, which you want to trim

[percent] is percent of fuzz to be applied while trimming (more percent, possibly more image will be cut)

strip

In some cases color profiles can take up significant part of your image, especially if image is small or resized. This option allows to cut color profiles out.

Environment

There are two environment options, which regulate image's max size:

If you need to be able to generate a full hd/2k/4k size, please set up them


All versions of plugin-imagemagick with dependencies

PHP Build Version
Package Version
Requires php Version ^5.6 || ^7.0
barberry/interfaces Version ^2.0
barberry/plugin-installer Version ^3.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package barberry/plugin-imagemagick contains the following files

Loading the files please wait ....