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

What is the equivalent for jpegtran's -optimize flag? #13

Open
Armannas opened this issue Oct 22, 2015 · 2 comments
Open

What is the equivalent for jpegtran's -optimize flag? #13

Armannas opened this issue Oct 22, 2015 · 2 comments

Comments

@Armannas
Copy link

I'd like to losslessly compress all my images using jpegtran's huffman coding based lossless compression (available through the -optimize flag). Can I access this through jpegtran-cffi?
I've tried simply using the .save() function but the filesize stays the same.

@jbaiter
Copy link
Owner

jbaiter commented Feb 4, 2016

This is currently not exposed, but feel free to submit a PR that implements this :-)

@Armannas
Copy link
Author

Armannas commented Feb 4, 2016

I hope to. Thx

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