1.5.0
Added functions for reading specific frames from video (contributed by @Krzysztofz01).
(video *Video) ReadFrame(n int) error
(video *Video) ReadFrames(n ...int) ([]*image.RGBA, error)
Added functions for reading specific frames from video (contributed by @Krzysztofz01).
(video *Video) ReadFrame(n int) error
(video *Video) ReadFrames(n ...int) ([]*image.RGBA, error)