Load multiple images?
in
Programming Questions
•
1 year ago
Hello. I am trying to make an image to video converter, and I was wondering, how can I load multiple images?
This is the one line I don't get: b = loadImage("GOPRO0"number".JPG");
The int number will increase by one, till it hits a specific number, then stop.
So the files should be:
GOPRO0888.JPG
GOPRO0889.JPG
etc.
etc.
Does anyone know what to do?
1