-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to use nii_to_png_converter.py #17
Comments
@shabbirshuvo This code can be used to convert single/multiple NIfTI image files (.nii or .ni.gz) into .png/JPEG/JPG/TIFF/TIF images. All the raw image data (.nii or .ni.gz) should be in the same folder. This code will create multiple folders with .png/JPEG/JPG/TIFF/TIF images based on the filename. Change rotation angle if required. Default is set to 90. I recently made some changes in the code and created a PR request, which is still pending by the admin. If you're using previous code use the below command to run the script: If you are using the modified code use the below command to run the script. In the modified code I just set the "save_image_path", which was previously "base_path".
Let me know if you have any doubts. "nii_to_png_converter.py" can be used if you have multiple files. |
@shabbirshuvo There isn't any response. I'm hoping the problem has been resolved. I'm going to close this case. If you believe the problem has not been rectified, please reopen this ticket. |
Where I can find how to install nii_to_pngs_converter.py? from the installation described I got only nii2png.py |
@Planetdtudy You don't need to install |
Hi,
First of all thanks for writing such awesome code for helping others.
Now let's come to my problem. I was trying to use your code for my research. I successfully used "nii2png.py" to convert a single 3D nifti file. But did not find the use of "nii_to_png_converter.py" anywhere in your documentation. Can you please explain how to use it? That would be of great help. Thank you.
Sincerely,
Shabbir
The text was updated successfully, but these errors were encountered: