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 IndirectArrays #48

Merged
merged 1 commit into from
May 4, 2022
Merged

add IndirectArrays #48

merged 1 commit into from
May 4, 2022

Conversation

johnnychen94
Copy link
Member

@johnnychen94 johnnychen94 commented Apr 27, 2022

This adds IndirectArrays as an ImageIO dependency to support indexed image format. Because IndirectArrays is a very light package, it adds merely no latency to ImageIO.

For other image types, e.g., pyramidal image supported by TiffImages. We could do the same thing here, i.e., separating the array definition into a light package similar to IndirectArrays.jl and adding it here. (cc: @tlnagy)

This way we can introduce it to ImageIO and also ImageCore. See also the recent note on JuliaImages's philosophy JuliaImages/ImageCore.jl#180; I'm considering supporting various image layout formats in ImageCore.

Closes #47

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.

allow custom array types as return value: solving FileIO world-age issue
1 participant