diff --git a/reference/imagick/imagick/writeimagefile.xml b/reference/imagick/imagick/writeimagefile.xml new file mode 100644 index 0000000000..5ab33ad6b1 --- /dev/null +++ b/reference/imagick/imagick/writeimagefile.xml @@ -0,0 +1,66 @@ + + + + + Imagick::writeImageFile + Writes an image to a filehandle + + + + &reftitle.description; + + boolImagick::writeImageFile + resourcefilehandle + + + + Writes the image sequence to an open filehandle. The handle must be opened with + for example fopen. &imagick.method.available.0x636; + + + + + &reftitle.parameters; + + + + filehandle + + + Filehandle where to write the image + + + + + + + + + &reftitle.returnvalues; + + &imagick.return.success; + + + + + + diff --git a/reference/imagick/imagick/writeimagesfile.xml b/reference/imagick/imagick/writeimagesfile.xml new file mode 100644 index 0000000000..40f816e1ae --- /dev/null +++ b/reference/imagick/imagick/writeimagesfile.xml @@ -0,0 +1,67 @@ + + + + + Imagick::writeImagesFile + Writes frames to a filehandle + + + + &reftitle.description; + + boolImagick::writeImagesFile + resourcefilehandle + + + + Writes all image frames into an open filehandle. This method can be used to write + animated gifs or other multiframe images into open filehandle. + &imagick.method.available.0x636; + + + + + &reftitle.parameters; + + + + filehandle + + + Filehandle where to write the images + + + + + + + + + &reftitle.returnvalues; + + &imagick.return.success; + + + + + +