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

How can I make progressive images? #53

Open
yyyyeeeeesss opened this issue Nov 23, 2017 · 1 comment
Open

How can I make progressive images? #53

yyyyeeeeesss opened this issue Nov 23, 2017 · 1 comment

Comments

@yyyyeeeeesss
Copy link

How can I make progressive images?

I use

local image = assert(magick.load_image('my_photo.jpg'))
image:set_interlace_scheme('PlaneInterlace')
ngx.say(image:get_blob())
ngx.exit(ngx.OK)

but this service http://highloadtools.com/progressivejpeg put no prograssive image.

@ivakinpavel
Copy link

I found that you, Leafo, made a great work! your bindings faster than pure C (can be find on github) for about 20%!
but i can use it bc i really need progressive jpegs. Can you pls spend some time and look at this issue?

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

No branches or pull requests

2 participants