Skip to content

Conversation

@rmruano
Copy link

@rmruano rmruano commented Aug 24, 2014

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)

getResultAsPNG(), getResultAsJPG(), getResultAsGIF() return 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant