Go to file
vanitasvitae 7cf965b1f5 Added Base64Wrapper to support different Base64 Implementaions (like android). Also added some functionality for android compatibility 2015-04-28 22:47:56 +02:00
src Added Base64Wrapper to support different Base64 Implementaions (like android). Also added some functionality for android compatibility 2015-04-28 22:47:56 +02:00
DepthMapNeedle.jar Added Base64Wrapper to support different Base64 Implementaions (like android). Also added some functionality for android compatibility 2015-04-28 22:47:56 +02:00
LICENSE Initial commit 2015-04-11 23:39:54 +02:00
README.md Wrote some readme and added some feedback functionality. DepthMapNeedle now tells you, when exports are finished and so on. 2015-04-12 00:28:15 +02:00

README.md

DepthMapNeedle

DepthMapNeedle is a java tool to inject or extract depth information in form of depthmaps from photos shot using Google Cameras Blur function. This is a command line tool. Simply extract depth information as a png file by typing 'java -jar DepthMapNeedle -e .jpg'. The depthmap will be stored in the same location as the image as '_d.png'. In the same way you can extract the unblurred source image by replacing the '-e' with '-s'. But the best part is, that you can modify the extracted depthmap in the image manipulation program of your choice and then replace the old depthmap in the image. This can be handy in case the original depthmap has some imperfections. Simply extract the depthmap, manipulate it and inject the fixed depthmap back into the image. Now all you have to do is rerender the image in the google camera.

Enjoy ;) Vanitas