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
ImageTransformations.jl is used to resize large images into smaller ones, but since displaying images in the terminal already losses lots of information, we could implement a much simpler subsampling method for this. The advantage is that we can make this package smaller by removing it (e.g., SpecialFunctions as one binary artifact is required by ImageTransformations)
package loading time with/without ImageTranformations:
ImageTransformations.jl is used to resize large images into smaller ones, but since displaying images in the terminal already losses lots of information, we could implement a much simpler subsampling method for this. The advantage is that we can make this package smaller by removing it (e.g.,
SpecialFunctions
as one binary artifact is required byImageTransformations
)package loading time with/without ImageTranformations:
If JuliaImages/ImageCore.jl#106 got merged, it's likely to get another 1.5s reduction.
cc: @oxinabox
The text was updated successfully, but these errors were encountered: