You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clj-processing
When using q/load-image you need to use the "loaded?" function on the "draw" function to check if the image was loaded. I want to know if it is possible to wait during the "setup" function for the image to be loaded.The reason is that I want to do some computations on the image pixels and apply some filters before I start drawing it and doing it every frame would be slow and unnecessary.