Click here to Skip to main content
15,902,636 members
Home / Discussions / C#
   

C#

 
AnswerRe: Confiugration files Pin
Bassam Saoud23-Jan-07 9:25
Bassam Saoud23-Jan-07 9:25 
QuestionCOM library stuff Pin
jesarg23-Jan-07 6:54
jesarg23-Jan-07 6:54 
AnswerGiving up on this method Pin
jesarg23-Jan-07 10:59
jesarg23-Jan-07 10:59 
QuestionGood class to get file info from JPG ? Pin
Marcos Hernandez23-Jan-07 6:49
Marcos Hernandez23-Jan-07 6:49 
AnswerRe: Good class to get file info from JPG ? Pin
Dave Kreskowiak23-Jan-07 7:46
mveDave Kreskowiak23-Jan-07 7:46 
GeneralRe: Good class to get file info from JPG ? Pin
Marcos Hernandez23-Jan-07 9:33
Marcos Hernandez23-Jan-07 9:33 
GeneralRe: Good class to get file info from JPG ? Pin
Dave Kreskowiak23-Jan-07 12:41
mveDave Kreskowiak23-Jan-07 12:41 
AnswerRe: Good class to get file info from JPG ? Pin
Luc Pattyn24-Jan-07 14:58
sitebuilderLuc Pattyn24-Jan-07 14:58 
I have a class that reads a JPEG file into memory, scans the byte array sequentially,
recognizes the major blocks ("markers") in it and extracts the width, height and pixel depth
from a SOF0/.../SOF15 block. It is 300 lines long, and would need some adaptations
to suit your needs.

When I look at the images from my Olympus camera, the file size typically is 800 KB,
and the metadata you want is located around 16 KB from the start.

If interested send me an e-mail.

Smile | :)


Luc Pattyn

GeneralRe: Good class to get file info from JPG ? Pin
Marcos Hernandez24-Jan-07 19:37
Marcos Hernandez24-Jan-07 19:37 
GeneralRe: Good class to get file info from JPG ? Pin
Luc Pattyn24-Jan-07 20:23
sitebuilderLuc Pattyn24-Jan-07 20:23 
Questionno white spaces in enum Pin
MVPenn23-Jan-07 6:32
MVPenn23-Jan-07 6:32 
AnswerRe: no white spaces in enum Pin
Dave Kreskowiak23-Jan-07 7:35
mveDave Kreskowiak23-Jan-07 7:35 
GeneralRe: no white spaces in enum Pin
MVPenn23-Jan-07 8:01
MVPenn23-Jan-07 8:01 
GeneralRe: no white spaces in enum Pin
Stefan Troschuetz23-Jan-07 8:26
Stefan Troschuetz23-Jan-07 8:26 
GeneralRe: no white spaces in enum Pin
Pete O'Hanlon23-Jan-07 9:10
mvePete O'Hanlon23-Jan-07 9:10 
GeneralRe: no white spaces in enum Pin
Wjousts23-Jan-07 9:11
Wjousts23-Jan-07 9:11 
GeneralRe: no white spaces in enum Pin
Dave Kreskowiak23-Jan-07 12:34
mveDave Kreskowiak23-Jan-07 12:34 
AnswerRe: no white spaces in enum Pin
e-laj23-Jan-07 13:02
e-laj23-Jan-07 13:02 
QuestionRegular Expression for getting links on a web page Pin
Laxmi2723-Jan-07 4:58
Laxmi2723-Jan-07 4:58 
AnswerRe: Regular Expression for getting links on a web page Pin
ednrgc23-Jan-07 5:12
ednrgc23-Jan-07 5:12 
QuestionForms Pin
gigo2k623-Jan-07 4:43
gigo2k623-Jan-07 4:43 
AnswerRe: Forms Pin
bobsugar22223-Jan-07 4:53
bobsugar22223-Jan-07 4:53 
AnswerRe: Forms Pin
Not Active23-Jan-07 4:54
mentorNot Active23-Jan-07 4:54 
GeneralRe: Forms Pin
gigo2k623-Jan-07 6:10
gigo2k623-Jan-07 6:10 
GeneralRe: Forms Pin
Dave Kreskowiak23-Jan-07 6:16
mveDave Kreskowiak23-Jan-07 6:16 

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.