Imagesharp: Guetzli JPEG encoder

Created on 31 Mar 2017  路  2Comments  路  Source: SixLabors/ImageSharp

Hi ImageSharp,

Can you support Guetzli encoder for JPEG ?,

"Google reduces JPEG file size by 35%"

https://github.com/google/guetzli/

Thank you

Most helpful comment

@NelsonFord the decoded image is not a Jpeg in the memory any longer, it's smaller only in the HDD. You can buy cheaper tapes for your C64! ;)

@vinhhrv Guetzli is not a general-case Jpeg encoder, it is for users who can invest large amount of CPU work to make their images smaller. We don't have plans to implement such feature at the moment.

Also, please use our gitter channel to discuss these kinds of quick ideas. See our contribuiton guide!

All 2 comments

Yeah, just bought a brandnew C64. Would be great if my image fits into memory. But, wait, how long does it take to encode? Shit: https://github.com/google/guetzli/issues/50

If you find any irony, keep it. :smile:

@NelsonFord the decoded image is not a Jpeg in the memory any longer, it's smaller only in the HDD. You can buy cheaper tapes for your C64! ;)

@vinhhrv Guetzli is not a general-case Jpeg encoder, it is for users who can invest large amount of CPU work to make their images smaller. We don't have plans to implement such feature at the moment.

Also, please use our gitter channel to discuss these kinds of quick ideas. See our contribuiton guide!

Was this page helpful?
0 / 5 - 0 ratings