(No version information available, might only be in Git)
Imports image pixels
public bool Imagick::importImagePixels ( int $x, int $y, int $width, int $height, string $map, int $storage, array $pixels )
Imports pixels from an array into an image. The map is usually 'RGB'. This method imposes the following constraints for the parameters: amount of pixels in the array must match width x height x length of the map. This method