Skip to content

Commit fa008c0

Browse files
committed
Invoke build for new blog post.
1 parent 26e9708 commit fa008c0

File tree

22 files changed

+1058
-74
lines changed

22 files changed

+1058
-74
lines changed

output/2025/index.html

Lines changed: 185 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,185 @@
1+
<!DOCTYPE html>
2+
<html prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article#
3+
" lang="en">
4+
<head>
5+
<meta charset="utf-8">
6+
<meta name="description" content="Colour: Colour Science for Python">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<title>Posts for year 2025 | Colour Science</title>
9+
<link href="../assets/css/colour-science.css" rel="stylesheet" type="text/css">
10+
<link href="../assets/css/baguetteBox.min.css" rel="stylesheet" type="text/css">
11+
<link href="../assets/css/rst.css" rel="stylesheet" type="text/css">
12+
<link href="../assets/css/code.css" rel="stylesheet" type="text/css">
13+
<link href="../assets/css/theme.css" rel="stylesheet" type="text/css">
14+
<link href="../assets/css/ipython.min.css" rel="stylesheet" type="text/css">
15+
<link href="../assets/css/nikola_ipython.css" rel="stylesheet" type="text/css">
16+
<meta name="theme-color" content="#191919">
17+
<meta name="generator" content="Nikola (getnikola.com)">
18+
<link rel="alternate" type="application/rss+xml" title="RSS" href="../rss.xml">
19+
<link rel="canonical" href="https://www.colour-science.org/2025/">
20+
<!--[if lt IE 9]><script src="../assets/js/html5.js"></script><![endif]--><script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous">
21+
</script><link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.7.1/css/all.css" integrity="sha384-QI8z31KmtR+tk1MYi0DfgxrjYgpTpLLol3bqZA/Q1Y8BvH+6k7/Huoj38gQOaCS7" crossorigin="anonymous">
22+
<meta name="google-site-verification" content="CeWflIcbu-x7Ur7qbzTYJiRFvoGF5RljJyGZMg7H9co">
23+
</head>
24+
<body>
25+
<a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
26+
27+
<!-- Menubar -->
28+
29+
<nav class="navbar navbar-expand-xl static-top
30+
navbar-dark bg-dark bg-primary
31+
"><div class="container">
32+
<!-- This keeps the margins nice -->
33+
<a class="navbar-brand" href="https://www.colour-science.org/">
34+
35+
<span id="blog-title">Colour Science</span>
36+
</a>
37+
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#bs-navbar" aria-controls="bs-navbar" aria-expanded="false" aria-label="Toggle navigation">
38+
<span class="navbar-toggler-icon"></span>
39+
</button>
40+
41+
<div class="collapse navbar-collapse" id="bs-navbar">
42+
<ul class="navbar-nav mr-auto">
43+
<li class="nav-item dropdown">
44+
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Projects</a>
45+
<div class="dropdown-menu">
46+
<a href="../apps" class="dropdown-item"><span class="font-weight-bold">Apps (Colour - Dash)</span></a>
47+
<a href="http://awesome-colour.org/" class="dropdown-item"><span class="font-weight-bold">Awesome Colour</span></a>
48+
<a href="../colour" class="dropdown-item"><span class="font-weight-bold">Colour</span></a>
49+
<a href="../colour-datasets" class="dropdown-item"><span class="font-weight-bold">Colour - Datasets</span></a>
50+
<a href="../colour-demosaicing" class="dropdown-item"><span class="font-weight-bold">Colour - Demosaicing</span></a>
51+
<a href="../colour-hdri" class="dropdown-item"><span class="font-weight-bold">Colour - HDRI</span></a>
52+
<a href="../colour-checker-detection" class="dropdown-item"><span class="font-weight-bold">Colour - Checker Detection</span></a>
53+
<a href="../colour-visuals" class="dropdown-item"><span class="font-weight-bold">Colour - Visuals</span></a>
54+
<a href="../colour-maya" class="dropdown-item"><span class="font-weight-normal">Colour - Maya</span></a>
55+
<a href="../colour-nuke" class="dropdown-item"><span class="font-weight-normal">Colour - Nuke</span></a>
56+
<a href="../colour-playground" class="dropdown-item"><span class="font-weight-normal">Colour - Playground</span></a>
57+
<a href="../colour-spectroscope" class="dropdown-item"><span class="font-weight-normal">Colour - Spectroscope</span></a>
58+
<a href="../experiments" class="dropdown-item"><span class="font-weight-normal">Experiments</span></a>
59+
</div>
60+
</li>
61+
<li class="nav-item dropdown">
62+
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Documentation</a>
63+
<div class="dropdown-menu">
64+
<a href="../installation-guide" class="dropdown-item"><span class="font-weight-bold">Installation Guide</span></a>
65+
<a href="https://colour.readthedocs.io/en/develop/tutorial.html" class="dropdown-item"><span class="font-weight-bold">Static Tutorial</span></a>
66+
<a href="https://colab.research.google.com/notebook#fileId=1Im9J7or9qyClQCv5sPHmKdyiQbG4898K&amp;offline=true&amp;sandboxMode=true" class="dropdown-item"><span class="font-weight-bold">Interactive Tutorial</span></a>
67+
<a href="https://colab.research.google.com/notebook#fileId=1NRcdXSCshivkwoU2nieCvC3y14fx1X4X&amp;offline=true&amp;sandboxMode=true" class="dropdown-item"><span class="font-weight-bold">How-To Guide</span></a>
68+
<a href="../api-reference" class="dropdown-item"><span class="font-weight-bold">API Reference</span></a>
69+
<a href="../code-of-conduct" class="dropdown-item"><span class="font-weight-bold">Code of Conduct</span></a>
70+
<a href="../contributing" class="dropdown-item"><span class="font-weight-bold">Contributing</span></a>
71+
<a href="../contributors" class="dropdown-item"><span class="font-weight-bold">Contributors</span></a>
72+
<a href="../features" class="dropdown-item"><span class="font-weight-normal">Features</span></a>
73+
<a href="../history" class="dropdown-item"><span class="font-weight-normal">History</span></a>
74+
<a href="https://colour.readthedocs.io/en/develop/bibliography.html" class="dropdown-item"><span class="font-weight-normal">Bibliography</span></a>
75+
<a href="https://doi.org/10.5281/zenodo.13917514" class="dropdown-item"><span class="font-weight-normal">Cite Us</span></a>
76+
<a href="../cited-by" class="dropdown-item"><span class="font-weight-normal">Cited By</span></a>
77+
<a href="https://opensource.org/licenses/BSD-3-Clause" class="dropdown-item"><span class="font-weight-normal">License</span></a>
78+
<a href="../search" class="dropdown-item"><span class="font-weight-normal">Search</span></a>
79+
</div>
80+
</li>
81+
<li class="nav-item dropdown">
82+
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Blog</a>
83+
<div class="dropdown-menu">
84+
<a href="../blog" class="dropdown-item"><span class="font-weight-bold">Posts</span></a>
85+
<a href="../archive.html" class="dropdown-item"><span class="font-weight-normal">Archive</span></a>
86+
<a href="../categories/" class="dropdown-item"><span class="font-weight-normal">Tags</span></a>
87+
</div>
88+
</li>
89+
<li class="nav-item">
90+
<a href="mailto:[email protected]" class="nav-link"><i class="fa-regular fa-envelope"></i></a>
91+
</li>
92+
<li class="nav-item">
93+
<a href="https://github.com/colour-science/colour" class="nav-link"><i class="fa-brands fa-github"></i></a>
94+
</li>
95+
<li class="nav-item">
96+
<a href="https://www.facebook.com/python.colour.science" class="nav-link"><i class="fa-brands fa-facebook"></i></a>
97+
</li>
98+
<li class="nav-item">
99+
<a href="https://gitter.im/colour-science/colour" class="nav-link"><i class="fa-brands fa-gitter"></i></a>
100+
</li>
101+
<li class="nav-item">
102+
<a href="https://x.com/colour_science" class="nav-link"><i class="fa-brands fa-x-twitter"></i></a>
103+
</li>
104+
<li class="nav-item">
105+
<a href="https://bsky.app/profile/colour-science.bsky.social" class="nav-link"><i class="fa-brands fa-bluesky"></i></a>
106+
107+
108+
</li>
109+
</ul>
110+
<ul class="navbar-nav navbar-right"></ul>
111+
</div>
112+
<!-- /.navbar-collapse -->
113+
</div>
114+
<!-- /.container -->
115+
</nav><!-- End of Menubar --><!-- Main --><div class="container" id="content" role="main">
116+
<div class="row">
117+
<div class="col-12">
118+
<div class="body-content">
119+
<!--Body content-->
120+
121+
122+
123+
<article class="listpage"><header><h1>Posts for year 2025</h1>
124+
</header><ul class="postlist">
125+
<li>
126+
<time class="listdate" datetime="2025-04-16T13:47:44+01:00" title="2025-04-16 13:47">2025-04-16 13:47</time><a href="../posts/support-for-clf-in-colour-available/" class="listtitle">Support for Common LUT Format in Colour available!</a>
127+
</li>
128+
</ul></article><!--End of body content-->
129+
</div>
130+
</div>
131+
</div>
132+
</div>
133+
134+
<!-- End of Main -->
135+
136+
<!-- Footer -->
137+
138+
<footer id="footer" class="mt-auto"><ul class="nav justify-content-center">
139+
<li class="nav-item mx-3">
140+
<a href="mailto:[email protected]">
141+
<i class="fa-regular fa-envelope text-light"></i>
142+
</a>
143+
</li>
144+
<li class="nav-item mx-3">
145+
<a href="https://github.com/colour-science/colour">
146+
<i class="fa-brands fa-github text-light"></i>
147+
</a>
148+
</li>
149+
<li class="nav-item mx-3">
150+
<a href="https://www.facebook.com/python.colour.science">
151+
<i class="fa-brands fa-facebook text-light"></i>
152+
</a>
153+
</li>
154+
<li class="nav-item mx-3">
155+
<a href="https://gitter.im/colour-science/colour">
156+
<i class="fa-brands fa-gitter text-light"></i>
157+
</a>
158+
</li>
159+
<li class="nav-item mx-3">
160+
<a href="https://x.com/colour_science">
161+
<i class="fa-brands fa-x-twitter text-light"></i>
162+
</a>
163+
</li>
164+
<li class="nav-item mx-3">
165+
<a href="https://bsky.app/profile/colour-science.bsky.social">
166+
<i class="fa-brands fa-bluesky text-light"></i>
167+
</a>
168+
</li>
169+
</ul>
170+
<div class="text-center text-light py-3"><span>Copyright © 2013-2025 – Colour Developers</span></div>
171+
172+
173+
</footer><!-- End of Footer --><script src="../assets/js/jquery.min.js"></script><script src="../assets/js/popper.min.js"></script><script src="../assets/js/bootstrap.min.js"></script><script src="../assets/js/baguetteBox.min.js"></script><script>
174+
baguetteBox.run('div#content', {
175+
ignoreClass: 'islink',
176+
captions: function(element) {
177+
return element.getElementsByTagName('img')[0].alt;
178+
}});
179+
</script><!-- >>> Gitter --><script>
180+
((window.gitter = {}).chat = {}).options = {
181+
room: 'colour-science/colour'
182+
};
183+
</script><script async src="https://sidecar.gitter.im/dist/sidecar.v1.js"></script><!-- <<< Gitter --><!-- >>> Google Analytics --><script async src="https://www.colour-science.org/assets/js/analytics.js"></script><!-- <<< Google Analytics -->
184+
</body>
185+
</html>

output/archive.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@
123123
<article class="listpage"><header><h1>Archive</h1>
124124
</header><ul class="postlist">
125125
<li>
126+
<a href="2025/">2025</a>
127+
(1)
128+
</li>
129+
<li>
126130
<a href="2024/">2024</a>
127131
(3)
128132
</li>

output/blog/index-3.html

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,32 @@
128128

129129

130130
<div class="postindex">
131-
<article class="h-entry post-text" itemscope="itemscope" itemtype="http://schema.org/Article"><header><h1 class="p-name entry-title"><a href="../posts/physical-lighting-quantities-tying-both-ends/" class="u-url">Physical Lighting Quantities: Tying Both Ends</a></h1>
131+
<article class="h-entry post-text" itemscope="itemscope" itemtype="http://schema.org/Article"><header><h1 class="p-name entry-title"><a href="../posts/our-first-1000-stars-on-github/" class="u-url">Our First 1000 Stars on Github!</a></h1>
132+
<div class="metadata">
133+
<p class="byline author vcard"><span class="byline-name fn" itemprop="author">
134+
Colour Developers
135+
</span></p>
136+
<p class="dateline">
137+
<a href="../posts/our-first-1000-stars-on-github/" rel="bookmark">
138+
<time class="published dt-published" datetime="2020-09-28T09:39:40+01:00" itemprop="datePublished" title="2020-09-28 09:39">2020-09-28 09:39</time></a>
139+
</p>
140+
<p class="commentline">
141+
142+
<a href="../posts/our-first-1000-stars-on-github/#disqus_thread" data-disqus-identifier="cache/posts/our-first-1000-stars-on-github.html">Comments</a>
143+
144+
145+
</p>
146+
</div>
147+
</header><div class="p-summary entry-summary">
148+
<div>
149+
<p>Earlier this week, <a class="reference external" href="https://github.com/colour-science/colour">Colour</a>
150+
received its 1000th Github star ⭐ and we are proud of the achievement!</p>
151+
<p>We would not be here without the help of our users, <a class="reference external" href="https://github.com/colour-science/colour/blob/develop/SPONSORS.rst">sponsors</a>, <a class="reference external" href="https://github.com/colour-science/colour/blob/develop/CONTRIBUTORS.rst">contributors</a> and
152+
<a class="reference external" href="https://numfocus.org">NumFOCUS</a>, so thank you all!</p>
153+
<p class="more"><a href="../posts/our-first-1000-stars-on-github/">Read more…</a></p>
154+
</div>
155+
</div>
156+
</article><article class="h-entry post-text" itemscope="itemscope" itemtype="http://schema.org/Article"><header><h1 class="p-name entry-title"><a href="../posts/physical-lighting-quantities-tying-both-ends/" class="u-url">Physical Lighting Quantities: Tying Both Ends</a></h1>
132157
<div class="metadata">
133158
<p class="byline author vcard"><span class="byline-name fn" itemprop="author">
134159
Colour Developers

output/blog/index.html

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,31 @@
127127

128128

129129
<div class="postindex">
130-
<article class="h-entry post-text" itemscope="itemscope" itemtype="http://schema.org/Article"><header><h1 class="p-name entry-title"><a href="../posts/colour-045-is-available/" class="u-url">Colour 0.4.5 is available!</a></h1>
130+
<article class="h-entry post-text" itemscope="itemscope" itemtype="http://schema.org/Article"><header><h1 class="p-name entry-title"><a href="../posts/support-for-clf-in-colour-available/" class="u-url">Support for Common LUT Format in Colour available!</a></h1>
131+
<div class="metadata">
132+
<p class="byline author vcard"><span class="byline-name fn" itemprop="author">
133+
Colour Developers
134+
</span></p>
135+
<p class="dateline">
136+
<a href="../posts/support-for-clf-in-colour-available/" rel="bookmark">
137+
<time class="published dt-published" datetime="2025-04-16T13:47:44+01:00" itemprop="datePublished" title="2025-04-16 13:47">2025-04-16 13:47</time></a>
138+
</p>
139+
<p class="commentline">
140+
141+
<a href="../posts/support-for-clf-in-colour-available/#disqus_thread" data-disqus-identifier="cache/posts/support-for-clf-in-colour-available.html">Comments</a>
142+
143+
144+
</p>
145+
</div>
146+
</header><div class="p-summary entry-summary">
147+
<div>
148+
<p>We are happy to announce the release of <a class="reference external" href="https://github.com/colour-science/colour-clf-io/releases/tag/v0.1.1">Colour - CLF IO</a>.
149+
This extension package for Colour implements reading and writing files in the Common LUT Format (CLF), as well as
150+
using Colour to execute workflows defined in CLF.</p>
151+
<p class="more"><a href="../posts/support-for-clf-in-colour-available/">Read more…</a></p>
152+
</div>
153+
</div>
154+
</article><article class="h-entry post-text" itemscope="itemscope" itemtype="http://schema.org/Article"><header><h1 class="p-name entry-title"><a href="../posts/colour-045-is-available/" class="u-url">Colour 0.4.5 is available!</a></h1>
131155
<div class="metadata">
132156
<p class="byline author vcard"><span class="byline-name fn" itemprop="author">
133157
Colour Developers
@@ -352,31 +376,6 @@
352376
<p><a class="reference external" href="https://github.com/colour-science/colour/releases/tag/v0.3.16">Colour 0.3.16</a>
353377
has finally been released!</p>
354378
<p class="more"><a href="../posts/colour-0316-is-available/">Read more…</a></p>
355-
</div>
356-
</div>
357-
</article><article class="h-entry post-text" itemscope="itemscope" itemtype="http://schema.org/Article"><header><h1 class="p-name entry-title"><a href="../posts/our-first-1000-stars-on-github/" class="u-url">Our First 1000 Stars on Github!</a></h1>
358-
<div class="metadata">
359-
<p class="byline author vcard"><span class="byline-name fn" itemprop="author">
360-
Colour Developers
361-
</span></p>
362-
<p class="dateline">
363-
<a href="../posts/our-first-1000-stars-on-github/" rel="bookmark">
364-
<time class="published dt-published" datetime="2020-09-28T09:39:40+01:00" itemprop="datePublished" title="2020-09-28 09:39">2020-09-28 09:39</time></a>
365-
</p>
366-
<p class="commentline">
367-
368-
<a href="../posts/our-first-1000-stars-on-github/#disqus_thread" data-disqus-identifier="cache/posts/our-first-1000-stars-on-github.html">Comments</a>
369-
370-
371-
</p>
372-
</div>
373-
</header><div class="p-summary entry-summary">
374-
<div>
375-
<p>Earlier this week, <a class="reference external" href="https://github.com/colour-science/colour">Colour</a>
376-
received its 1000th Github star ⭐ and we are proud of the achievement!</p>
377-
<p>We would not be here without the help of our users, <a class="reference external" href="https://github.com/colour-science/colour/blob/develop/SPONSORS.rst">sponsors</a>, <a class="reference external" href="https://github.com/colour-science/colour/blob/develop/CONTRIBUTORS.rst">contributors</a> and
378-
<a class="reference external" href="https://numfocus.org">NumFOCUS</a>, so thank you all!</p>
379-
<p class="more"><a href="../posts/our-first-1000-stars-on-github/">Read more…</a></p>
380379
</div>
381380
</div>
382381
</article>

