Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get image stream #47

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Get image stream #47

wants to merge 2 commits into from

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.

None yet

1 participant