Click here to Skip to main content
15,929,749 members
Home / Discussions / Graphics
   

Graphics

 
GeneralRe: Hi this is related monitor updation in turbo c in DOS Pin
Jeremy Falcon23-Feb-07 10:38
professionalJeremy Falcon23-Feb-07 10:38 
Questionconverting raw image to bmp or jpeg in c# Pin
gskumar11121-Feb-07 18:59
gskumar11121-Feb-07 18:59 
AnswerRe: converting raw image to bmp or jpeg in c# Pin
Mark Salsbery22-Feb-07 6:58
Mark Salsbery22-Feb-07 6:58 
GeneralRe: converting raw image to bmp or jpeg in c# Pin
gskumar11122-Feb-07 18:46
gskumar11122-Feb-07 18:46 
GeneralRe: converting raw image to bmp or jpeg in c# Pin
Mark Salsbery22-Feb-07 20:43
Mark Salsbery22-Feb-07 20:43 
GeneralRe: converting raw image to bmp or jpeg in c# Pin
Pete O'Hanlon22-Feb-07 22:44
mvePete O'Hanlon22-Feb-07 22:44 
GeneralRe: converting raw image to bmp or jpeg in c# Pin
Mark Salsbery23-Feb-07 8:49
Mark Salsbery23-Feb-07 8:49 
AnswerRe: converting raw image to bmp or jpeg in c# Pin
Jeremy Falcon23-Feb-07 9:15
professionalJeremy Falcon23-Feb-07 9:15 
I don't use .NET, but the process will generally be the same. So, I'll speak in a bit of a psuedocode to get you pointed in the right direction at least.

Most RAW image files use the .raw extension out of custom although I've heard of .gry too so you're most likely right on that. Just Google for info on the RAW image file header format. To know how to make heads or tails out of the file data.

Here's one actually...

http://download-east.oracle.com/docs/cd/B10501_01/appdev.920/a88786/mm_raw.htm[^]

The good news is, a RAW image is raw data and a breeze to read into a buffer that libjpg or CreateBitmapIndirect() (Windows API) can understand. There are also a lot of unmanaged libs out there that will do this.

HTH


Questionpset equivelent Pin
MikeMarq19-Feb-07 8:50
MikeMarq19-Feb-07 8:50 
AnswerRe: pset equivelent Pin
Christian Graus19-Feb-07 9:10
protectorChristian Graus19-Feb-07 9:10 
GeneralRe: pset equivelent Pin
Mark Salsbery19-Feb-07 9:38
Mark Salsbery19-Feb-07 9:38 
GeneralRe: pset equivelent Pin
MikeMarq19-Feb-07 20:27
MikeMarq19-Feb-07 20:27 
GeneralRe: pset equivelent Pin
Mark Salsbery20-Feb-07 6:01
Mark Salsbery20-Feb-07 6:01 
AnswerRe: pset equivelent Pin
Christian Graus19-Feb-07 9:46
protectorChristian Graus19-Feb-07 9:46 
QuestionHow can I view other computer's screen via LAN Pin
Newbie0019-Feb-07 7:35
Newbie0019-Feb-07 7:35 
AnswerRe: How can I view other computer's screen via LAN Pin
Mark Salsbery19-Feb-07 9:36
Mark Salsbery19-Feb-07 9:36 
AnswerRe: How can I view other computer's screen via LAN Pin
Dave Kreskowiak19-Feb-07 9:43
mveDave Kreskowiak19-Feb-07 9:43 
Questionmultiple monitors and videowindow.owner Pin
wjp19-Feb-07 6:00
wjp19-Feb-07 6:00 
AnswerRe: multiple monitors and videowindow.owner Pin
Mark Salsbery19-Feb-07 9:23
Mark Salsbery19-Feb-07 9:23 
GeneralRe: multiple monitors and videowindow.owner Pin
wjp19-Feb-07 11:00
wjp19-Feb-07 11:00 
GeneralRe: multiple monitors and videowindow.owner Pin
Mark Salsbery19-Feb-07 11:44
Mark Salsbery19-Feb-07 11:44 
GeneralRe: multiple monitors and videowindow.owner Pin
wjp19-Feb-07 12:02
wjp19-Feb-07 12:02 
QuestionWhich Direct Show Filter? Pin
coxmail19-Feb-07 2:39
coxmail19-Feb-07 2:39 
GeneralDrawThemeBackground Pin
PJ Arends16-Feb-07 22:21
professionalPJ Arends16-Feb-07 22:21 
GeneralRe: DrawThemeBackground Pin
Michael Dunn17-Feb-07 9:20
sitebuilderMichael Dunn17-Feb-07 9:20 

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.