Results 1 to 5 of 5

Thread: convert .gif to .tif

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2007
    Posts
    128

    convert .gif to .tif

    is there a way plz? i need to convert my gif to tif for ocr recognition with MODI

  2. #2
    Lively Member
    Join Date
    Oct 2006
    Posts
    88

    Re: convert .gif to .tif

    vb.net Code:
    1. Image.FromFile("Gif Image").Save("Tiff Image", Imaging.ImageFormat.Tiff)

    Gif Image is the filename of the unconverted image, and Tiff Image is the filename you want the converted image to be saved as

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jan 2007
    Posts
    128

    Re: convert .gif to .tif

    thx will try it! thx again for the fast reply

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Jan 2007
    Posts
    128

    Re: convert .gif to .tif

    just tried i..it works but not all converted tif work with the OCR..for some converted images i get this error when i apply ocr

    Code:
    An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in OCRtest.exe
    
    Additional information: OCR running error
    any idea wat's wrong?

  5. #5
    Member
    Join Date
    Aug 2006
    Posts
    57

    Re: convert .gif to .tif

    use
    Code:
    mode.close

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