How can i read image in vips like php imgick

170 Views Asked by At

I am using php vips library. I want to readImage from filename in vips. I want to know that

$imagick->readImage() in php Imagick and 
Vips\Image::newFromFile($arg[1])

both are same? If no then is there any method in vips which is similar to `$imagick->readImage()

0

There are 0 best solutions below