Premium WordPress Themes

PHP Thumbnail Function

While writing the backend to this blog, I came in need of a simple function for creating thumbnails in PHP. Because I like to use mostly code that I wrote myself in my projects (it gives me a sense of accomplishment), I went about creating a simple function called imagethumbnail that takes a GD image resource and returns another GD image resource that is the appropriate size. (full story)

Related posts:

  1. PHP $_POST Function
  2. Joe’s Blog » Blog Archive : Enhanced Javascript Lazy Function Definition Pattern » Enhanced Javascript Lazy Function Definition Pattern
  3. Bradino All Function
  4. Creating Thumbnails Using the CSS Clip Property
  5. Easy Caching with PHP
Home | About | Contact | Privacy Policy