Comments on: New Versions of Animation Editors – February Release http://blog.desktoppaints.com/?p=578 Fri, 29 Mar 2013 07:23:22 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Firefly http://blog.desktoppaints.com/?p=578#comment-254 Fri, 29 Mar 2013 07:23:22 +0000 http://blog.desktoppaints.com/?p=578#comment-254 In reply to asha.

Yes. We have this option in our to-do list.

]]>
By: asha http://blog.desktoppaints.com/?p=578#comment-253 Fri, 29 Mar 2013 01:14:55 +0000 http://blog.desktoppaints.com/?p=578#comment-253 In reply to Firefly.

Is a flash(SWF) player layer in your to-do list?

]]>
By: smmsamm http://blog.desktoppaints.com/?p=578#comment-252 Fri, 15 Mar 2013 01:33:26 +0000 http://blog.desktoppaints.com/?p=578#comment-252 In reply to Firefly.

What do you mean? you think a captured desktop layer is not popular?
What do you think about a screensaver which capturing the current screen and showing current desktop and icons but with flying butterflies? and ….

google:
you can use d3d9 to get the backbuffer, and save that to a temp png file using the d3dx library:

IDirect3DSurface9 *surface ;

// GetBackBuffer
idirect3ddevice9->GetBackBuffer(0, 0, D3DBACKBUFFER_TYPE_MONO, &surface ) ;

// save the surface
D3DXSaveSurfaceToFileA( “filename.png”, D3DXIFF_PNG, surface, NULL, NULL ) ;

SAFE_RELEASE( surface ) ;

To do this you should create your swapbuffer with

d3dpps.SwapEffect = D3DSWAPEFFECT_COPY ; // for screenshots.

(So you guarantee the backbuffer isn’t mangled before you take the screenshot).

]]>
By: Firefly http://blog.desktoppaints.com/?p=578#comment-251 Thu, 14 Mar 2013 15:47:08 +0000 http://blog.desktoppaints.com/?p=578#comment-251 In reply to smmsamm.

We have a very long to-do list and add popular requests first.

]]>
By: smmsamm http://blog.desktoppaints.com/?p=578#comment-250 Sat, 09 Mar 2013 08:53:41 +0000 http://blog.desktoppaints.com/?p=578#comment-250 can you add a new brush kind that captures and shows Desktop?

]]>
By: Steven E. Frizzell http://blog.desktoppaints.com/?p=578#comment-249 Mon, 25 Feb 2013 07:10:13 +0000 http://blog.desktoppaints.com/?p=578#comment-249 Very good work on the stream brush tool.

]]>