Re: [PHP] 3d image rotating

2009-06-14 Thread Nitsan Bin-Nun
As I have already mentioned, you can read the whole derivation of this 3d perspective engine and write it down using GD. It should not be such a big issue. Good luck! On Sun, Jun 14, 2009 at 3:07 PM, דניאל דנון wrote: > That not what I meant, but I found a solution with (sadly, wanted pure GD,

Re: [PHP] 3d image rotating

2009-06-14 Thread דניאל דנון
That not what I meant, but I found a solution with (sadly, wanted pure GD, but it would've required going over the WHOLE image) imagemagick. Anyway, I even found more then I wanted http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=10830&start=0 Thanks (especially for nitsan that sugg

Re: [PHP] 3d image rotating

2009-06-13 Thread PJ
דניאל דנון wrote: > Hello. > > I'm looking for way to rotate normal images, but not x/y, but with Z also. > I get a source image (png, jpg, gif...) and I want to rotate it. assuming > the "depth" of the image is 1 pixel for example... > > I'm looking for a way to do it without using imagemagick - o

Re: [PHP] 3d image rotating

2009-06-13 Thread Nitsan Bin-Nun
He treats the image as width, height and 1 pixel of depth. It should not be a problem as long as you finished Kita Yud Bet with 5 points of math (trigo & vectors) ;) Good luck! On Sat, Jun 13, 2009 at 1:44 PM, Ashley Sheridan wrote: > On Fri, 2009-06-12 at 11:55 +0300, דניאל דנון wrote: > > Hel

Re: [PHP] 3d image rotating

2009-06-13 Thread Ashley Sheridan
On Fri, 2009-06-12 at 11:55 +0300, דניאל דנון wrote: > Hello. > > I'm looking for way to rotate normal images, but not x/y, but with Z also. > I get a source image (png, jpg, gif...) and I want to rotate it. assuming > the "depth" of the image is 1 pixel for example... > > I'm looking for a way t