how to load image larger than computer screen size?
in
Integration and Hardware
•
5 months ago
i add PApplet into JScrollPane..
my Papplet size will fix according to the image
but when i load image larger than my screen size..
but when i load image larger than my screen size..
my image just not load entirely
My screen size is 800 x 600
Image size that i want to load is 1200x768
then i load my image using
its only show the pixel between 0x0 pixel to 800x600
then i load my image using
- image(myImage, 0, 0);
its only show the pixel between 0x0 pixel to 800x600
pixel position more than 800x600 is gone
how to load image larger than my screen size?
1