kmisztal / KiMage

Java Image Processing Library
6 stars 12 forks source link

Pass parameters to a task #35

Open dkrawiec opened 8 years ago

dkrawiec commented 8 years ago

Do we want to add some kind of parameters like int, double, boolean or string in order to somehow parametrize the flow?

It could be implemented as some kind of events published at the start of flow processing in a similar way to image.

Event could look something like this: { "key":"targetBrightness", "value":50 }

@kmisztal @annadobrowolska @pchachaj @tomczylok

kmisztal commented 8 years ago

I think that it would be helpfull in GUI realization of plugin input/output parameters.