Deprecated: Constant E_STRICT is deprecated in /home/pastorz/old-espace-client/vendor/symfony/error-handler/ErrorHandler.php on line 58
Deprecated: Constant E_STRICT is deprecated in /home/pastorz/old-espace-client/vendor/symfony/error-handler/ErrorHandler.php on line 76 Symfony Profiler
vendor/imagine/imagine/src/Image/ImagineInterface.php line 36
public function create(BoxInterface $size, ColorInterface $color = null);
/**
* Opens an existing image from $path.
*
* @param string|\Imagine\File\LoaderInterface|mixed $path the file path, a LoaderInterface instance, or an object whose string representation is the image path
*
* @throws \Imagine\Exception\RuntimeException
*
* @return \Imagine\Image\ImageInterface
*/
public function open($path);
/**
* Loads an image from a binary $string.
*
* @param string $string
*
* @throws \Imagine\Exception\RuntimeException
*
* @return \Imagine\Image\ImageInterface
*/
public function load($string);
/**
* Loads an image from a resource $resource.
*
* @param resource $resource
*
* @throws \Imagine\Exception\RuntimeException
*
* @return \Imagine\Image\ImageInterface
*/
public function read($resource);
/**
* Constructs a font with specified $file, $size and $color.
*
* The font size is to be specified in points (e.g. 10pt means 10)