downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Imagick::readImageFile> <Imagick::readImage
Last updated: Fri, 20 Nov 2009

view this page in

Imagick::readImageBlob

(PECL imagick 2.0.0)

Imagick::readImageBlobReads image from a binary string

Descrierea

bool Imagick::readImageBlob ( string $image [, string $filename ] )
Avertizare

Această funcţie nu este documentată în prezent; este disponibilă numai lista sa de argumente.

Reads image from a binary string

Parametri

image

Valorile întroarse

Întoarce TRUE în caz de succes.

Erori/Excepţii

Aruncă ImagickException în caz de eroare.



add a note add a note User Contributed Notes
Imagick::readImageBlob
finalmau at gmail dot com
29-Apr-2008 11:22
For read a file from a bfile using OCI->LOB

//any.jpg must be any file
$image = new Imagick('any.jpg');

// rewind the OCI->lob
$ociLob->rewind();

//This is the magick
$image->readImageBlob($ociLob->read($oci->size()), $oci->size());

Imagick::readImageFile> <Imagick::readImage
Last updated: Fri, 20 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites