Archive for September 2013
Camera360 v1.5 released for WP8 with Double Exposure
Camera360 is always one of my favorite camera app in WP8. Let’s see what’s new in this release
- Double-Exposure (new feature).
- Thumbnails loading is faster.
- Photo saving failed bug is fixed.
- ‘Sweet’ filter bug in Portrait is fixed.
Except the first one rest all are bug fixes and performance improvements. Let’s look at the Double exposure in little more detail.
Till this moment I didn’t have much clue about what’s Double Exposure and how to do it. So I searched and come across this site that shows the photos created using Double exposure, It’s really amazing. I turned on Camera360 to see how Double exposure works, at first I didn’t know how to get it working. After playing with Camera360 for a minute or so, I got how to do it. it’s very simple
-
Open Camera360
-
Push the Camera icon up (the icon sits in the center of the dial) . It will give two options Effects and Double Exposure.
-
Choose Double exposure and click the back button, a circle icon below the options. It will take you back to the shooting mode.
-
Point the camera to an object and shoot the first photo, next point the camera to a different object and take a shot.
-
Camera360 will merge these two shots and give you a single photograph. The real good feature is, while taking the second exposure, Camera360 will show a transparent preview of the first exposure. So that you easily know where to place the second object with respect to the first one.
Let me know how it worked for you. Also please share your double exposure photos, you can add the URL in the comment section. If you haven’t downloaded Camera360 go to Windows store and get it.
Happy clicking…
![]() |
RiouxSVN–Free private repository with awesome upgrade model
I was looking for a free private repository to host one of my pet project. I knew about Assembla and used it before. Free version of Assembla provides one Repository with 500 mb and three users to a repo. The main limitation here is the team size, it’s limited to 3 members per repo. In future I might want to add my friends to have a look into the code or contribute to it and this limitation in the team will be an issue. So I started looking for other providers that give free repository with a little more team size.
My search leads to RiouxSVN, a place where we can host free repositories and unlimited team size. RiouxSVN provides 50 mb free and four repo slot by default. You can easily add more disk space or number of repositories by purchasing credits.
So what’s a credit, each dollar you donate will earn a credit, yes its as simple as that. Each credit you earn is lifelong, for e.g. if you donate 1 dollar you can redeem 10 mb space. This 10mb space is life long, you don’t have to renew or pay every month or year. Awesome, I love this model, I pay for the space that I want to use and only once. To see more details go to the ‘Plan’ tab in the home page, for easy access I copied it below.
We only have one plan, the free plan, which includes:
- 50 MB per Repository
- 4 Repository Slots per account
- Unlimited users per Repository
Need more? Here is the deal:
- Extra Repository Storage: 1 credit per 10 MB
- Extra Repository Slots: 2 credits per Slot
What’s that credit thing?
Each dollar donated earns you 1 credit
There is another advantage is, you can retrieve your repository upgrade credits by deleting that repository. For e.g. I spend 2 credits to add one more repo to my account, later I decided to remove it for some xyz reason. When you delete that repo you will get that 2 credits back you spent on that repo, with that credit you can buy some more space or can buy another repo. It’s really cool isn’t it.
RiouxSVN will not provide an option to view your source code online. I don’t find it as a limitation as I rarely see my source code online. I use svn client to download my code to my computer and use it.
In my opinion RiouxSVN is one of the best SVN provider to host private repositories. The main selling point for me is it’s affordable flexible upgrade model. Try it your self and let me know your experience in comment section.
Happy coding…