[Insight-users] JPEG

Luis Ibanez luis . ibanez at kitware . com
Tue, 11 Nov 2003 11:31:58 -0500


Hi David,

A JPEG reader/writer was added to ITK after release 1.4.
This was done by Julien Jomier at the UNC CADDLab.

If you get the CVS version of ITK you will be able to
use JPEG files in the RBGImageReadWrite.cxx example.

You don't need to change the code of the example at all.

Simply provide an image filename with extension "jpg".
The IO factory mechanism in ITK will figure out the right
Reader to use.

Please let us know if you find any problems,


   Thanks,


     Luis


-----------------------------------------
David Llanos wrote:
> I want to know as including the bookstore itkjpeg.lib in the example 
> RGBImageReadWrite.cxx to be able to use it with images JPEG.
>  
> Thank you and a greeting.