ImageWorkshop icon indicating copy to clipboard operation
ImageWorkshop copied to clipboard

Get image stream

Open rmruano opened this issue 11 years ago • 0 comments

Methods to get a merged resource image as a raw image stream (a string) which can be saved into a file or served on the fly by printing the result with the proper headers. Makes use of PHP's output buffering.

Included methods

  • getResultAsPNG($backgroundColor = null, $quality = 75)
  • getResultAsJPG($backgroundColor = null, $quality = 75, $interlace = false)
  • getResultAsGIF($backgroundColor = null)

rmruano avatar Aug 24 '14 09:08 rmruano