Processing Community Forum
Render PImage using P2D?
Processing
Beginners
Chrisir
March 25, 2023, 12:19pm
5
It’s not necessary.
You can just handle the PGraphics as if it were a PImage.
image(pg, 0, 0);
1 Like
show post in topic
Related topics
Topic
Replies
Views
Activity
Using PGraphics convenience methods for drawing on PImage
Coding Questions
2
639
July 31, 2019
P2D & PGraphics Movie not displaying across render modes? + BONUS P2D performance issue
Libraries
4
529
August 27, 2021
P2D vs JAVA2D - strange differences in PGraphics methods and masking
Processing.py
22
2487
June 7, 2019
P2D Misbehaviour
Processing
1
238
August 22, 2020
How to convert a PGraphic into a PImage?
Libraries
2
317
September 7, 2022