Click here to Skip to main content
15,888,816 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Well I didn't expect I'd be doing this Pin
Craig Robbins15-Apr-22 3:53
Craig Robbins15-Apr-22 3:53 
GeneralRe: Well I didn't expect I'd be doing this Pin
honey the codewitch15-Apr-22 5:10
mvahoney the codewitch15-Apr-22 5:10 
GeneralRe: Well I didn't expect I'd be doing this Pin
Gary Wheeler15-Apr-22 5:11
Gary Wheeler15-Apr-22 5:11 
GeneralRe: Well I didn't expect I'd be doing this Pin
honey the codewitch15-Apr-22 5:12
mvahoney the codewitch15-Apr-22 5:12 
GeneralRe: Well I didn't expect I'd be doing this Pin
0x01AA15-Apr-22 5:18
mve0x01AA15-Apr-22 5:18 
GeneralRe: Well I didn't expect I'd be doing this Pin
honey the codewitch15-Apr-22 5:38
mvahoney the codewitch15-Apr-22 5:38 
GeneralRe: Well I didn't expect I'd be doing this Pin
0x01AA15-Apr-22 5:49
mve0x01AA15-Apr-22 5:49 
GeneralRe: Well I didn't expect I'd be doing this Pin
honey the codewitch15-Apr-22 5:53
mvahoney the codewitch15-Apr-22 5:53 
That might be the case. I'm simply talking about my code. In my code, what's primary is the *binary footprint*

In my RGB color model it goes like this in terms of bits - say for 16 bit:

RRRRRGGGGGGBBBBB

Like that.

CIE XYZ would have a different binary layout, ergo it's a different color model in my code.

Now, it is possible to represent that in my code, but it would require conversion from the RGB model to the CIE XYZ model.

My code frankly, does not care about your daily work. My code cares about interfacing with devices that expect pixels in a particular format.

And in terms of usability, the user is not going to care that CIE XYZ is part of the RGB umbrella of color spaces, since there is no concept of an umbrella or family of color spaces in my code. My code identifies a color model by, and only by the names of the individual channels that make up a pixel.

When a user declares a cie_xyz_pixel<24> the only thing that effectively matters where the rubber meets the road is can it be converted to RRRRRGGGGGGBBBBB? That's it.
To err is human. Fortune favors the monsters.


modified 15-Apr-22 12:32pm.

GeneralRe: Well I didn't expect I'd be doing this Pin
0x01AA15-Apr-22 5:59
mve0x01AA15-Apr-22 5:59 
GeneralRe: Well I didn't expect I'd be doing this Pin
honey the codewitch15-Apr-22 6:31
mvahoney the codewitch15-Apr-22 6:31 
GeneralRe: Well I didn't expect I'd be doing this Pin
0x01AA15-Apr-22 6:35
mve0x01AA15-Apr-22 6:35 
GeneralRe: Well I didn't expect I'd be doing this Pin
honey the codewitch15-Apr-22 6:37
mvahoney the codewitch15-Apr-22 6:37 
GeneralRe: Well I didn't expect I'd be doing this Pin
0x01AA15-Apr-22 6:51
mve0x01AA15-Apr-22 6:51 
GeneralRe: Well I didn't expect I'd be doing this Pin
Slacker00715-Apr-22 6:54
professionalSlacker00715-Apr-22 6:54 
GeneralRe: Well I didn't expect I'd be doing this Pin
0x01AA15-Apr-22 7:00
mve0x01AA15-Apr-22 7:00 
GeneralRe: Well I didn't expect I'd be doing this Pin
0x01AA15-Apr-22 8:58
mve0x01AA15-Apr-22 8:58 
GeneralRe: Well I didn't expect I'd be doing this Pin
honey the codewitch15-Apr-22 10:29
mvahoney the codewitch15-Apr-22 10:29 
GeneralRe: Well I didn't expect I'd be doing this Pin
0x01AA16-Apr-22 4:55
mve0x01AA16-Apr-22 4:55 
GeneralRe: Well I didn't expect I'd be doing this Pin
honey the codewitch16-Apr-22 5:52
mvahoney the codewitch16-Apr-22 5:52 
GeneralRe: Well I didn't expect I'd be doing this Pin
0x01AA16-Apr-22 6:10
mve0x01AA16-Apr-22 6:10 
GeneralRe: Well I didn't expect I'd be doing this Pin
Gary Wheeler15-Apr-22 5:24
Gary Wheeler15-Apr-22 5:24 
GeneralRe: Well I didn't expect I'd be doing this Pin
honey the codewitch15-Apr-22 5:39
mvahoney the codewitch15-Apr-22 5:39 
GeneralRe: Well I didn't expect I'd be doing this Pin
0x01AA15-Apr-22 7:35
mve0x01AA15-Apr-22 7:35 
GeneralRe: Well I didn't expect I'd be doing this Pin
honey the codewitch15-Apr-22 10:30
mvahoney the codewitch15-Apr-22 10:30 
GeneralRe: Well I didn't expect I'd be doing this Pin
englebart15-Apr-22 5:42
professionalenglebart15-Apr-22 5:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.