output/categories/clf.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Colour Science (Posts about clf)</title><link>https://www.colour-science.org/</link><description></description><atom:link href="https://www.colour-science.org/categories/clf.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><copyright>Contents © 2025 &lt;a href="mailto:[email protected]"&gt;Colour Developers&lt;/a&gt; </copyright><lastBuildDate>Mon, 12 May 2025 10:39:31 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Support for Common LUT Format in Colour available!</title><link>https://www.colour-science.org/posts/support-for-clf-in-colour-available/</link><dc:creator>Colour Developers</dc:creator><description>&lt;div&gt;&lt;p&gt;We are happy to announce the release of &lt;a class="reference external" href="https://github.com/colour-science/colour-clf-io/releases/tag/v0.1.1"&gt;Colour - CLF IO&lt;/a&gt;.
3+
This extension package for Colour implements reading and writing files in the Common LUT Format (CLF), as well as
4+
using Colour to execute workflows defined in CLF.&lt;/p&gt;
5+
&lt;p&gt;&lt;a href="https://www.colour-science.org/posts/support-for-clf-in-colour-available/"&gt;Read more…&lt;/a&gt; (1 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>clf</category><category>colour</category><category>colour clf io</category><category>colour science</category><category>release</category><guid>https://www.colour-science.org/posts/support-for-clf-in-colour-available/</guid><pubDate>Wed, 16 Apr 2025 12:47:44 GMT</pubDate></item></channel></rss>

0 commit comments

Comments
 (0)