Skip to main content



      Home
Home » Newcomers » Newcomers » Loading incomplete images
Loading incomplete images [message #163999] Sat, 05 August 2006 07:00
Eclipse UserFriend
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
Previous Topic:How to: View1 responds to events in View2
Next Topic:unwanted line delimiters inserted in files using (pydev)
Goto Forum:
  


Current Time: Wed Jun 18 15:39:36 EDT 2025

Powered by FUDForum. Page generated in 0.07068 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top