summaryrefslogtreecommitdiff
path: root/src/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/image.h b/src/image.h
index 105711b..838180c 100644
--- a/src/image.h
+++ b/src/image.h
@@ -43,6 +43,8 @@ struct Image
void rotate();
// std::shared_ptr<Pixels> sharedPixels();
+ // FIXME: is not thread-safe: processing can be triggered from multiple
+ // threads at the same time
Pixels &getPixels();
void copyFromData(const void* src, size_t size);