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

add jpeg_write_marker support #47

Open
s3rj1k opened this issue Mar 23, 2018 · 0 comments
Open

add jpeg_write_marker support #47

s3rj1k opened this issue Mar 23, 2018 · 0 comments

Comments

@s3rj1k
Copy link

s3rj1k commented Mar 23, 2018

Could jpeg_write_marker be added to support adding comments to jpeg?

unak added a commit that referenced this issue Mar 29, 2018
Support writing JPEG Marker.

For example:
	err = jpeg.Encode(w, src, &jpeg.EncoderOptions{Marker:
[]jpeg.Marker{{jpeg.COM, []byte("Hello, JPEG")}}})

resolve #47
@harukasan harukasan mentioned this issue Aug 21, 2019
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants