RE: [PHP] Randomly rotate image on page load? File under: Image Manipulation

2006-07-13 Thread Richard Lynch
On Mon, July 10, 2006 4:48 pm, tedd wrote: At 1:52 PM -0500 7/10/06, Jay Blanchard wrote: For sure. Photo Slideshow or just Slideshow makes the most sense to me. [/snip] While we are splitting hairs, slideshow would only be applicable if the images continued to change without page reloading.

RE: [PHP] Randomly rotate image on page load? File under: Image Manipulation WOT

2006-07-11 Thread Jay Blanchard
[snip] One could even say that the slides were rotated. :-) [/snip] LOL at the Carousel reference.but if we are still splitting hairs I owned a Bell Howell Slide Cube projector. Slides were stacked into cubes and dropped into place. And anyway, the Carousel rotated, not the slides. The

Re: [PHP] Randomly rotate image on page load? File under: Image Manipulation

2006-07-10 Thread tedd
At 11:28 AM -0700 7/10/06, Micky Hulse wrote: tedd wrote: Not as I see it. The first definition in the dictionary is seldom the only correct definition. Good point... Not to be contrary, but: What about when you are speaking in terms of computers, and specifically images? Seems like if the

RE: [PHP] Randomly rotate image on page load? File under: Image Manipulation

2006-07-10 Thread tedd
At 1:36 PM -0500 7/10/06, Jay Blanchard wrote: The other day I saw a temporary road construction sign that said Slow Men Working and it gave me pause I had the same pause when I read Slow Children Playing. I wondered if this was due to the fact that over 60 percent of our children are

Re: [PHP] Randomly rotate image on page load? File under: Image Manipulation

2006-07-10 Thread Micky Hulse
tedd wrote: You make a great points. As the old lady said, as she kissed the cow To each their own. :-) Sounds good to me. Like you said, things like this are very interesting. Nice site btw. I really like the simplicity of the logo, and very cool idea to make the tree change with the

Re: [PHP] Randomly rotate image on page load? File under: Image Manipulation

2006-07-10 Thread tedd
At 7:29 PM -0700 7/10/06, Micky Hulse wrote: tedd wrote: You make a great points. As the old lady said, as she kissed the cow To each their own. :-) Sounds good to me. Like you said, things like this are very interesting. Nice site btw. I really like the simplicity of the logo, and very cool

[PHP] Randomly rotate image on page load? File under: Image Manipulation

2006-07-10 Thread Micky Hulse
Hi, I have not done much Googling yet... thought I would ask here before I spend a bunch of time searching for some guidance... What would be the best function set for on-the-fly image manipulation (specifically image rotation?) Is it easily done? Possible? Worth the trouble? Any links

Re: [PHP] Randomly rotate image on page load? File under: Image Manipulation

2006-07-10 Thread Chris
Micky Hulse wrote: Hi, I have not done much Googling yet... thought I would ask here before I spend a bunch of time searching for some guidance... What would be the best function set for on-the-fly image manipulation (specifically image rotation?) Is it easily done? Possible? Worth the

Re: [PHP] Randomly rotate image on page load? File under: Image Manipulation

2006-07-10 Thread Micky Hulse
Chris wrote: It is. http://www.php.net/image There's even a function to do the rotations for you http://www.php.net/manual/en/function.imagerotate.php OMFG... I am such a schmuck! :: Bangs head on keyboard :: JK:Luhey; fdksahuioreufkjL: KHgfuidksja; fkdlsaah; lkhfkldjhsaljk

Re: [PHP] Randomly rotate image on page load? File under: Image Manipulation

2006-07-10 Thread Paul Scott
On Mon, 2006-07-10 at 16:59 +1000, Chris wrote: http://www.php.net/image There's even a function to do the rotations for you http://www.php.net/manual/en/function.imagerotate.php That all depends on what you mean by image rotation. A bunch of folks define image rotation as displaying a

