You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a memo to get some agreement on why I don't want to introduce the new package extension mechanism for ImageIO (and FileIO).
Compatibility:
we want downstream users to refrain from managing the compatibility of different backends
package authors that only want minimal jpeg support can use JpegTurbo and maintain the compatibility themselves
workflow:
we don't want our users to remember every image IO backend name to trigger the wrapper module loading, we want our users to remember only ImageIO and FileIO.load/FileIO.save.
This is a memo to get some agreement on why I don't want to introduce the new package extension mechanism for ImageIO (and FileIO).
ImageIO
andFileIO.load
/FileIO.save
.(v1.9) pkg> add ImageIO FileIO
and every project above it just works (without needing to add them repeatedly). The package extension doesn't support this workflow IIUC. (CRef: allow loading extensions when a trigger is loaded from below the parent's load path JuliaLang/julia#49701)The text was updated successfully, but these errors were encountered: