NITF viewer with nitro #328
-
Hello, I am looking to write python program to display NITF image (i.e., GUI NITF viewer). Can this be done with the nitro library? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
Yes it can. You can get a PIL Image, as shown in Note that not all NITF files are intended to be displayed. Consult MIL-STD-2500C CN2 for more guidance. |
Beta Was this translation helpful? Give feedback.
-
I am getting the following error when trying to load the PIL module. According to the ctest, nitro was compiled and installed successfully. Any idea?
|
Beta Was this translation helpful? Give feedback.
-
I think you didn't install Pillow (or something else with the PIL API). See https://pillow.readthedocs.io/en/latest/installation.html |
Beta Was this translation helpful? Give feedback.
-
@bradh, thank you for your pointers thus far. I ran into issues with several NITF images. I tested these images on other NITF programs and they displayed the images without any problem, but with NITRO, I got the following error:
Both the Thanks! |
Beta Was this translation helpful? Give feedback.
I think you didn't install Pillow (or something else with the PIL API). See https://pillow.readthedocs.io/en/latest/installation.html