Convert TIF to BMP???

Hi Dear all

How I can convert a .tif file to a .bmp file or how I can load a .tif file to a TBitmap?

Please help me!!
Cheers

Comments

  • : Hi Dear all
    :
    : How I can convert a .tif file to a .bmp file or how I can load a .tif file to a TBitmap?
    :
    : Please help me!!
    : Cheers
    :
    You cannot load a TIF into a TBitmap object, because that object can only handle bitmap data. To convert a TIF to a bitmap you need an object, which can decode a TIF and is based on the TGraphic object. This way you can Assign() that object to a TBitmap to convert the TIF.
  • : Hi Dear all
    :
    : How I can convert a .tif file to a .bmp file or how I can load a .tif file to a TBitmap?
    :
    : Please help me!!
    : Cheers
    :
    Hello, you can download the GraphicsEx library at http://delphi-gems.com to use TIF image.

    Good luck!
  • i always look for a good image converter on the internet . among the lots of converters i have used , i found this converter is good and it can convert [link=http://www.rasteredge.com/how-to/csharp-imaging/tiff-converting/]tiff to many formats in c#[/link],vb,etc., if you haven't found a better way to do that , you can have a try.
  • i always look for a good image converter on the internet . among the lots of converters i have used , i found this converter is good and it can convert [link=http://www.rasteredge.com/how-to/csharp-imaging/tiff-converting/]tiff to many formats in c#[/link],vb,etc., if you haven't found a better way to do that , you can have a try.
  • hello
    I am trying to explain some points that can covert .tif to .bmp. try this it really work
    Log on to your user Windows 7/Vista or XP account and click the "Start" button.
    Type "Paint" and press "Enter" to open the editor if you are using Windows Vista/7. If you're in Windows XP, click "Run, " type "Paint" and press "Enter."
    Press "Ctrl" + "O" on your keyboard and locate the TIF file you wish to convert to BMP. Double-click on the file name to open the file in Paint.
    Select the Paint menu "File" and then "Save As."
    Select "24-bit Bitmap (*.bmp)" under "Save as type." The TIF extension in the file name will be automatically changed to BMP. Click the "Save" button to complete the image conversion to the BMP format.



    Dental Savings can save you money on disposable dental supplies, dental products, and dental equipment.

    Visit Our Website : http://www.dental4savings.com/
  • I have only tried to convert Tiff files to bmp images with the help of the free trial package of another Tiff converter. You can also google it and select one whose way of processing is simple and fast to help you with the related work. Remember to check its free trial package first if possible. I hope you success. Good luck.

    Best regards,
    Arron

  • I have only tried to convert Tiff files to bmp images with the help of the free trial package of another Tiff converter. You can also google it and select one whose way of processing is simple and fast to help you with the related work. Remember to check its free trial package first if possible. I hope you success. Good luck.

    Best regards,
    Arron

  • So sorry for the repeated posts because of network delay.

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories