473,387 Members | 1,882 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

PHP Marph

Hi,

Am looking for the morphing project using PHP.

I have to morph the user uploaded picture to oldage, childhood
or teenage and etc.

Also, If two pictures are uploaded, i have to generate a new
picture from those two.

Is this possible in PHP??

Any idea or any project available??? Plz let me know...

Thanks & Regards,

Sreedharan

Aug 7 '06 #1
2 1016
sree wrote:
Hi,

Am looking for the morphing project using PHP.

I have to morph the user uploaded picture to oldage, childhood
or teenage and etc.

Also, If two pictures are uploaded, i have to generate a new
picture from those two.

Is this possible in PHP??

Any idea or any project available??? Plz let me know...

Thanks & Regards,

Sreedharan
I haven't worked on morphing software myself, so I could be wrong here.
However, I do know someone who has and we've discussed how it's done
(at least as much as he can - he works for the government and much of
his work is classified).

I'm not sure this would be reasonable in PHP. Morphing requires a huge
number of CPU cycles and is a heavy load even in a compiled language. I
don't know the algorithms (which themselves are protected by the
governments and companies writing this type of software), but do
understand they are tremendous CPU hogs. I suspect doing them in PHP
would take forever, even if you could get your hands on the algorithms used.

It would be an interesting project - but I think in this case PHP is not
a good choice.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Aug 7 '06 #2
On 2006-08-07, sree wrote:
I have to morph the user uploaded picture to oldage,
childhood or teenage and etc.

Also, If two pictures are uploaded, i have to generate a new
picture from those two.
I was wondering about that myself a while ago, and figured that
ImageMagick looked promising. Unfortunately other projects came up and I
never actually got to try it out, but perhaps "ImageMagick" is just the
keyword you need :)

--
|\_/| ,(Meow) Jesper H. <xy***********@xyborx.dk>
(^.^)
`^' Sanity is an illusion
Aug 8 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.