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

second attempt with FileIO #372

Closed
wants to merge 5 commits into from
Closed

second attempt with FileIO #372

wants to merge 5 commits into from

Conversation

SimonDanisch
Copy link
Member

Didn't include the grayim change, because it introduced some conflict I wasn't sure how to fix (different values for peakval in edge->Nonmax suppression vertical edge.
But there seem to be a different == operator for Images, so that Images{Gray{T}} == Images{T} works, so I'm all good for FileIO.

This was only for ImageMagick, see JuliaIO/ImageMagick.jl#7
@timholy the Imagine port is incomplete because:
- don't know file ending
- don't know magic byte
- would need to implement submodule loading in Fileio (own packige for
Imagine?)
you should probably just do the changes you feel to be appropriate.
@SimonDanisch
Copy link
Member Author

Okay besides that SIF doesn't have any tests and Imagine needs to be incorperated in some better way this is good to go, I think!
One other thing to do is to create some meta package for image IO tests.
I'd like to have very thorough tests there, but its not really a blocking issue.

@timholy
Copy link
Member

timholy commented Sep 27, 2015

See #373. The most important addition was deprecations for imread and imwrite.

@timholy
Copy link
Member

timholy commented Sep 29, 2015

Superseded by #373.

@timholy timholy closed this Sep 29, 2015
@timholy timholy deleted the sd/fileio2 branch September 29, 2015 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants