Atalasoft
Welcome to Atalasoft Community Sign in | Join | Help
in

JPEG to TIFF conversion.

Last post 21 Oct 2007, 7:31 AM by Glenn. 1 replies.
Sort Posts: Previous Next
  •  18 Oct 2007, 5:50 PM 12684

    JPEG to TIFF conversion.

    Hello.

     

    Is it possible (using  ImgX64) to convert JPEG 8 bits gray scale files to TIFF B/W Group 4 compression files? 

     I want to convert the files without the need of a user interface.

     

    Kind Regards.


     

  •  21 Oct 2007, 7:31 AM 12691 in reply to 12684

    Re: JPEG to TIFF conversion.

    Yes, this is possible.

    1. Create an ImgX object.
    2. Use Import.FromFile to load the image.
    3. Change the ImgX.Image.ImageType to ixitPalette_1.
    4. Set the ImgX.TIFCompression property to ixtcGroup4FAXEncoding.
    5. Use Export.ToFile to save the image.

    Glenn Chittenden Jr.
    Atalasoft Development Team
View as RSS news feed in XML