Home
last modified time | relevance | path

Searched +full:php +full:- +full:image (Results 1 – 25 of 784) sorted by relevance

12345678910>>...32

/external/ImageMagick/
DREADME.md3 [![Build Status](https://travis-ci.org/ImageMagick/ImageMagick.svg?branch=main)](https://travis-ci.…
5 …tus](https://oss-fuzz-build-logs.storage.googleapis.com/badges/imagemagick.svg)](https://bugs.chro…
8 <img align="center" src="https://imagemagick.org/image/wizard.png" alt="ImageMagick logo" width="26…
11 …resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply vari…
15 …(Java), L-Magick (Lisp), NMagick (Neko/haXe), MagickNet (.NET), PascalMagick (Pascal), PerlMagick …
17 …ds to increase performance and can read, process, or write mega-, giga-, or tera-pixel image sizes.
19-to-run binary distribution or as source code that you may use, copy, modify, and distribute in bo…
33 …s://imagemagick.org/script/convert.php): convert an image from one [format](https://imagemagick.or…
34 …https://legacy.imagemagick.org/Usage/resize/): resize, rotate, deskew, crop, flip or trim an image.
35 * [Transparency](https://legacy.imagemagick.org/Usage/masking/): render portions of an image invisi…
[all …]
DChangeLog1 2021-04-10 7.0.11-7 <quetzlzacatenango@image...>
2 * Release ImageMagick version 7.0.11-7 GIT revision 18617:2a0925961:20210411
4 2021-04-09 7.0.11-7 <quetzlzacatenango@image...>
5 * constrain sub-image list.
6 * -layers optimize no longer produces broken output (reference
9 2021-04-03 7.0.11-6 <quetzlzacatenango@image...>
10 * Release ImageMagick version 7.0.11-6 GIT revision 18588:ea711b44c:20210403
12 2021-04-01 7.0.11-6 Dirk Lemstra <dirk@lem.....org>
15 2021-03-28 7.0.11-5 <quetzlzacatenango@image...>
16 * Release ImageMagick version 7.0.11-5 GIT revision 18569:b934dca6b:20210328
[all …]
DREADME.txt7 shear and transform images, adjust image colors, apply various special
14 JMagick (Java), L-Magick (Lisp), Lua, NMagick (Neko/haXe), Magick.NET
15 (.NET), PascalMagick (Pascal), PerlMagick (Perl), MagickWand for PHP
16 (PHP), IMagick (PHP), PythonMagick (Python), RMagick (Ruby), or TclMagick
21 and can read, process, or write mega-, giga-, or tera-pixel image sizes.
23 ImageMagick is free software delivered as a ready-to-run binary distribution
33 The current release is the ImageMagick 7.0.11-* series. It runs on Linux,
48 * Format conversion: convert an image from one format to another (e.g.
50 * Transform: resize, rotate, deskew, crop, flip or trim an image.
51 * Transparency: render portions of an image invisible.
[all …]
/external/ImageMagick/config/
DImageMagick.rdf.in1 <?xml version="1.0" encoding="utf-8"?>
2 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:foaf="http://xmlns.com/foaf/…
15 200) including PNG, JPEG, JPEG-2000, GIF, TIFF, DPX, EXR, WebP, Postscript,
17 shear and transform images, adjust image colors, apply various special
24 JMagick (Java), L-Magick (Lisp), Lua, NMagick (Neko/haXe), Magick.NET
25 (.NET), PascalMagick (Pascal), PerlMagick (Perl), MagickWand for PHP
26 (PHP), IMagick (PHP), PythonMagick (Python), RMagick (Ruby), or TclMagick
31 and can read, process, or write mega-, giga-, or tera-pixel image sizes.
33 ImageMagick is free software delivered as a ready-to-run binary distribution
43 https://imagemagick.org/script/download.php. It runs on Linux, Windows,
[all …]
/external/protobuf/.github/workflows/
Dphp-ext.yml1 name: PHP extension
4 - push
5 - pull_request
8 build-php:
9 name: Build PHP extension
10 runs-on: ubuntu-latest
11 container: ${{ matrix.php-image }}
14 php-image:
15 - php:7.4-cli
16 - php:8.1-cli
[all …]
/external/cronet/third_party/protobuf/.github/workflows/
Dphp-ext.yml1 name: PHP extension
4 - push
5 - pull_request
8 build-php:
9 name: Build PHP extension
10 runs-on: ubuntu-latest
11 container: ${{ matrix.php-image }}
14 php-image:
15 - php:7.4-cli
16 - php:8.1-cli
[all …]
/external/cronet/third_party/protobuf/kokoro/linux/aarch64/
Dtest_php_aarch64.sh3 set -ex
8 # there is no php testing docker image readily available, so we build
9 # our own. It's a aarch64 image, but that's fine since qemu will
11 docker build -t testimage_protobuf_php_arm64v8 kokoro/linux/aarch64/testimage_protobuf_php_arm64v8
13 if [[ -t 0 ]]; then
14 DOCKER_TTY_ARGS="-it"
16 # The input device on kokoro is not a TTY, so -it does not work.
20 # crosscompile protoc as we will later need it for the php build.
21 # we build it under the dockcross/manylinux2014-aarch64 image so that the resulting protoc binary i…
22 …a wide range of linux distros (including any docker images we will use later to build and test php)
[all …]
/external/protobuf/kokoro/linux/aarch64/
Dtest_php_aarch64.sh3 set -ex
8 # there is no php testing docker image readily available, so we build
9 # our own. It's a aarch64 image, but that's fine since qemu will
11 docker build -t testimage_protobuf_php_arm64v8 kokoro/linux/aarch64/testimage_protobuf_php_arm64v8
13 if [[ -t 0 ]]; then
14 DOCKER_TTY_ARGS="-it"
16 # The input device on kokoro is not a TTY, so -it does not work.
20 # crosscompile protoc as we will later need it for the php build.
21 # we build it under the dockcross/manylinux2014-aarch64 image so that the resulting protoc binary i…
22 …a wide range of linux distros (including any docker images we will use later to build and test php)
[all …]
/external/ImageMagick/www/
Dlinks.html8 <meta charset="utf-8" />
9 <meta name="viewport" content="width=device-width, initial-scale=1" />
10 <title>ImageMagick - Related Web Sites</title>
11 <meta name="application-name" content="ImageMagick" />
12 …geMagick® to create, edit, compose, and convert digital images. Resize an image, crop it, change i…
13 <meta name="application-url" content="https://imagemagick.org" />
14 <meta name="generator" content="PHP" />
15 <meta name="keywords" content="related, web, sites, image processing software" />
20 <meta name="revisit-after" content="2 DAYS" />
21 <meta name="resource-type" content="document" />
[all …]
Ddevelop.html8 <meta charset="utf-8" />
9 <meta name="viewport" content="width=device-width, initial-scale=1" />
10 <title>ImageMagick - Develop</title>
11 <meta name="application-name" content="ImageMagick" />
12 …geMagick® to create, edit, compose, and convert digital images. Resize an image, crop it, change i…
13 <meta name="application-url" content="https://imagemagick.org" />
14 <meta name="generator" content="PHP" />
15 <meta name="keywords" content="develop, image processing software" />
20 <meta name="revisit-after" content="2 DAYS" />
21 <meta name="resource-type" content="document" />
[all …]
/external/ImageMagick/utilities/
DImageMagick.11 .TH ImageMagick 1 "2020-04-25" "ImageMagick"
4 ImageMagick \- a free software suite for the creation, modification and
8 \fBmagick\fP [\fIoptions\fP|\fIinput-file\fP]... \fIoutput-file\fP
9 \fBmagick-script\fP \fIscript-file\fP [\fIscript-arguments\fP]...
16 resize, flip, mirror, rotate, distort, shear and transform images, adjust image
20 The functionality of ImageMagick is typically utilized from the command-line.
24 JuliaIO (Julia), L-Magick (Lisp), Lua (LuaJIT), NMagick (Neko/haXe), Magick.NET
25 (.NET), PascalMagick (Pascal), PerlMagick (Perl), MagickWand for PHP (PHP),
26 IMagick (PHP), PythonMagick (Python), magick (R), RMagick (Ruby), or TclMagick
31 It can read, process, or write mega-, giga-, or tera-pixel image sizes.
[all …]
DImageMagick.1.in1 .TH ImageMagick 1 "2020-04-25" "ImageMagick"
4 ImageMagick \- a free software suite for the creation, modification and
8 \fBmagick\fP [\fIoptions\fP|\fIinput-file\fP]... \fIoutput-file\fP
9 \fBmagick-script\fP \fIscript-file\fP [\fIscript-arguments\fP]...
16 resize, flip, mirror, rotate, distort, shear and transform images, adjust image
20 The functionality of ImageMagick is typically utilized from the command-line.
24 JuliaIO (Julia), L-Magick (Lisp), Lua (LuaJIT), NMagick (Neko/haXe), Magick.NET
25 (.NET), PascalMagick (Pascal), PerlMagick (Perl), MagickWand for PHP (PHP),
26 IMagick (PHP), PythonMagick (Python), magick (R), RMagick (Ruby), or TclMagick
31 It can read, process, or write mega-, giga-, or tera-pixel image sizes.
[all …]
Dstream.13 stream \- a lightweight tool to stream one or more pixel components of the image or portion of the
6 \fBstream\fP [\fIoptions\fP] \fIinput-file\fP \fIoutput-file\fP
8 …s of the image or portion of the image to your choice of storage formats. It writes the pixel com…
10 …er to file:///usr/local/share/doc/ImageMagick-7/www/stream.html or http://imagemagick.org/script/s…
12 Image Settings:
13 \-authenticate value decrypt image with this password
14 \-colorspace type alternate image colorspace
15 \-compress type type of pixel compression when writing the image
16 \-define format:option
17 define one or more image format options
[all …]
Dstream.1.in3 stream \- a lightweight tool to stream one or more pixel components of the image or portion of the
6 \fBstream\fP [\fIoptions\fP] \fIinput-file\fP \fIoutput-file\fP
8 …s of the image or portion of the image to your choice of storage formats. It writes the pixel com…
10 …browser to file://@DOCUMENTATION_PATH@/www/stream.html or http://imagemagick.org/script/stream.php.
12 Image Settings:
13 \-authenticate value decrypt image with this password
14 \-colorspace type alternate image colorspace
15 \-compress type type of pixel compression when writing the image
16 \-define format:option
17 define one or more image format options
[all …]
Didentify.13 identify \- describes the format and characteristics of one or more image files.
6 \fBidentify\fP [\fIoptions\fP] \fIinput-file\fP
8image files. It also reports if an image is incomplete or corrupt. The information returned includ…
10 … to file:///usr/local/share/doc/ImageMagick-7/www/identify.html or http://imagemagick.org/script/i…
12 Image Settings:
13 \-alpha option on, activate, off, deactivate, set, opaque, copy
15 \-antialias remove pixel-aliasing
16 \-authenticate value decrypt image with this password
17 \-clip clip along the first path from the 8BIM profile
18 \-clip-mask filename associate a clip mask with the image
[all …]
Didentify.1.in3 identify \- describes the format and characteristics of one or more image files.
6 \fBidentify\fP [\fIoptions\fP] \fIinput-file\fP
8image files. It also reports if an image is incomplete or corrupt. The information returned includ…
10 …ser to file://@DOCUMENTATION_PATH@/www/identify.html or http://imagemagick.org/script/identify.php.
12 Image Settings:
13 \-alpha option on, activate, off, deactivate, set, opaque, copy
15 \-antialias remove pixel-aliasing
16 \-authenticate value decrypt image with this password
17 \-clip clip along the first path from the 8BIM profile
18 \-clip-mask filename associate a clip mask with the image
[all …]
Danimate.13 animate \- animates an image or image sequence on any X server.
6 \fBanimate\fP [\fIoptions\fP] \fIinput-file\fP
8 …a member of the ImageMagick(1) suite of tools. Use it to animate an image or image sequence on an…
10 …r to file:///usr/local/share/doc/ImageMagick-7/www/animate.html or http://imagemagick.org/script/a…
12 Image Settings:
13 \-alpha option on, activate, off, deactivate, set, opaque, copy
15 \-authenticate value decrypt image with this password
16 \-backdrop display image centered on a backdrop
17 \-colormap type Shared or Private
18 \-colorspace type alternate image colorspace
[all …]
Danimate.1.in3 animate \- animates an image or image sequence on any X server.
6 \fBanimate\fP [\fIoptions\fP] \fIinput-file\fP
8 …a member of the ImageMagick(1) suite of tools. Use it to animate an image or image sequence on an…
10 …owser to file://@DOCUMENTATION_PATH@/www/animate.html or http://imagemagick.org/script/animate.php.
12 Image Settings:
13 \-alpha option on, activate, off, deactivate, set, opaque, copy
15 \-authenticate value decrypt image with this password
16 \-backdrop display image centered on a backdrop
17 \-colormap type Shared or Private
18 \-colorspace type alternate image colorspace
[all …]
Dimport.13 import \- saves any visible window on an X server and outputs it as an image file. You can capture …
6 \fBimport\fP [\fIoptions\fP] \fIoutput-file\fP
8 … suite of tools. Use it to capture some or all of an X server screen and save the image to a file.
10 …er to file:///usr/local/share/doc/ImageMagick-7/www/import.html or http://imagemagick.org/script/i…
12 Image Settings:
13 \-adjoin join images into a single multi-image file
14 \-border include window border in the output image
15 \-colorspace type alternate image colorspace
16 \-comment string annotate image with comment
17 \-compress type type of pixel compression when writing the image
[all …]
/external/ImageMagick/PerlMagick/default/
DMagick.pm.in1 package Image::Magick;
3 # Copyright 1999-2021 ImageMagick Studio LLC, a non-profit organization
9 # https://imagemagick.org/script/license.php
22 use parent qw/Image::Magick::@MAGICK_ABI_SUFFIX@/;
29 Image::Magick - objected-oriented Perl interface to ImageMagick for default quantum (@MAGICK_ABI_SU…
33 use Image::Magick;
34 $p = new Image::Magick;
35 $p->Read("imagefile");
36 $p->Set(attribute => value, ...)
37 ($a, ...) = $p->Get("attribute", ...)
[all …]
/external/cronet/third_party/protobuf/php/
DREADME.md2 pure PHP package and a native c extension. The pure PHP package is intended to
3 provide usability to wider range of PHP platforms, while the c extension is
5 runtime APIs and share the same generated code. Users don’t need to re-generate
9 Both implementations make use of generated PHP code that defines message and
10 enum types in PHP. We strongly recommend using protoc's PHP generation support
12 extension/package; you need to install protoc as well to have PHP code
17 To use PHP runtime library requires:
19 - C extension: PHP 7.x, 8.0
20 - [PHP package](http://php.net/downloads.php): PHP 5.5, 5.6, 7.x, or 8.0.
39 sudo apt-get install -y php-pear php5-dev autoconf automake libtool make gcc
[all …]
/external/protobuf/php/
DREADME.md2 pure PHP package and a native c extension. The pure PHP package is intended to
3 provide usability to wider range of PHP platforms, while the c extension is
5 runtime APIs and share the same generated code. Users don’t need to re-generate
9 Both implementations make use of generated PHP code that defines message and
10 enum types in PHP. We strongly recommend using protoc's PHP generation support
12 extension/package; you need to install protoc as well to have PHP code
17 To use PHP runtime library requires:
19 - C extension: PHP 7.x, 8.0
20 - [PHP package](http://php.net/downloads.php): PHP 5.5, 5.6, 7.x, or 8.0.
39 sudo apt-get install -y php-pear php5-dev autoconf automake libtool make gcc
[all …]
/external/cronet/third_party/protobuf/kokoro/linux/32-bit/
DDockerfile1 # This Dockerfile specifies the recipe for creating an image for the tests
6 # The Docker image is only rebuilt when the Dockerfile (ie. this file)
12 # Apt source for php
13 …N echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu trusty main" | tee /etc/apt/sources.list.d/…
14 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F4FCBB07
18 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
20 autotools-dev \
21 build-essential \
28 libc6-dbg \
29 libc6-dev \
[all …]
/external/protobuf/kokoro/linux/32-bit/
DDockerfile1 # This Dockerfile specifies the recipe for creating an image for the tests
6 # The Docker image is only rebuilt when the Dockerfile (ie. this file)
12 # Apt source for php
13 …N echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu trusty main" | tee /etc/apt/sources.list.d/…
14 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F4FCBB07
18 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
20 autotools-dev \
21 build-essential \
28 libc6-dbg \
29 libc6-dev \
[all …]
/external/ImageMagick/MagickWand/
DChangeLog1 2012-03-15 7.0.0-0 Anthony <anthony@griffith...>
4 2012-02-26 7.0.0-0 Anthony <anthony@griffith...>
5 * A super-struct MagickCLI which includes a MagicWand is used to add the
11 2012-02-12 7.0.0-0 Anthony <anthony@griffith...>
12 * new module "magick-cli" providing base for new "magick" command
14 2011-10-04 7.0.0-0 Anthony <anthony@griffith...>
17 2011-09-21 7.0.0-0 Anthony <anthony@griffith...>
20 2010-11-21 6.6.6-0 Cristy <quetzlzacatenango@image...>
23 2009-10-10 6.5.6-10 Cristy <quetzlzacatenango@image...>
29 2009-08-27 6.5.5-3 Cristy <quetzlzacatenango@image...>
[all …]

12345678910>>...32