Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Cittena
cittena
Commits
f034dec1
Commit
f034dec1
authored
Nov 09, 2016
by
Niels-Oliver Walkowski
Browse files
add Frames class
parent
dca7fb1c
Changes
2
Hide whitespace changes
Inline
Side-by-side
itten/__pycache__/frames.cpython-35.pyc
0 → 100644
View file @
f034dec1
File added
itten/frames.py
0 → 100644
View file @
f034dec1
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from
pathlib
import
Path
class
Frames
(
object
):
"""docstring for frames"""
frm_set
=
[]
def
__init__
(
self
,
arg
):
super
(
frames
,
self
).
__init__
()
self
.
prefix
self
.
folder
=
self
.
cnt
=
self
.
step
=
self
.
freq
=
self
.
start
=
self
.
end
=
def
_crt_frm_set
(
self
):
frm_path
=
Path
(
frm_fld
)
frames
=
list
(
frm_path
.
glob
(
'*.png'
))
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment