#srgb

Kevin Karhan :verified:kkarhan@infosec.space
2025-06-29

@fuchsiii @Andreas_SuH1912 wahrscheinlich...

Zumal #RAL nicht direkt in #sRGB, #lab, #AdobeRGB, oder #Pantone umrechnen.

  • Einfach weil's nen uralter Standard ist daher keine Kompatibilität beachten konnte...

Leider kenne ich auch keine gute Methode außer manuelle Hardwarekalibrierung um sowas zu verhindern, aber die meisten Industriefirmen die mit RAL-Farbraum arbeiten nutzen im Zweifelsfalle eher die teuren Farbfächer und Referenzkarten an Produkten!

ral-farben.de/en/ral-classic

Inautiloinautilo
2025-06-23
David JONESdrj@typo.social
2025-05-09

Since COLR (v0) fonts have their colours specified in sRGB colour space (insert *oh sure jan* meme), harfbuzz hb-view should make PNG files with sRGB chunk.
#sRGB

2025-04-29

@svgeesus @laura You want color profiling in an image that cannot be displayed? :-D
But when it’s RGB, you usually get an embedded profile. (Also works in Safari, wouldn’t expect that anywhere else though.)
#sRGB is overrated.

Over time… you see things… at some point, one just gives up wondering.

Same goes for WebDevs, Operations, Testers…

The difference between sRGB, Adobe RGB and ProPhoto RGB.

#sRGB is the standard color space for use on the web and most print labs accept files in this color space.

#Adobe #RGB is a larger color space than sRGB and is often used for professional printing. Adobe RGB is too large of a color space for the web, but it can be converted to sRGB for online publishing.

#ProPhoto RGB is the largest of these three color profiles. If you plan to use ProPhoto RGB, you will need to shoot in #RAW format.

The RGB and the CMYK color profiles visualized as diagrams in a white background.

Krita supports Gray, sRGB, RGB, HEX, HSL, HSV, XYZ, CMYK, and Lab. In theory, Krita also supports YCrCb. Note that Krita supports unbounded colors as long as the bitdepth is F32.

#Krita #Gray #sRGB #RGB #XYZ #CMYK #Lab #YCrCb #Color #HEX #HSL #HSV

Krita color selection docker.

GIMP's default color profile is a built-in sRGB profile. GIMP 3.0 now supports RGB color spaces beyond the standard sRGB, enabling the handling of images with profiles like Adobe RGB.

Unfortunately, GIMP 3.0 still does not fully support CMYK and LAB color spaces.

#GIMP #sRGB #RGB #LAB #CMYK

A screenshot of GIMP 3.0.
2025-03-06

#カラープロファイル#sRGB とか #DisplayP3 みたいに、標準規格的な意味合いで存在していて、ディスプレイ側がそれをサポートする、(つまり、先にカラープロファイルがあって、そこにディスプレイがアジャストしていく)みたいなものと、
#ColorLCD みたいに、Mac のディスプレイに最適化されたカラープロファイル(ディスプレイが先にあって、それにあわせて生まれたカラープロファイル)があって、ややこしい。

#ColorProfile

Inautiloinautilo
2024-10-16


The Oklch color space · From sRGB to smoother, more natural color transitions ilo.im/160elm

_____

you╭👺+300╭🐈x5╭⁂+3╭(Ⓐ+aunspeaker
2024-10-11

somewhere down this rabbit hole is some smart way to generate a new app theme matching the project colors... but i can't reach that deep!

probably due to the conversions between and 's `Color::Rgb`, my function "create a random color that is only X% different from the previous one" keeps descending into fleshy and leathery tones

Mark W. Gabby-Li 🐌Aradayn
2024-08-18

Now that looks nice. It doesn't look like "anti-aliasing," just smooth period.

I modified my engine so that it does everything in linear color. Simple and fast. I use a lookup table to convert colors.

White symbols on a black background.

A row of 12 circular symbols made of various combinations of arches and curves along the top.

A large annulus below.

All the edges look very smooth.
रञ्जित (Ranjit Mathew)rmathew
2024-06-02
2024-03-01

[Перевод] Инструмент подбора красок для покраски миниатюр. Часть 1: теория

Эта короткая статья посвящена приблизительному описанию того, что происходит в моём инструменте для смешивания красок. Инструмент предназначен для виртуального смешения красок, он содержит солвер, генерирующий рецепты для создания цвета из имеющихся красок. Инструмент поставляется с замеренными мной данными для красок Kimera. Он написан на Python 3; в репозитории есть все исходники, и если у вас есть дистрибутив Python, то его можно просто запустить. Также в репозитории есть исполняемый файл Windows, созданный при помощи PyInstaller (см. раздел Releases справа). Ещё я добавил версию для Mac; это файл .dmg и в нём что-то есть, а если нажать на него, инструмент запустится, так что, кажется, всё работает. Но, честно говоря, я редко пользуюсь Mac, поэтому мне сложно сказать, есть ли там всё нужное, или требуется что-то ещё... Вы можете просто скачать инструмент и экспериментировать с ним. Развлекайтесь, надеюсь, он покажется вам хоть немного полезным. Ниже представлено более-менее полное описание его работы (и условия, при которых он не работает).

habr.com/ru/articles/797177/

#покраска #srgb #cmyk #lab #цветовые_пространства

2023-11-21

Had the colors in the wrong color space (provided them in #sRGB, but #GLSL uses linear RGB, of course). #fractal #JavaScript

Julia fractal with a bit different colors than the last time.
2023-10-28

"Who says" you can't shove a 12 bit per chanel PQ image into an 8 bit per channel container?

github.com/w3c/PNG-spec/issues

And, eh, I was good at tetris too...

#HDR #sRGB #video #png #digitalimage #color #CIEYUV

YpqUV, a color space and encoding for using 12bit PQ HDR stored in an 8bit per channel RGBA png file, and some other encodings:

YpqUV, a color space and encoding for using 12bit PQ HDR stored in an 8bit per channel RGBA png file10bit png, a color space and encoding for using 10bit per channel images stored in an 8bit per channel RGBA png fileMini Float, a color space and encoding for using 11 bit floating point image data stored in an 8bit per channel RGBA png fileAn update of the YpqUV from the prefious post, here indicating the the V or U pixels alternate per line but are aligned vertically, as the compression prefilter does not directly compare diagonal pixels.
2023-10-12

Tried sRGB as suggested by @OscarCunningham , but the yellow-blue border seems off? 🤔

#fluidsimulation #sRGB #codeart #mastoart

Inautiloinautilo
2023-08-29
2023-08-13

@SirSamuelVimes Im Original kommt (zumindest hier via Friendica und mit Monitor im normalen #sRGB Farbraum kommen z.B. die Bäume im Originalbild (etwas) besser gezeichnet heraus. Andererseits find ich die Kontrastverhältnisse in Deinem sanft korrigierten Bild natürlich deutlich schicker.

Ich denke, auf dem Monitor ist Deine "neue Version" schöner, fürs Drucken/Belichten... "Versuch macht kluch", würd ich im Zweifel sagen. Gefallen tut mir Deine Bearbeitung schon. 😉

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst