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

allow zpl image to take existing GD image in addition to data string #9

Closed

Conversation

jove4015
Copy link

Needed to add this for my project so I can pass an existing GD image resource to Zpl\Image constructor. Useful if you are printing images you built inline.

@robgridley
Copy link
Owner

Thanks for the pull. I am planning to create an interface for the image input to support multiple drivers. I will make sure those drivers can be created with a file, string or resource.

@robgridley
Copy link
Owner

Check out version 2 which includes a GD decoder class with static constructors for GD resources, paths and strings.

@robgridley robgridley closed this Apr 2, 2018
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.

2 participants