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 not strictly true--VideoIO will gladly read frames from a video file as Arrays, and Simon Danisch recently posted some code which displayed a movie using GLPlot, which doesn't require either package.
However, if a user wants to use Images or ImageView, there are minimum versions required. So one package feature which would be useful is an optional package with a version requirement.
In
VideoIO
,Images
andImageView
are currently listed as requirements.This is not strictly true--
VideoIO
will gladly read frames from a video file asArrays
, and Simon Danisch recently posted some code which displayed a movie usingGLPlot
, which doesn't require either package.However, if a user wants to use
Images
orImageView
, there are minimum versions required. So one package feature which would be useful is an optional package with a version requirement.Thoughts?
Related: #7737
The text was updated successfully, but these errors were encountered: