Search found 4 matches

by harvinder161
2018-10-07T00:10:50-07:00
Forum: Developers
Topic: Automation of PSD lanyards with ImageMagick
Replies: 9
Views: 19712

Re: Automation of PSD lanyards with ImageMagick

I confirmed with Dirk that Imagemagick cannot handle smart layers at this time. In fact, I tried converting your PSD to a new PSD and opened it in Photoshop and saw that it now had a lot of normal layers and not the smart layers. convert Lanyard_Mockup_1.psd -define psd:additional-info=all new.psd ...
by harvinder161
2018-10-07T00:04:23-07:00
Forum: Developers
Topic: Automation of PSD lanyards with ImageMagick
Replies: 9
Views: 19712

Re: Automation of PSD lanyards with ImageMagick

As I understand it fmw42 the OP wants to map the flat image to the lanyard image and as it will be online there will not be any Photoshop interaction. I suppose it would be similar to the T shirt code although I have no idea how it would cope with going under and over. I noticed the Original Lanyar...
by harvinder161
2018-10-05T23:15:41-07:00
Forum: Developers
Topic: Automation of PSD lanyards with ImageMagick
Replies: 9
Views: 19712

Re: Automation of PSD lanyards with ImageMagick

Thanks for reply fmw42 . Here is a sample PSD ( https://www.dropbox.com/s/8nlpnwx4771uwoe/Lanyard_Mockup_1.psd?dl=0 ) which I want to automate.Here is also a video of procedure that is currently done manually. https://www.dropbox.com/s/fkojc6xaqxleh02/lanyard.mp4?dl=0 In the video if we edit image o...
by harvinder161
2018-10-04T21:58:27-07:00
Forum: Developers
Topic: Automation of PSD lanyards with ImageMagick
Replies: 9
Views: 19712

Automation of PSD lanyards with ImageMagick

I have few PSD lanyard mockups like these http://graficzny.com.pl/mockup-smycz/ Here if i edit layer1 image from photoshop then whole lanyard design changes automatically. Now I want to do this programmatically using ImageMagick on my server. Is it possible that i upload the base image from web, the...