Mobile app version of vmapp.org
Login or Join
Courtney577

: Automate combining 2 picture and adding logo without photoshop What I would like to achieve is for someone to be able to input 2 pictures, which would be center-cropped and stretched to 100%

@Courtney577

Posted in: #Automation #BatchProcessing

What I would like to achieve is for someone to be able to input 2 pictures, which would be center-cropped and stretched to 100% height of the new composition.
Also to have a logo added to the same place every time. The logo should have transparency.

Is there a way to do this without using photoshop. Maybe some kind of php page which the user could upload the pictures to which would then spit out the result?

I've attached a VERY crude drawing of what I mean...

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Courtney577

2 Comments

Sorted by latest first Latest Oldest Best

 

@Vandalay110

Use imagemagick its pretty much the tool for this kind of thing. Cropping, scaling and layering is pretty easy, you can find bindings to php, python, etc too if you don't want to use the cmd.

The only bit that is problematic is finding where the interesting bit actually lies. This is all fine if you take the pictures yourself, or have instructed how to take the pictures (which is fine for games events). But if you need to find the center of interest from random pictures then that is a different question. But for that you can use something like facedetect.

10% popularity Vote Up Vote Down


 

@Shanna688

I would recommend learning about actions and scripts! You will first have to crop making sure your subject is scaled proportionally or otherwise aesthetic. If all photos were shot the same you could batch apply this crop, or just do them all at once/per diem. Then, moving on to recording the layout action. I think you could record yourself masking one side, then the other, per your grid, and adding the logo/symbol.

...... thanks for the simple and intuitive ui, adobe! lol

anyway here's a product/cheatsheet/modernized fix for many social media sizing woes! sproutsocial.com/landscape

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme