JuliaImages / ImageCore.jl

Julia types for representing images
Other
28 stars 20 forks source link

support conversions from/to other frameworks #178

Open johnnychen94 opened 2 years ago

johnnychen94 commented 2 years ago

We do have colorview/channelview/rawview to build these functionalities, but from a user's perspective, it would be much much easier to understand and use things like:

Because other framework doesn't always contain colorspace information on their numerical array, assumptions must be made. For instance:

These utilities do not need to cover every use case and do not need to provide 100% consistency; they're meant to help users to migrate the old codes from other frameworks.

Jay-sanjay commented 1 year ago

sir, can you precisely tell what actually I need to do to fix this issue

ashwani-rathee commented 1 year ago

Johnny was working on it here: https://github.com/JuliaImages/ImageCore.jl/pull/179