jpg2000

Hi,
Unfortunately, JP2000 is absent from the ImageFileReader list.

Registered ImageIO:
BMPImageIO ( *.bmp, *.BMP )
BioRadImageIO ( *.PIC, *.pic )
Bruker2dseqImageIO
GDCMImageIO
GE4ImageIO
GE5ImageIO
GiplImageIO
HDF5ImageIO
JPEGImageIO ( *.jpg, *.JPG, *.jpeg, *.JPEG )
LSMImageIO ( *.tif, *.TIF, *.tiff, *.TIFF, *.lsm, *.LSM )
MINCImageIO ( *.mnc, *.MNC )
MRCImageIO ( *.mrc, *.rec )
MetaImageIO ( *.mha, *.mhd )
NiftiImageIO ( *.nia, *.nii, *.nii.gz, *.hdr, *.img, *.img.gz )
NrrdImageIO ( *.nrrd, *.nhdr )
PNGImageIO ( *.png, *.PNG )
StimulateImageIO
TIFFImageIO ( *.tif, *.TIF, *.tiff, *.TIFF )
VTKImageIO ( *.vtk )

But, this feature is enable in the ITK build directory

grep Module_ITKIOJPEG2000 ITK-build/CMakeCache.txt
Module_ITKIOJPEG2000:BOOL=ON
//ADVANCED property for variable: Module_ITKIOJPEG2000
Module_ITKIOJPEG2000-ADVANCED:INTERNAL=1

Regarding tne installation of SimpleITK right after the compilation, I tried a command make install but no such rule is present in the make file. I guessed it was correct since we used Superbuild feature.
So, how do you install the just compiled SimpleITK and ITK in your python environment ? I guess I must copy some wheels or shared libraries. But is there any automatic process to do it ?
Many thanks
regards
Ludovic