Skip to content

1.5.0

Compare
Choose a tag to compare
@AlexEidt AlexEidt released this 29 Aug 16:01
· 2 commits to master since this release

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)