Skip to content

v1.9.9

Compare
Choose a tag to compare
@zakk4223 zakk4223 released this 04 May 03:51
· 67 commits to CoreImage since this release
  • New Feature: Scriptable animations. A variety of source transforms and effects are animatable via python scripts.
  • New Feature: Inputs can be attached to other inputs as sublayers.
  • New Feature: Constraints relative to an input's parent. Allows you to pin an input to the parent's edges or center. See the 'Adjust' Input configuration tab to set these
  • New(?) Feature: The glorious return of Core Image filters. Three types of filters: Background, Source and Input.
  • New Feature: In addition to background colors, inputs also have gradient colors. The order of drawing is background color -> gradient -> source
  • New Feature: View -> FullScreen menu item. You can set both the staging and live views to fullscreen on a specific display.
  • New Feature: Adjust input configuration pane. Allows fine tuning of position and dimensions of the input.
  • New Feature: Layout merging. If you shift-click a layout it merges that layout into the current one
  • New Feature: x264 encoder is reconfigurable while live, with some limitations
  • New Feature: Text sources have line wrap and alignment options
  • New Feature: X and Y axis rotations for inputs
  • The live view is not longer editable unless you are in live-only view mode
  • 'Revert' button added for layouts: restores to the last saved state of the layout
  • Changing to a new layout (even in staging view) saves the layout you are switching away from
  • Updated to newer ffmpeg/x264
  • Improved the performance of text sources
  • Some source types have frame rendering options to control when frames are rendered into the layer.
  • Both layout transitions and multi-source transitions now include Core Image transition filters.
  • Multi source transitions have been converted to switching between sublayers
  • Bugfix: Added proper glFlush() to layout renderer: ChromaKey and other opengl effects should work again