TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Spectra – Python color scales made easy

33 pointsby jsvineabout 10 years ago

4 comments

hellomrjackabout 10 years ago
Looks like a very useful little library. Although, have you looked at OpenColourIO and its Python bindings? It is the VFX industry standard for working with colour spaces, most companies will use OCIO for colour management throughout the process.
评论 #9251236 未加载
japhyrabout 10 years ago
This looks really useful. I&#x27;ve played around with colormaps in a few visualization projects, but I&#x27;ve never made the time to learn about the various color packages.<p>What does this add to colormath and grapefruit?
评论 #9251078 未加载
ekimekimabout 10 years ago
Unrelated to the library itself: I dislike when python projects have an external website containing the docs, and have no docstrings in the code itself. Not only is the code harder to read, but it makes the inbuilt help() useless.
评论 #9251539 未加载
mark-rabout 10 years ago
Doesn&#x27;t seem terribly well specified. Is the rgb space actually sRGB? And what is the parameter to brighten&#x2F;darken&#x2F;saturate&#x2F;desaturate?
评论 #9252049 未加载