Forum Discussion
BinaryMadman
13 years agoVisitor
Hmm...I just looked through the dimensions of the images and they are mostly under 2000px by both height and width, even the ones the channel stops at. Also, it didn't matter which comic i was using. Both my Batman 001 comic and my Wonder Woman 002 stop after about 4 images being loaded into the array. I took out the "STOP" command in my code and the debug screen shows the for loop continues to execute but does not have valid roBitmaps after the first four.
Ignore the lower sentences, it doesn't work with random images from Google Images.
If you're curious you could try the updated code out using a folder with 10 random images found on Google Images or something. The only code that would need to be changed is the file path i hard-coded into the viewComic() call.
Ignore the lower sentences, it doesn't work with random images from Google Images.
If you're curious you could try the updated code out using a folder with 10 random images found on Google Images or something. The only code that would need to be changed is the file path i hard-coded into the viewComic() call.