Our Tools

"We become what we behold. We shape our tools and thereafter our tools shape us." - Marshall McLuhan

Sunday, April 22, 2012

My Flower Garden




For the final assignment I wanted to utilize a PHP image class that I have been working on and expand it to further alter images. The original class would edit an image with "Photoshop" like built in functions, i.e. emboss, negate, selective blur. For this assignment I wanted to develop methods that would manipulate the image RGB color information, and also to distort the image by using trigonometric functions. All of the pictures in my flower garden were edited using my PHP image class except the center flower which is the original image.

  • "PHP: Introduction - Manual." PHP: Hypertext Preprocessor. http://us3.php.net/manual/en/intro.image.php (accessed April 22, 2012).
  • Whitlock, ron. "trigonometry - Image distortion with sine/cosine - Stack Overflow." Stack Overflow. http://stackoverflow.com/questions/3552239/image-distortion-with-sine-cosine (accessed April 22, 2012). 
  • "Lasa Talkz...!: PHP Image Class." Lasa Talkz...!. http://lasa-talkz.blogspot.com/2011/02/php-image-class.html (accessed April 22, 2012). 

No comments:

Post a Comment