mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-01-31 07:57:57 +00:00
aea7015cd5
Apparently, the convention (at least starting from 2018) is to make the keywords and block names to be in lowercase as stated from one of the following discussions at https://orgmode.org/list/87tuuw3n15.fsf@nicolasgoaziou.fr/. The files was updated with a one liner of shell. However, this is Emacs and org-mode does have an API to let you do stuff in your config and interact with the documents internally so it is not an elegant solution in any way.
20 lines
1.1 KiB
Org Mode
20 lines
1.1 KiB
Org Mode
#+title: Human-friendly color spaces
|
|
#+author: "Gabriel Arazas"
|
|
#+email: "foo.dogsquared@gmail.com"
|
|
#+date: "2020-09-11 04:08:34 +08:00"
|
|
#+date_modified: "2020-09-19 19:06:18 +08:00"
|
|
#+language: en
|
|
#+options: toc:t
|
|
#+property: header-args :exports both
|
|
|
|
|
|
- Tags :: [[file:2020-09-11-04-11-59.org][Computer graphics]]
|
|
|
|
As it turns out (from my perspective), different colorspaces have different purposes.
|
|
|
|
- Screens usually use sRGB for consistency despite technology is advancing enough to create more capabilities for display.
|
|
- Certain camera may use [[https://en.wikipedia.org/wiki/ProPhoto_RGB_color_space][ProPhoto RGB]] which consists beyond the human color space allowing for more vibrant photos.
|
|
- Certain applications such as those from Adobe or anything that deals with photos and design make use of the [[https://en.wikipedia.org/wiki/Adobe_RGB_color_space][Adobe RGB]] or the [[https://en.wikipedia.org/wiki/Wide-gamut_RGB_color_space][wide-gamut RGB]].
|
|
|
|
- [[https://www.boronine.com/2012/03/26/Color-Spaces-for-Human-Beings/][This introductory article how colorspaces work]]
|