Welcome to LEAD Support Forum Login | Register | Faq  

    LEAD Support Forum
  Resource to find answers and post technical questions about LEAD products.
Search    
   

Re: does jbig support multipage?
Started by selenjj at 07-31-2006 4:43. Topic has 2 replies.

Print Search « Previous Thread Next Thread »
  07-31-2006, 4:43
selenjj is not online. Last active: 8/9/2006 8:22:18 AM selenjj

Not Ranked
Joined on 07-31-2006
Posts 3
does jbig support multipage?
Reply Quote

I tried to convert multipage tif to multipage jbig but I could not only one page was converted (total page must be 4). Does anyone know how can done this?

 

Does jbig support multipage?

My code is ;

CodecsImageInfo imageInformation = codecs.GetInformation(@"c:\x.TIF", true);

codecs.Convert(@"c:\x.TIF", @"c:\y.jbg", RasterImageFormat.Jbig, image.Width, image.Height, 1, imageInformation);


   Report 
  08-01-2006, 16:47
GregR is not online. Last active: 10/10/2008 11:46:18 AM GregR



Top 10 Posts
Joined on 05-31-2006
In House
Posts 1,621
Re: does jbig support multipage?
Reply Quote

 The JBIG file format does not support multiple pages.


Greg Ross
LEADTOOLS Technical Support
   Report 
  02-20-2007, 23:39
Ike is not online. Last active: 7/27/2007 10:27:54 PM Ike



Top 25 Posts
Joined on 04-28-2005
Posts 181
Re: does jbig support multipage?
Reply Quote

no, but you can save as TIFF with JBIG compression.

Ike Starnes, Engineering Manager

LEAD Technologies, Inc.

http://www.leadtools.com

 


   Report 
Post
LEAD Support Fo... » Developer » JBIG » Re: does jbig support multipage?

Powered by Community Server, by Telligent Systems