'Present' works but 'Export' doesn't
in
Core Library Questions
•
2 years ago
I've got a little program which copies an image and then makes simple changes to the copy. When the changes have been made, both the original and the modified images are displayed side by side. When I click Sketch->Present, it runs perfectly. When I export it, it fails. The width and height stated in the html file are always set to 100 (I call size(1000,500);) . Further, the program doesn't run, it merely shows a white square (likely where the Processing logo was to go) of about size 100 x 100. Any Idea What's Going On?
1