I want to render everything that is in my JFrame to be rendered to a texture. Like this:
Is there any method to do this? Maybe I should render Graphics to a texture? If yes how?
When image is rendered to a texure, I want to process it (make it lighter, add bloom, blur). Is this possible to do without any libraries?