Skip to content

Latest commit

History

History
7 lines (5 loc) 路 394 Bytes

File metadata and controls

7 lines (5 loc) 路 394 Bytes

Are there any image manipulation libraries in PHP? Which ones are good?

Resources and image libraries:

  • PHP's GD manual - PHP manual about image processing, generation and GD
  • Imagine - PHP 5.3+ Object Oriented image manipulation library
  • Image - PHP Image library