Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Glitch processor architecture #7

Open
verarojman opened this issue Jan 29, 2020 · 0 comments
Open

Glitch processor architecture #7

verarojman opened this issue Jan 29, 2020 · 0 comments
Assignees
Labels
architecture Issues related to architecture design enhancement New feature or request

Comments

@verarojman
Copy link
Collaborator

verarojman commented Jan 29, 2020

Dev notes:

Each processor should:

  • Receive a frame to be computed and its index
  • Receive a context window with a collection of consecutive frames
  • Compute and output a glitched frame

Examples:

  • Channel separation:

    • This processor receives the frame collection and for each frame it offsets each channel's pixel positions by a certain amount, and this amount increases proportionally to the current frame index
  • Blocks:

    • This processor receives the frame collection and for each frame it moves pixel blocks of random size and position by a certain distance, and this distance increases proportionally to the current frame index
@verarojman verarojman added architecture Issues related to architecture design enhancement New feature or request labels Jan 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
architecture Issues related to architecture design enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants