I really need some professional help! :) I am having some problem with styling things inside DynamicModule. In this case I would like to eg. apply filters to the images that I get after running my code. I am using Qwant and I get images dynamically according to words that I have.
How could I apply filters to the images that I get?
DynamicModule[{},
Column[{
....
dynamicWebImage[
Dynamic[f],
ImageSize -> 600,
DynamicEvaluationTimeout -> Infinity]
....
}]]
Details and background info: Dynamic WebImageSearch
Thank you very much!
Fanni