Re: [PHP] Randomly rotate image on page load? File under: Image Manipulation

2006-07-10 Thread David Robley
Chris wrote: Micky Hulse wrote: Hi, I have not done much Googling yet... thought I would ask here before I spend a bunch of time searching for some guidance... What would be the best function set for on-the-fly image manipulation (specifically image rotation?) Is it easily done?

Re: [PHP] Randomly rotate image on page load? File under: Image Manipulation

2006-07-10 Thread Chris
David Robley wrote: Chris wrote: Micky Hulse wrote: Hi, I have not done much Googling yet... thought I would ask here before I spend a bunch of time searching for some guidance... What would be the best function set for on-the-fly image manipulation (specifically image rotation?) Is it

Re: [PHP] Randomly rotate image on page load? File under: Image Manipulation

2006-07-10 Thread Micky Hulse
Hi, Hehe, looks like I did not hit the hay just yet... too much geeking to do! Chris wrote: It's always interesting to see so many interpretations of the one thing :) Yeah, no doubt! I found this on AlistApart: http://www.alistapart.com/articles/randomizer/ Took me a few mins to figure out

RE: [PHP] Randomly rotate image on page load? File under: Image Manipulation

2006-07-10 Thread Jay Blanchard
[snip] If you actually want to load a different image each time, start with php.net/rand Perhaps the image names could be integer based, or you could oad the image paths into an array and use rand to select based on a numeric key. Or you could store the image paths in a mysql database and use

Re: [PHP] Randomly rotate image on page load? File under: Image Manipulation

2006-07-10 Thread tedd
That all depends on what you mean by image rotation. A bunch of folks define image rotation as displaying a set of images as a rotating slide show while others (like Chris) see it as rotating a single image on an axis (correct definition). --Paul Correct definition? Not as I see it. The first

Re: [PHP] Randomly rotate image on page load? File under: Image Manipulation

2006-07-10 Thread Micky Hulse
tedd wrote: Not as I see it. The first definition in the dictionary is seldom the only correct definition. Good point... Not to be contrary, but: What about when you are speaking in terms of computers, and specifically images? Seems like if the subject is images on the computer, rotation

RE: [PHP] Randomly rotate image on page load? File under: Image Manipulation

2006-07-10 Thread Jay Blanchard
[snip] For example, I was driving down the road the other day, and I saw temporary road construction sign that said Road Const ahead. Now, my first thought was Constant as in C++. But, wait, this is not programing, this is driving, and they must mean Construction. [/snip] The other day I saw a

RE: [PHP] Randomly rotate image on page load? File under: Image Manipulation

2006-07-10 Thread Jay Blanchard
[snip] Jay Blanchard wrote: The other day I saw a temporary road construction sign that said Slow Men Working and it gave me pause Reminds me of: Do you come from a land down under? Where women glow and men plunder? Can't you hear, can't you hear the thunder? You better run, you better

Re: [PHP] Randomly rotate image on page load? File under: Image Manipulation

2006-07-10 Thread Micky Hulse
Jay Blanchard wrote: While we are splitting hairs, slideshow would only be applicable if the images continued to change without page reloading. LOL, good point! Hehee. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Randomly rotate image on page load? File under: Image Manipulation

2006-07-10 Thread Micky Hulse
Jay Blanchard wrote: The other day I saw a temporary road construction sign that said Slow Men Working and it gave me pause Reminds me of: Do you come from a land down under? Where women glow and men plunder? Can't you hear, can't you hear the thunder? You better run, you better take

RE: [PHP] Randomly rotate image on page load? File under: Image Manipulation

2006-07-10 Thread tedd
At 1:52 PM -0500 7/10/06, Jay Blanchard wrote: For sure. Photo Slideshow or just Slideshow makes the most sense to me. [/snip] While we are splitting hairs, slideshow would only be applicable if the images continued to change without page reloading. I'll continue to split hairs. As anyone who