Click here to Skip to main content
15,905,590 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Simple way of reading JPEG and TIFF images?? Pin
Moak17-May-07 9:07
Moak17-May-07 9:07 
GeneralRe: Simple way of reading JPEG and TIFF images?? Pin
Mark Salsbery17-May-07 9:11
Mark Salsbery17-May-07 9:11 
GeneralRe: Simple way of reading JPEG and TIFF images?? Pin
Hamid_RT17-May-07 9:21
Hamid_RT17-May-07 9:21 
JokeRe: Simple way of reading JPEG and TIFF images?? Pin
Moak17-May-07 9:22
Moak17-May-07 9:22 
GeneralRe: Simple way of reading JPEG and TIFF images?? Pin
Mark Salsbery17-May-07 9:29
Mark Salsbery17-May-07 9:29 
GeneralRe: Simple way of reading JPEG and TIFF images?? Pin
led mike17-May-07 9:15
led mike17-May-07 9:15 
AnswerRe: Simple way of reading JPEG and TIFF images?? Pin
Mark Salsbery17-May-07 9:02
Mark Salsbery17-May-07 9:02 
AnswerRe: Simple way of reading JPEG and TIFF images?? Pin
Moak17-May-07 9:05
Moak17-May-07 9:05 
Pavan Tiruveedhula wrote:
Is there any simple way of reading JPEG and TIFF images without using all those big libraries??


I read your message as decoding an image format into raw RGB values. If you for example take uncompressed TIFF files (see Google), it's a rather simple parsing of file header and reading binary data. For a more complex format like JPEG you would need to implement the complete algorithm for decompressing/transforming... or just use a free library.

Btw, Windows GDI allows you to draw JPEG/PNG image data without manual decoding, see SetDIBitsToDevice. Easy peasy. Smile | :)

Hope it helps.
AnswerRe: Simple way of reading JPEG and TIFF images?? Pin
Hamid_RT17-May-07 9:18
Hamid_RT17-May-07 9:18 
AnswerRe: Simple way of reading JPEG and TIFF images?? Pin
Christian Graus17-May-07 12:23
protectorChristian Graus17-May-07 12:23 
AnswerRe: Simple way of reading JPEG and TIFF images?? Pin
#realJSOP18-May-07 1:39
professional#realJSOP18-May-07 1:39 
Questionread bytes in a buffer Pin
kani9817-May-07 8:23
kani9817-May-07 8:23 
AnswerRe: read bytes in a buffer Pin
Chris Losinger17-May-07 8:30
professionalChris Losinger17-May-07 8:30 
AnswerRe: read bytes in a buffer Pin
David Crow17-May-07 8:58
David Crow17-May-07 8:58 
AnswerRe: read bytes in a buffer Pin
led mike17-May-07 9:19
led mike17-May-07 9:19 
GeneralRe: read bytes in a buffer Pin
Rick York17-May-07 10:26
mveRick York17-May-07 10:26 
QuestionThe index of the first character of the substring searched for when successful; otherwise npos. Pin
Immunity1817-May-07 7:47
Immunity1817-May-07 7:47 
AnswerRe: The index of the first character of the substring searched for when successful; otherwise npos. Pin
David Crow17-May-07 8:57
David Crow17-May-07 8:57 
GeneralRe: The index of the first character of the substring searched for when successful; otherwise npos. Pin
Immunity1817-May-07 9:08
Immunity1817-May-07 9:08 
QuestionControl IDs not showing in ClassWizard Pin
jpyp17-May-07 6:58
jpyp17-May-07 6:58 
AnswerRe: Control IDs not showing in ClassWizard Pin
David Crow17-May-07 7:12
David Crow17-May-07 7:12 
AnswerRe: Control IDs not showing in ClassWizard Pin
jpyp17-May-07 8:40
jpyp17-May-07 8:40 
QuestionThread storage Pin
tom groezer17-May-07 5:19
tom groezer17-May-07 5:19 
AnswerRe: Thread storage Pin
David Crow17-May-07 5:23
David Crow17-May-07 5:23 
AnswerRe: Thread storage Pin
confid3nce17-May-07 7:14
confid3nce17-May-07 7:14 

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.