Skip to content

Adding logo assets - #235

Merged
jstone-lucasfilm merged 8 commits into
AcademySoftwareFoundation:dev_1.2from
portsmouth:logo
Sep 16, 2024
Merged

Adding logo assets#235
jstone-lucasfilm merged 8 commits into
AcademySoftwareFoundation:dev_1.2from
portsmouth:logo

Conversation

@portsmouth

@portsmouth portsmouth commented Sep 2, 2024

Copy link
Copy Markdown
Contributor

Adding here the finalized logo. This is almost identical to the one posted on Slack, except:

  • extremely small adjustment to the arrow head, to make it perfectly centered on and orthogonal to the stroke

  • SVG was optimized to remove redundant elements (e.g. gradients). Main logo is now only 10Kb. PNGs exported at 800dpi.

Assets

openpbr-logo

openpbr-logo-text

openpbr-logo-glyph

White paper

image

README

image

@portsmouth portsmouth changed the title Adding logo assets, and incorporating into white paper and README. Adding logo assets Sep 2, 2024
@portsmouth

Copy link
Copy Markdown
Contributor Author

An admin is needed to change the project icon to the OpenPBR glyph.

Signed-off-by: Jamie Portsmouth <jamports@mac.com>
@portsmouth

Copy link
Copy Markdown
Contributor Author

Some alternative layouts for the title and logo placement.

I like the second version the most, with the logo+text used for the title, and the subtitle giving the detailed "OpenPBR Surface specification" and the version/date.

**OpenPBR Surface**
<center>*Specification v1.1, 2024-06-28*.</center>

<center>
   <a href="https://github.com/AcademySoftwareFoundation/OpenPBR" title="Redirect to GitHub page"><img src="images/logo/openpbr-logo.svg" alt="homepage" height="48" style="vertical-align: middle; position: relative; bottom: 0px"/></a>
   &nbsp;&nbsp;   &nbsp;&nbsp;
   <a href="https://www.aswf.io/" title="Redirect to ASWF page"><img src="images/aswf-logo-black.svg" alt="homepage" height="36" style="vertical-align: middle; position: relative; bottom: 0px"/></a>
</center>

image

<center>
   <a href="https://github.com/AcademySoftwareFoundation/OpenPBR"><img src="images/logo/openpbr-logo-glyph.svg" alt="homepage" height="80" style="vertical-align: middle; position: relative; bottom: 0px"/></a>
   &nbsp;
   <a href="https://github.com/AcademySoftwareFoundation/OpenPBR"><img src="images/logo/openpbr-logo-text.svg" alt="homepage" height="100" style="vertical-align: middle; position: relative; bottom: 0px"/></a>
</center>

<style>bigger { font-style: italic; font-weight: normal; font-size: 115%;}</style>
<center><bigger><i>OpenPBR Surface specification v1.1, 2024-06-28</i></bigger></center>

image

@portsmouth
portsmouth changed the base branch from main to dev_1.2 September 11, 2024 20:16
@portsmouth

Copy link
Copy Markdown
Contributor Author

In aea2982 added simplified forms of the logo suitable for icons, as requested/discussed on Slack.

image
image

@portsmouth

Copy link
Copy Markdown
Contributor Author

In 54474ff updated the spec to use the logo (glyph next to text form) for the title, with the subtitle giving the full "OpenPBR Surface" (+version/date) wording.

@portsmouth

Copy link
Copy Markdown
Contributor Author

Added proposed 128x128 favicon in 95cc4ba

image

@virtualzavie virtualzavie left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! I'm really pleased to see how good this looks both on dark and light backgrounds.

Comment thread index.html
Comment on lines -5 to +10
**OpenPBR Surface**
<center>
<a href="https://github.com/AcademySoftwareFoundation/OpenPBR"><img src="images/logo/openpbr-logo-glyph.svg" alt="homepage" height="80" style="vertical-align: middle; position: relative; bottom: 0px"/></a>
&nbsp;
<a href="https://github.com/AcademySoftwareFoundation/OpenPBR"><img src="images/logo/openpbr-logo-text.svg" alt="homepage" height="100" style="vertical-align: middle; position: relative; bottom: 0px"/></a>
</center>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As a minor remark, I think we lost a bit of semantic here by replacing the header text with an image, but I don't know what would be the correct way of doing it within Markdeep.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, though I'm not sure it matters that the Markdeep title is missing. I would have preferred to have the subtitle be the Markdeep title, and put the logo above, but Markdeep doesn't seem to allow that.

@AdrienHerubel
AdrienHerubel self-requested a review September 12, 2024 17:18

@AdrienHerubel AdrienHerubel left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New logo and updated specification LGTM

@meshula

meshula commented Sep 12, 2024

Copy link
Copy Markdown

looking good!

@jstone-lucasfilm jstone-lucasfilm left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes look good to me, thanks @portsmouth!

@jstone-lucasfilm
jstone-lucasfilm merged commit 6213883 into AcademySoftwareFoundation:dev_1.2 Sep 16, 2024
portsmouth added a commit to portsmouth/OpenPBR that referenced this pull request Jun 10, 2025
Adding here the finalized logo. This is almost identical to the one posted on Slack, except:

  - extremely small adjustment to the arrow head, to make it perfectly centered on and orthogonal to the stroke

  - SVG was optimized to remove redundant elements (e.g. gradients). Main logo is now only 10Kb. PNGs exported at 800dpi.
portsmouth added a commit to portsmouth/OpenPBR that referenced this pull request Jun 10, 2025
Adding here the finalized logo. This is almost identical to the one posted on Slack, except:

  - extremely small adjustment to the arrow head, to make it perfectly centered on and orthogonal to the stroke

  - SVG was optimized to remove redundant elements (e.g. gradients). Main logo is now only 10Kb. PNGs exported at 800dpi.
portsmouth added a commit to portsmouth/OpenPBR that referenced this pull request Jun 10, 2025
Adding here the finalized logo. This is almost identical to the one posted on Slack, except:

  - extremely small adjustment to the arrow head, to make it perfectly centered on and orthogonal to the stroke

  - SVG was optimized to remove redundant elements (e.g. gradients). Main logo is now only 10Kb. PNGs exported at 800dpi.
AdrienHerubel pushed a commit to AdrienHerubel/OpenPBR that referenced this pull request Apr 17, 2026
Adding here the finalized logo. This is almost identical to the one posted on Slack, except:

  - extremely small adjustment to the arrow head, to make it perfectly centered on and orthogonal to the stroke

  - SVG was optimized to remove redundant elements (e.g. gradients). Main logo is now only 10Kb. PNGs exported at 800dpi.
jstone-lucasfilm pushed a commit that referenced this pull request Apr 17, 2026
This PR increases the version to 1.1.1 and backports any missing change in the branch, it also adds a complete changelog for 1.1 and 1.1.1.

Backported PRs : 
- #235
- #230 
- #218 
- #289 
- #236 
- #262
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants