Loading incomplete images [message #163999] |
Sat, 05 August 2006 07:00 |
Eclipse User |
|
|
|
Originally posted by: wolfgang.moestl.softwareag.com
Hi All,
I'm writing an plugin for Povray, a raytracer programm caclulating
photorealistic images.
My plugin should display the rendering progress by displaying the image
beeing rendered so far, thus displaying incomplete images.
It looks like the image loader is waiting til the image rendering is
completed (receiving the EOF from the stream), then loading the image.
ImageLoader loader = new ImageLoader();
ImageData[] data = loader.load(filename);
image = new Image(scroller.getDisplay(), data[0]);
Is there a way to load the incomplete image file?
Thanks a lot!
Best regards,
Wolf
|
|
|
Powered by
FUDForum. Page generated in 0.07068 seconds