diff options
author | kleines Filmröllchen <filmroellchen@serenityos.org> | 2022-08-13 13:05:03 +0200 |
---|---|---|
committer | Sam Atkins <atkinssj@gmail.com> | 2022-09-27 14:23:11 +0100 |
commit | ade868aa56bf789d6a97b5a8ee2bc3b339de65da (patch) | |
tree | d7a1dfad99959f127b4f2492b37bbfa1f248635c /.github | |
parent | 9483adee465732cd8acc2bb1991dffdae813673c (diff) | |
download | serenity-ade868aa56bf789d6a97b5a8ee2bc3b339de65da.zip |
PixelPaint: Add a general-purpose parallel image processing pipeline
The ImageProcessor singleton is intended to be used by all sorts of
image processing which might take some time to complete; or other
background actions. We're not using BackgroundTask here because this
system is specifically designed to work with task queues and PixelPaint
interaction; e.g. it provides common image processing tasks such as
filter application.
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions