Imbo
  • Requirements
  • Installation
    • Using composer
    • Using git clone
    • Web server configuration
    • Database setup
  • Configuration
    • Imbo users - auth
    • Database configuration - database
    • Storage configuration - storage
    • Event listeners - eventListeners
    • Event listener initializers - eventListenerInitializers
    • Image transformation presets - transformationPresets
    • Custom resources and routes - resources and routes
  • Customize your Imbo installation with event listeners
    • Access token
    • Authenticate
    • Auto rotate image
    • CORS (Cross-Origin Resource Sharing)
    • EXIF metadata
    • Image transformation cache
    • Imagick
    • Max image size
    • Metadata cache
    • Stats access
    • Varnish HashTwo
  • Imbo’s API
    • Resources/endpoints
    • Access tokens
    • Signing write requests
    • Supported content types
    • Cache headers
    • Errors
  • Transforming images on the fly
    • Auto rotate image based on EXIF data - t[]=autoRotate
    • Add an image border - t[]=border
    • Expand the image canvas - t[]=canvas
    • Compress the image - t[]=compress
    • Convert the image type - .jpg/.gif/.png
    • Crop the image - t[]=crop
    • Make a gray scaled image - t[]=desaturate
    • Make a mirror image - t[]=flipHorizontally
    • Flip the image upside down - t[]=flipVertically
    • Enforce a max size of an image - t[]=maxSize
    • Modulate the image - t[]=modulate
    • Make a progressive image - t[]=progressive
    • Resize the image - t[]=resize
    • Rotate the image - t[]=rotate
    • Apply a sepia color tone - t[]=sepia
    • Strip image properties and comments - t[]=strip
    • Create a thumbnail of the image - t[]=thumbnail
    • Create a vertical mirror image - t[]=transpose
    • Create a horizontal mirror image - t[]=transverse
    • Add a watermark to the image - t[]=watermark
  • Working with events and event listeners
    • Events
    • Writing an event listener
    • The event object
  • Implement your own database and/or storage adapter
  • Implement your own image transformations
  • Cache adapters
    • APC
    • Memcached
    • Implement a custom cache adapter
  • Contributing to Imbo
    • Build script
    • Requirements
 
Imbo
  • Docs »
  • Edit on GitHub


© Copyright 2011-2014, Christer Edvartsen.

Sphinx theme provided by Read the Docs
Read the Docs v: 1.1.1
Versions
latest
develop
1.1.1
1.0.1
0.3.3
Downloads
PDF
HTML
Epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.