We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The image/jpeg package contains TODO comments in the writer.go file mentioning "Switch on m.ColorModel() instead of type":
image/jpeg
writer.go
These TODO comments have been left unresolved for about ten years.
I am considering addressing these comments by implementing a switch statement on m.ColorModel().
Concerns:
The text was updated successfully, but these errors were encountered:
Related Issues
Related Code Changes
(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)
Sorry, something went wrong.
I now fully understand the context. I'll open another issue if I can find a general solution.
No branches or pull requests
Proposal Details
The
image/jpeg
package contains TODO comments in thewriter.go
file mentioning "Switch on m.ColorModel() instead of type":These TODO comments have been left unresolved for about ten years.
I am considering addressing these comments by implementing a switch statement on m.ColorModel().
Concerns:
The text was updated successfully, but these errors were encountered: