Results 1 to 4 of 4

Thread: BUILDING a tiff file

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2007
    Posts
    180

    BUILDING a tiff file

    Hello,
    I'm currently working on a project, which takes a software's output file, which contains alot of details pertaining to setup, and at the end is raw image data.

    Well thus far i am able to pull the data out, as-well-as pull the 16bit image, down convert it to 8bit and build a BMP file with the image. Now i need to output in TIFF format (to keep with current formats around here) as wells as an ANI-GIF file (to do batch pictures into movie).

    Any tiff documentation i read is WILDLY complicated as-well-as and gif info. No straight forward way to construct headers, file data, etc. I'm not looking to compress, or otherwise shrink the files. I just want a tiff reader to read it.

    Does anyone know of some easy way to just dynamicly convert my BMPs to TIF and GIF formats? Or even know of a good sight explaining the construction of such files?


    PLEASE my brain is fried reading 100+ papers on tiff files.

  2. #2
    Frenzied Member
    Join Date
    Aug 2005
    Posts
    1,042

    Re: BUILDING a tiff file

    MotoMan...:

    Well, I don't have the exact solution for you, but I do have a suggestion.
    The Imaging application that comes with most Windows operating systems (Accessories>Imaging) saves files in the tiff format as its default.

    I am sure there is some easy way that you can create an Imaging Object and use that to open your bmp file and save it to a tiff file. It is basically the same as when you use MSWord or Excel from within VB 6.0. And if you can't do it by creating an object, you certainly could do it with API. I just can't tell you how to write the code.

    Maybe some "guru" will come along and help you.

    Good Luck

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Feb 2007
    Posts
    180

    Re: BUILDING a tiff file

    well i went through my library of plug-ins, and i found i can put MSPaint in the form. But one i so that how do i tell it to load picture, save picture. If there is a command to do this, i just set it's .visual=false, and just have is run in the background.

  4. #4
    Discovering Life Siddharth Rout's Avatar
    Join Date
    Feb 2005
    Location
    Mumbai, India
    Posts
    12,001

    Re: BUILDING a tiff file

    But one i so that how do i tell it to load picture, save picture. If there is a command to do this
    There are plenty of codes to do what you want...

    Does this help?

    http://planetsourcecode.com/vb/scrip...t=Alphabetical
    A good exercise for the Heart is to bend down and help another up...
    Please Mark your Thread "Resolved", if the query is solved


    MyGear:
    ★ CPU ★ Ryzen 5 5800X
    ★ GPU ★ NVIDIA GeForce RTX 3080 TI Founder Edition
    ★ RAM ★ G. Skill Trident Z RGB 32GB 3600MHz
    ★ MB ★ ASUS TUF GAMING X570 (WI-FI) ATX Gaming
    ★ Storage ★ SSD SB-ROCKET-1TB + SEAGATE 2TB Barracuda IHD
    ★ Cooling ★ NOCTUA NH-D15 CHROMAX BLACK 140mm + 10 of Noctua NF-F12 PWM
    ★ PSU ★ ANTEC HCG-1000-EXTREME 1000 Watt 80 Plus Gold Fully Modular PSU
    ★ Case ★ LIAN LI PC-O11 DYNAMIC XL ROG (BLACK) (G99.O11DXL-X)
    ★ Monitor ★ LG Ultragear 27" 240Hz Gaming Monitor
    ★ Keyboard ★ TVS Electronics Gold Keyboard
    ★ Mouse ★ Logitech G502 Hero

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width