Click here to Skip to main content
15,888,461 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How would I deal with 10-bit-integer? [modified] Pin
Moreno Airoldi6-Aug-09 1:47
Moreno Airoldi6-Aug-09 1:47 
GeneralRe: How would I deal with 10-bit-integer? Pin
Sonhospa6-Aug-09 9:39
Sonhospa6-Aug-09 9:39 
GeneralRe: How would I deal with 10-bit-integer? Pin
Moreno Airoldi6-Aug-09 23:34
Moreno Airoldi6-Aug-09 23:34 
GeneralRe: How would I deal with 10-bit-integer? [modified] Pin
Moreno Airoldi7-Aug-09 0:06
Moreno Airoldi7-Aug-09 0:06 
GeneralRe: How would I deal with 10-bit-integer? Pin
Sonhospa7-Aug-09 7:39
Sonhospa7-Aug-09 7:39 
GeneralRe: How would I deal with 10-bit-integer? Pin
Moreno Airoldi7-Aug-09 15:08
Moreno Airoldi7-Aug-09 15:08 
AnswerRe: How would I deal with 10-bit-integer? Pin
DidiKunz12-Aug-09 3:40
DidiKunz12-Aug-09 3:40 
GeneralRe: How would I deal with 10-bit-integer? Pin
Sonhospa13-Aug-09 10:01
Sonhospa13-Aug-09 10:01 
Thank you, Didi!

I could't open dpx as bitmap anyway, so creating a byte array was my only solution. I had some strong support from Moreno (off-forum) explaining me how to extract the bits in the right way. When allocating 24-Bit RGB Bitmap, as you suggest, a somehow recognizable picture shows up at least...

Here's where we're stuck at the moment. The resulting RGB values make sense in some way (a certain pixel we analyzed e.g. has 132/176/134 while correct RGB values are supposed to be 33/44/33), but the picture shown is completely false colored... a bit like taken by a thermal sensor but heavily green in addition Frown | :( DPX has so many different possibilities to hold a bitmap: it could be YUV, RGB, LIN, LOG and much more... Obviously the Cintel scanner puts 'transfer = 3' (meaning LOG) into the header despite the operators SWEAR it can only be a linear RGB in the data, coz they didn't even install the hardware needed to scan LOG format.

Confusion Confused | :confused: is resulting about the proper interpretation of the data. Moreno thinks I'll have to take it as a fact that it's LOG data and go compute a LUT. I still wish I could avoid it, believing the operators... because doing that I might have to dig into C++ which scares me a bit - all I want to do is convert a particular source picture, finally, and not analyze all the different kinds of DPX.

Did you probably find a way in your project how to erase that kind of doubts and clearly determine which colorspace and type the dpx is?

Regards
Mick
GeneralRe: How would I deal with 10-bit-integer? Pin
DidiKunz13-Aug-09 20:15
DidiKunz13-Aug-09 20:15 
GeneralRe: How would I deal with 10-bit-integer? Pin
Sonhospa13-Aug-09 21:47
Sonhospa13-Aug-09 21:47 
GeneralRe: How would I deal with 10-bit-integer? Pin
DidiKunz13-Aug-09 23:38
DidiKunz13-Aug-09 23:38 
GeneralRe: How would I deal with 10-bit-integer? Pin
Sonhospa14-Aug-09 9:44
Sonhospa14-Aug-09 9:44 
NewsRe: How would I deal with 10-bit-integer? [modified] Pin
Sonhospa15-Aug-09 2:08
Sonhospa15-Aug-09 2:08 
GeneralRe: How would I deal with 10-bit-integer? Pin
DidiKunz16-Aug-09 0:59
DidiKunz16-Aug-09 0:59 
GeneralRe: How would I deal with 10-bit-integer? [modified] Pin
Sonhospa16-Aug-09 2:10
Sonhospa16-Aug-09 2:10 
AnswerResolved: How would I deal with 10-bit-integer? Pin
Sonhospa16-Aug-09 6:53
Sonhospa16-Aug-09 6:53 
QuestionClearing Datagridview when combobox item is changed [modified] Pin
Dambod5-Aug-09 22:31
Dambod5-Aug-09 22:31 
AnswerRe: Clearing Datagridview when combobox item is changed Pin
dan!sh 5-Aug-09 22:53
professional dan!sh 5-Aug-09 22:53 
GeneralRe: Clearing Datagridview when combobox item is changed Pin
Dambod6-Aug-09 3:59
Dambod6-Aug-09 3:59 
GeneralRe: Clearing Datagridview when combobox item is changed Pin
dan!sh 6-Aug-09 8:55
professional dan!sh 6-Aug-09 8:55 
GeneralRe: Clearing Datagridview when combobox item is changed Pin
Dambod7-Aug-09 20:30
Dambod7-Aug-09 20:30 
QuestionThe "ResolveComReference" task failed unexpectedly. Pin
Nanda_MR5-Aug-09 20:51
Nanda_MR5-Aug-09 20:51 
AnswerRe: The "ResolveComReference" task failed unexpectedly. Pin
Johan Hakkesteegt5-Aug-09 21:55
Johan Hakkesteegt5-Aug-09 21:55 
QuestionE-Mail Monitor Pin
Anubhava Dimri5-Aug-09 20:01
Anubhava Dimri5-Aug-09 20:01 
AnswerRe: E-Mail Monitor Pin
dan!sh 5-Aug-09 20:41
professional dan!sh 5-Aug-09 20:41 

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.