Perspective image

This is a discussion on "Perspective image" within the PHP Forum section. This forum, and the thread "Perspective image are both part of the Program Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Nov 15th, 2007, 13:15
New Member
Join Date: Nov 2007
Location: Norway
Age: 17
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Perspective image

Hi all!
I really need help now, I've been google-ing for two hour without get the solution of my problem.

I have this image:


and want to get it like this: (by using javascript)


Does anyone know how to do that?
It would be great if someone gave me a script for that!

Thx, Johannes
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Nov 15th, 2007, 13:20
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Perspective image

Hmmmm .... with JS?! Does it have to be?

I know you can do with PHP and Imagemagick

ImageMagick Examples - Distorting images
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Nov 15th, 2007, 13:24
New Member
Join Date: Nov 2007
Location: Norway
Age: 17
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Perspective image

No, it don't have to be in JS,
just thought that was the easiest way.

Thank you very much! Problem solved!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Nov 15th, 2007, 13:25
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: [SOLVED] Perspective image

No problem!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Nov 15th, 2007, 13:45
New Member
Join Date: Nov 2007
Location: Norway
Age: 17
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Re: [SOLVED] Perspective image

One more question, i wrote:

Quote:
<?php
convert http://www.strandafjellet.no/webcam/stranda_k1.jpg -matte -virtual-pixel transparent \
-distort Perspective \
'7,40 4,30 4,124 4,123 85,122 100,123 85,2 100,30' \
stranda.jpg
?>
<img src="stranda.jpg"/>
saved it to "something.php", uploaded it to my webserver, but when i went to something.php with my browser, nothing happend.

Could you explain a bit more?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Nov 15th, 2007, 13:56
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: [SOLVED] Perspective image

I have actually never used that function from ImageMagick so I'm really not sure ... and since I'm at work ... I can't test it

I'll move this to the PHP forum so the PHP guys in there can help you further
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Nov 15th, 2007, 14:57
New Member
Join Date: Nov 2007
Location: Norway
Age: 17
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Perspective image

hmm.. it seams that I have to install ImageMagic on my server, and since i don't have my own server I can't get it working. But thanks for the help anyway

Is there any other solution?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Nov 15th, 2007, 15:48
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Perspective image

Maybe with the GD library then? It's PHP as well ...

Have you tried asking your host about ImageMagick? It's free of course ... it's just another library for PHP and a 20 second install.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Nov 16th, 2007, 09:49
New Member
Join Date: Nov 2007
Location: Norway
Age: 17
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Perspective image

I've asked my host, and they said they support "GDLib 2", so i guess i have to figure out how to do it with GDLib 2.

Edit: Do you know how to use GD library?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old Nov 16th, 2007, 12:09
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Perspective image

Nope ... never used it but it's suppose to be similar in it's functions. Try searching for GD examples?!?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Perspective text in photoshop - help Bocaj Graphics and 3D 7 Apr 1st, 2008 13:06
Treating an image with <div> tags like a normal image mikeym Web Page Design 2 Mar 1st, 2008 15:28
[SOLVED] multiple image rollover not restoring image snappy JavaScript Forum 4 Nov 5th, 2007 14:38
Image gallery not displaying enlarged image AdRock PHP Forum 15 Sep 1st, 2006 11:31
Background image overlaping footer image at bottom of div lw_d Web Page Design 4 Mar 21st, 2006 00:27


All times are GMT. The time now is 02:05.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42