|
-
Jul 2nd, 2002, 07:14 AM
#1
Thread Starter
New Member
Load a tif file
Hi!
How can I load a tif file into a picture control whitout convert him first.
Thanks
Mircea Serban
-
Jul 2nd, 2002, 09:14 AM
#2
Hyperactive Member
I think you would have to write code to interpret the tags (compression, resolution, no of strips blah blah), and then follow the pointers round the file to get to the parts that actually set the pixels on and off, then draw those yourself.
This is no trivial task, unless the tif file is monochrome uncompressed, since then you'll find strings of 1s and 0s (well hex actually) and use them to set your pixels.
I've actually done it for that case, but anything further is pretty complex.
-
Jul 2nd, 2002, 10:00 AM
#3
Hyperactive Member
hi,
cant u use something like Kodak Imaging or Wang control...??
regds,
ashay
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|