aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/image.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* components automatically drawPreview & save currentPresettassaron2017-07-131-1/+1
| | | | this makes a Component easier to program. also more comments
* more error messages for blank componentstassaron2017-07-131-3/+4
|
* merge consecutive static componentstassaron2017-07-131-8/+8
|
* fixed various bugstassaron2017-07-111-1/+9
|
* separated creation of ffmpeg commandtassaron2017-07-091-2/+1
| | | | for future use to sllow editing the command before starting the export
* a basic Sound component for mixing soundstassaron2017-07-091-2/+1
| | | | to be greatly expanded...
* more comments + warnings for outdated dependenciestassaron2017-07-091-1/+1
|
* image options to mirror & saturate colourstassaron2017-07-061-1/+20
| | | | and some friendly docstrings
* added basic rotate option to imagestassaron2017-07-051-3/+6
|
* frame-drawing tools for components to sharetassaron2017-07-021-1/+2
|
* renamed component basetassaron2017-07-021-2/+3
|
* project files save settings & out/in fieldstassaron2017-06-251-2/+2
|
* fixing bugstassaron2017-06-241-3/+2
|
* qt5 fixestassaron2017-06-231-1/+1
| | | | also pep8 compliance
* QT5 Conversion + Directory StructureDH42017-06-231-0/+111