Entries for tag: images

  • Handling Images with PHP (Scott MacVicar, 2008-07-07)
    If you want user interaction on your website then you probably accept the upload of some media, including images. Within PHP there are two different libraries available that provide functionality for handling images, GD and the Imagick extension. This article takes a brief look at each of these libraries.
    Other tags: art   gd   homepage   imagick   pecl   php