v4.40: Important graphic change
Posted: Fri Aug 14, 2009 11:14 am
PureBasic's Point() and Plot() commands now operate directly on the image buffer, resulting in a huge speed gain. They aren't bulletproof anymore in the sense that you used to be able to plot to points off the image and now it'll generate an error, but this is a small price to pay imho. Try this test in 4.31 and again in 4.40 and see the difference:
http://www.purebasic.fr/english/viewtop ... 10&start=2
Also, DrawingBuffer() etc. now works for images, so gone is the need for GetObject_() on Windows. All the needed information is provided natively by PureBasic.
http://www.purebasic.fr/english/viewtop ... 10&start=2
Also, DrawingBuffer() etc. now works for images, so gone is the need for GetObject_() on Windows. All the needed information is provided natively by PureBasic.