Skip to content
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

Add png/jpg read image type support #46

Open
Hboni opened this issue May 7, 2021 · 2 comments
Open

Add png/jpg read image type support #46

Hboni opened this issue May 7, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@Hboni
Copy link
Owner

Hboni commented May 7, 2021

For now, Francis only manages nifti files, but it can be interesting to add support of more image type. I first thought about png and jpg format.

For jpg images, we can use the skimage.io.imread function.
For png, I found that the imageio module can help using imageio.imread method (as described here)

@Hboni Hboni added the enhancement New feature or request label May 7, 2021
@Hboni
Copy link
Owner Author

Hboni commented May 7, 2021

I was thinking about the display of this type of image, maybe the display will need some refactoring to be able to see RGB image? Or we can only use greyscale images in the first place?

@Hboni Hboni self-assigned this Jun 11, 2021
jeaunrg added a commit that referenced this issue Jun 27, 2021
@jeaunrg
Copy link
Collaborator

jeaunrg commented Jun 27, 2021

We can now visualize RGB images but we need to adapt model methods for this kind of images...

jeaunrg added a commit that referenced this issue Jul 3, 2021
* enormous update from my 1 month project (CDD)

* update requirements

* update pytest

* handle 2D image and update pytest

* update save/open/new project with .iag files

iag (image analysis graph) are json-like files and contains project settings.

* prepare for multiple graphs

* allow to open/save multiple project on same app

* update pytest

* fix pytest

* update process/thread handle and comment

* delete session folder

* fix compilation issue

* [#46] handle colored images

* Fixes test about click & foots

* Update text file test

* Let all codecov checks only be informational

* explain menu from dict

* Add thresholding with percentage

* [#52] Add thresholding with percentage

* [#52] Add thresholding with percentage

* dictionnary to dictionary

* Remove unecessary requirement

* empty filenames

Co-authored-by: Hboni <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants