You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
nolgia color-presets — the built-in color-grade preset looks for
Studio compositions. list prints the catalog (slug, name, description; --json includes the manifest version), and cube <slug> [-o FILE]
downloads a preset's 33-point .cube LUT (stdout by default, so it pipes
straight into grading tools). Both endpoints are public — no login needed —
and unknown slugs surface the server's 404 detail verbatim.
Re-vendored the OpenAPI spec with the nolgia-api color-grade contract
(/color-presets, /color-presets/{slug}/cube, ColorPreset* schemas).