We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello, the title is self explanatory. What is the difference between createImage and PImage constructor? Thanks!
First, because the reference tells to prefer createImage() to new PImage()...
createImage()
new PImage()
According to one comment in the source code, the former allows save() to work!
Answers
First, because the reference tells to prefer
createImage()
tonew PImage()
...According to one comment in the source code, the former allows save() to work!