Skip to content

A Java implementation of the sqlboy/fileseq library

Notifications You must be signed in to change notification settings

TheBoonAI/FileseqJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FileseqJava

A Java port of the https://github.com/sqlboy/fileseq library.

Frame Range Shorthand

Support for:

  • Standard: 1-10
  • Comma Delimited: 1-10,10-20
  • Chunked: 1-100x5
  • Filled: 1-100y5
  • Staggered: 1-100:5 (1-100x5, 2-100x5, 3-100x5, 4-100x5, 5-100x5)
  • Negative frame numbers: -10-100
  • Padding: #=4 padded, @=single pad

FrameSets

A FrameSet wraps a sequence of frames in a list list container.

About

A Java implementation of the sqlboy/fileseq library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages