2 posts tagged with mac by archagon.
Displaying 1 through 2 of 2.

Backgroundifier & BackgroundifierBuddy

I built two macOS apps that turn your desktop wallpaper into a rotating mini-art-gallery. (Art not included, though!)
posted by archagon on May 7, 2018 - 1 comment

Backgroundifier

Backgroundifier is a Mac OSX droplet-style app that converts image files of any size into pretty desktop backgrounds. Any image will work, but fine art and illustration looks the best. (You can see examples of the output on the app homepage.) There's a command line mode in addition to the GUI: if you go into the Backgroundifier.app bundle, you can either call into the Backgroundifier executable directly from Terminal (with the caveat that you can only save to and read from your ~/Pictures directory — sandboxing, sorry!), or alternatively extract the un-sandboxed command line utility from the Resources directory. On my laptop, I've even set up an Automator script that watches my primary pictures directory, automatically converts any new additions via shell script, and outputs the results to the directory I use for my desktop backgrounds. The app costs a buck, but most of it is open source. (I decided to exclude the UI nib file from the repo, at least for the time being.) It's written in Swift 2. You can find the repo here. Unfortunately, it's just a little bit out of date, but all the image conversion stuff should work fine. [more inside]
posted by archagon on Sep 27, 2015 - 0 comments

Page: 1