(PECL imagick 2, PECL imagick 3)
Imagick::getImagesBlob — 將所有影像序列以 blob 格式傳回
實作直接到記憶體的影像格式。它會將所有影像序列以字串格式傳回。影像的格式決定了傳回 blob 的格式(GIF、JPEG、PNG 等)。若要傳回不同的影像格式,請使用 Imagick::setImageFormat()。
此函式沒有參數。
傳回包含影像的字串。失敗時,會拋出 ImagickException。