Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question