golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
121.18k stars 17.37k forks source link

proposal: image/jpeg: add progressive encode support #68208

Closed scchenyong closed 1 day ago

scchenyong commented 1 week ago

RT

ianlancetaylor commented 1 week ago

CC @nigeltao

nigeltao commented 3 days ago

It's a nice feature but (1) I don't know anyone (whether myself or others on the Go team) who has the free time to work on this and (2) it's not necessary for the feature to live in the standard library. If you (or anyone else) wants to write a package progjpeg with an Encode function and share it on GitHub (or elsewhere) then you're already free to do so (and your API design won't be constrained by the Go 1.x compatibility promise).

As such, I don't think that Go's formal proposal mechanism is adding much here.

ianlancetaylor commented 1 day ago

Agreed. The proposal process is not a way of getting other people to do something.