Recommended Posts

Hey guys,

As a small side project to learn objective-c I made this simple app. It's called Blur and It makes colorful ambient wallpapers based on pictures you take.

I know theres a big customization and theme making community here so hopefully you guys can use it to make some nice looking wallpapers :)

Blur.

https://itunes.apple...55838?ls=1&mt=8

blur_Smaller.jpg

If you just want the default set of wallpapers that come with the app, you can also download those here.

http://dchen05.devia...k-App-376065326

Let me know what you think! It's my first app so any feedback is appreciated.

Dave

Link to comment
https://www.neowin.net/forum/topic/1157366-blur-create-awesome-backgrounds/
Share on other sites

@Nayos Thanks!

I've noticed the banding as well and was wondering how to get rid of it. In the next version the slider sensitivity will be toned down a bit, so maybe that will help. But good call on the noise, I will try that out and see what the results are.

Thanks for the interest guys.

I will see if I can whip up a video today :)

Its going to be a funny video, because its such a simple app. You just take a picture from your gallery or camera, then choose the amount of blur and ta daaa!!! It sounds very simple but the results can be quite good.

I will post it here when the video is up.

Alright folks, just whipped this up. Sometime soon I will post a more complete video but this give you an idea.

http://www.youtube.com/watch?v=DfKgYt8B8B8

Please disregard that im taking a picture of an african drum on a kitchen table, I needed something colorful lol.

Not shown in the video:

You can also load photos from your gallery, and save your blurs to your camera roll, thats what the other button does. Thats it!

We have gotten some good feedback from lots of people so I'm sure more features will be coming soon.

  • 2 months later...

So it's a traditional blurring algorithm like the ones you can find in photoshop ? (box blur I  guess).

 

The banding probably comes from the limitation of the display (it's probably not 24 bit),

a solution would be some dithering. Normally it's automatrically handled by the system , but perhaps not for the wallpaper.

  • 1 month later...

Hey everyone,

 

Blur just got a significant update so I thought I would update the thread.

 

- I fixed the banding problem by switching to a new blurring algorithm.

- iPad support

- iOS7 fixes (more coming soon)

 

https://itunes.apple.com/us/app/blur./id637855838?mt=8

 

I just started working on the android version. Gotta figure out what I'm doing in Android Studio first but hopefully soon!

 

Blur_Promo.png

 

 

  • 2 weeks later...

@bad booster yeah we have had a huge spike since iOS7 has come out.

 

@The_Decryptor True, you can't really fix banding permanently, sometimes there just aren't enough colors :). We switched from the stock CIFilter gaussian blur to Stack Blur, which made the banding significantly less visible. Good idea with the bokeh filter!

 

Also I have a basic android version working, and I started an OSX version and Windows 8 version. Im limited on the devices front, so I will post back here when things are ready for some beta testers. That would be much appreciated.

 

android.jpg

 

Also one of our users created this big batch of blur wallpapers with the app that you can download for free. Check it out. http://blrrr.com/

http://www.quasimondo.com/StackBlurForCanvas/StackBlurDemo.html

Is that it? I'm surprised how fast it is, and how there's little to no banding, which is pretty nice.

I was going to suggest doing it in a higher depth colour space (like 16bit linear RGB) to avoid it, but it looks like you've got it sorted (Y)

This topic is now closed to further replies.