Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
johnnysporto
johnnysporto's Profile
1
Posts
4
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Expanded view
List view
Private Message
Cannot convert from PImage to PImage
[10 Replies]
19-Mar-2011 03:40 PM
Forum:
Programming Questions
I'm just getting started and am working on the tutorial for leaning the PImage class.
This is the code I wrote to open a .jpg:
PImage img;
void setup(){
size(550,700);
img = loadImage("kaiju_anatomy_1.jpg");
}
void draw(){
background(0);
image(img,0,0);
}
Processing keep returning the error: "Cannot convert from PImage to PImage"
Can anybody offer some advice on how to resolve this?
Thanks
«Prev
Next »
Moderate user : johnnysporto
Forum