aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/image.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make pip-installable as a packagetassaron2022-04-221-2/+2
|
* don't merge undos when setting text with a buttontassaron2017-08-201-0/+2
| | | | plus changes to life.py for pep8 compliance
* fixed issues with undoing relative widgetstassaron2017-08-191-2/+0
|
* fixed relative image scale bug & Life preset bugtassaron2017-08-101-4/+28
| | | | dicts must be alphabetized in AV files
* image scale needs to be relativetassaron2017-08-031-1/+1
|
* max spinbox vals scale relatively & less errors when spamming res changetassaron2017-08-031-1/+1
| | | | w/h attrs are locked during render so preview thread always get correctly-sized frame
* relativeWidgets might as well be a listtassaron2017-08-031-20/+16
|
* x/y pixel values update to match output resolutiontassaron2017-08-011-0/+3
|
* fixed video component eating stdouttassaron2017-07-271-8/+4
| | | | + made height/width into properties to simplify render methods
* components auto-connect & track widgets, less autosave spamtassaron2017-07-231-55/+22
| | | | importing toolkit from live interpreter now works
* ffmpeg functions moved to toolkit, component format simplifiedtassaron2017-07-201-6/+5
| | | | component methods are auto-decorated & settings are now class variables
* combined toolkit.py & frame.py into toolkit packagetassaron2017-07-171-1/+1
|
* 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
|