A
A
agent115662017-06-05 16:05:36
PHP
agent11566, 2017-06-05 16:05:36

How to crop an array of images using Phalcon's built-in class?

How to crop an array of images?
The example does not help

$image = new \Phalcon\Image\Adapter\Gd("image.jpg");

$image->resize(
    400,
    200,
    \Phalcon\Image::NONE
);

$image->save("resized-image.jpg");

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
agent11566, 2017-06-06
@agent11566

Show an example of a loop. When I write a loop, an error pops up))

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question