Questions tagged [desktop-wallpaper]
35 questions
0
votes
1 answer
GraphicsMagick how do you use it to get the image in to the desktop as wall paper?
using the example from GraphicsMagick web-sight
gm display 300x350+150+200! ~/imagetesting/image1.jpg
I get this
gm display: Unable to open file (300x350+150+200!) [No such file or directory].
then there window pops open with the image in it…

uxserx-bw
- 241
- 1
- 2
- 10
0
votes
1 answer
Powershell - get status of Win 7 slideshow
Quick summary of question: In Windows 7, using Powershell or a little C#, how can we tell if a custom theme is going to leave a single image or do a slideshow in the background?
(Related questions but not quite the same and not answered:
How to…

Daniel Cazan
- 323
- 1
- 4
- 13
0
votes
1 answer
Changing OS X desktop background image scaling mode
I've been working on a project that changes the desktop image, which I've been accomplishing like so:
[[NSWorkspace sharedWorkspace] setDesktopImageURL:fileURL forScreen:[NSScreen mainScreen] options:[NSDictionary dictionary] error:&error];
This…

Alex Broadwin
- 1,288
- 11
- 23
-1
votes
1 answer
In which folder enabled desktop slideshow images are stored in windows 7?
As we know that in
Control Panel\Appearance and Personalization\Personalization\Desktop Background multiple desktop background images are available. From there we can select some of them for slideshow and we can set interval also. I have selected…

Akash Kumar
- 307
- 1
- 4
- 9
-3
votes
1 answer
How to write interactive wallpaper for Mac OS X Lion
I need to write interactive live wallpaper for Mac OS X Lion on C/C++. What type of application (target in terms of xcode) it must be? plugin? Cocoa application? etc? Please help me with some tutorials, maybe working source code.

Edward83
- 6,664
- 14
- 74
- 102