Search found 40 matches

by kimmyk
2018-11-02T08:28:02-07:00
Forum: Users
Topic: Recreate a driver's license/passes with image and text
Replies: 31
Views: 23455

Re: Recreate a driver's license/passes with image and text

Got it:
$cmd = "/usr/bin/convert fitness.jpg \
\( ". $profile_pic ." -resize 300 -alpha set -background none -rotate -5 \) -geometry +20+20 -composite \
\( paperclip.png \) -geometry +40+29 -composite \
final_image.jpg


Almost perfect :)
https://wmforum.nl/sample4.jpg
by kimmyk
2018-11-02T07:57:37-07:00
Forum: Users
Topic: Recreate a driver's license/passes with image and text
Replies: 31
Views: 23455

Re: Recreate a driver's license/passes with image and text

Getting close with this code: $cmd = "/usr/bin/convert fitness.jpg \ \( ". $profile_pic ." -resize 300 -rotate -5 \) -geometry +20+20 -composite \ \( paperclip.png -rotate -5 \) -geometry +40+10 -composite \ final_image.jpg "; I might need a bit of help :) https://wmforum.nl/samp...
by kimmyk
2018-11-02T01:33:47-07:00
Forum: Users
Topic: Recreate a driver's license/passes with image and text
Replies: 31
Views: 23455

Re: Recreate a driver's license/passes with image and text

So, just to share my thought process (i have to get some other work done now first), I'm leaning towards something like this (untested, I like to get as far as i can and then test). $cmd = "/usr/bin/convert fitness.jpg \ \( http://myimg.jpg -resize 300x300 \) -geometry +20+20 -composite \ \( pa...
by kimmyk
2018-11-02T00:46:04-07:00
Forum: Users
Topic: Recreate a driver's license/passes with image and text
Replies: 31
Views: 23455

Re: Recreate a driver's license/passes with image and text

I have uploaded another mockup with my goal. Once i have figured that one out, it will serve as a base to other images too, such as submitted resume or whatever.

https://wmforum.nl/sample2.jpg
by kimmyk
2018-11-02T00:11:37-07:00
Forum: Users
Topic: Recreate a driver's license/passes with image and text
Replies: 31
Views: 23455

Re: Recreate a driver's license/passes with image and text

I'll give it a go later today or the weekend. Note that the gradient will in reality be an image, just quickly made a mockup in photoshop for the purpose of this thread. Thanks again, I'll play around. My tech guys upgraded my IM version as well: Imagick compiled with ImageMagick version ImageMagick...
by kimmyk
2018-11-01T16:30:51-07:00
Forum: Users
Topic: Recreate a driver's license/passes with image and text
Replies: 31
Views: 23455

Re: Recreate a driver's license/passes with image and text

Oh, and the red square, that would be an image that I have to make like that, from totally different dimensions (love your smartcrop which I was looking into)
by kimmyk
2018-11-01T16:27:55-07:00
Forum: Users
Topic: Recreate a driver's license/passes with image and text
Replies: 31
Views: 23455

Re: Recreate a driver's license/passes with image and text

I'll have a look. Love what you did with the shirt displacement map. Impressive stuff. I sold shirts and use mockups all the time, these look like they're pretty handy. As far as the text effects, I have been doing those for more than 12 years now so I got that pretty much covered in all sorts of va...
by kimmyk
2018-11-01T15:55:56-07:00
Forum: Users
Topic: Recreate a driver's license/passes with image and text
Replies: 31
Views: 23455

Re: Recreate a driver's license/passes with image and text

No no, not at all, haha. I'm a Facebook Messenger developer and I use dynamic images to do cool stuff. I'm thinking of making fun coupons with peoples faces on it besides just their names, stuff like that. The title's sample was the closest I could think of as to what i want to do. Just fun stuff: f...
by kimmyk
2018-11-01T14:29:08-07:00
Forum: Users
Topic: Recreate a driver's license/passes with image and text
Replies: 31
Views: 23455

Re: Recreate a driver's license/passes with image and text

Thanks, I'll read up. Should i ask my tech guys to upgrade imagemagick on my server? Will my current scripts still work if I do? Server is: Apache 2.4.35 Php 5.6.38 imagick module version 3.4.3 imagick classes Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator Imagick compiled with ImageMagick...
by kimmyk
2018-11-01T13:19:15-07:00
Forum: Users
Topic: Recreate a driver's license/passes with image and text
Replies: 31
Views: 23455

Recreate a driver's license/passes with image and text

Hi all, I've been using the basic stuff of imagemagick for opver a decade and love it, but i want to make something more difficult than just text on an image;-) I'd like to use an image (from a URL), crop/mask that and put it on the right side of an image, like a driver's license or any other sort o...