This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, January 31, 2012 11:35:06 AM(UTC)
Groups: Registered
Posts: 2
Hello all,
I'm new using Leadtools, and it has been asked to me to convert a tif file with G3 compression to a file with G4 compression. I'd like to ask how easy is do this with leadtools?, and what are the steps I should follow in order to accomplish this?
Thanks in advance for your help and have a nice day.
Regards,
Jorge Pacheco
#2
Posted
:
Wednesday, February 1, 2012 4:38:44 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Hello Jorge,
Take a look at this tutorial called "Reading and writing pages."
http://www.leadtools.com/help/leadtools/v175/dh/to/leadtools.topics~leadtools.topics.writingreadingpages.html
It deals with reading and writing multipage tiffs, but you can replace the parts that deal with multiple images and just replace that code with references to just one image. The portion of code that lets you specify the output format is the method called codecs.Save. One of the parameters for this method lets you specify output codec. To save as a G4 Tiff, you would specify the parameter RasterImageFormat.CcittGroup4.
#3
Posted
:
Wednesday, February 8, 2012 9:59:41 AM(UTC)
Groups: Registered
Posts: 2
Hello James,
Just to thank you for your help. It was very helpful the tutorial that you've shared to me.
Regards,
Jorge Pacheco
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.