Hacker News new | ask | show | jobs
Ask HN: How to programatically photo-manipulate two images?
2 points by submarine 4654 days ago
Basically, I'd like to create an online tool with which people can upload an image and somehow automatically superimpose it and then shear/stretch/scale it to fit specified areas on top of that image. I'd know how to do it manually with GIMP, but I was wondering if there's a way to do with programatically, provided that I can hard-code fixed sizes and dimensions for everything.<p>Thanks<p>TLDR:Is there a way to programatically photoshop something?
2 comments

maybe try interfacing with some of the imagemagick tools: http://www.imagemagick.org - it's insanely powerful.
webGL