Jump to content

Best way to read 10+bit colour in a plugin?


Recommended Posts

Hi All,

 

I'm a graphics developer coming over from making shaders in HLSL, one thing I'm really keen to try and make is a nice layered HDR (like, real HDR) bloom effect for some of my photos.

 

I've played around with BoltBait's tutorials and have a basic understanding of how to make a plugin now, but I'm still a bit unsure as to the "best" way for me to get pixel data that's greater than 8bpp and read it in a plugin. IE: If I have a 16bit .tif, and I select that and read a pixel's value in a standard plugin, will that pixel colour value be returned correctly in 16bit? So far I've found it hard to tell when just experimenting.

 

Thanks in advance,

-AB

Link to comment
Share on other sites

2 minutes ago, DragonFox said:

if transparency isn't required, you could perhaps steal the alpha bits to go from rgb(8) to rgb(10) with 2 bits left. 

 

How viable this is i don't know. 

If you want black and white 16 bits, I think that this is doable with a file export that export the value to B&W 16 bit. But, then you would need a plugins for that too.

 

Not viable, but that's the best you're going to get with higher depth in pdn.

G'MIC Filter Developer

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...