Search found 2 matches

by Galaxy_Stranger
2013-05-30T10:03:10-07:00
Forum: Users
Topic: PHP and Convert()
Replies: 4
Views: 3727

Re: PHP and Convert()

Well, if that's what I have to do I'll go for it.

It just seemed odd that there wasn't a built-in way of going about it.

Thanks!
by Galaxy_Stranger
2013-05-29T17:58:05-07:00
Forum: Users
Topic: PHP and Convert()
Replies: 4
Views: 3727

PHP and Convert()

I'm writing a web-app in PHP that will take an image and stitch it together with another image to create a third image with both originals appearing side-by-side. As I understand it, Imagemagick's Convert() provides the functionality I need. I've been going through PHPs Imagmagick functionality, but ...